forked from pantsbuild/pants
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Eval list- and dict-typed option values, instead of JSON-parsing them.
This is to support list concatenation syntax in config files, e.g., dev_opts: %(basic_opts)s + %(big_mem_opts)s + ['-ldebug'] This is a legitimate use case that we actually have, but that I overlooked when I made the JSON requirement in 8c3b5b3. Testing Done: Ran options unit tests. CI baking. Reviewed at https://rbcommons.com/s/twitter/r/1443/
- Loading branch information
Showing
2 changed files
with
25 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters