SCons builder broken since v3.0
See original GitHub issueThe builder still uses -e
and -v
to detect extension/variable file. Maybe -d
, “define”, would have been better for inline variables.
Revert -V
and -E
back to small letters?
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
SCons 3.0.0
SCons performs complete variable substitution on $*COMSTR variables, so they have access to all of the standard variables like $TARGET $SOURCES , etc.,...
Read more >SCons 4.4.0
Since the latest scons only runs on Python 3, to get the current version you should choose the Python 3 package.
Read more >Builders - SCons
Installs one or more source files or directories to specific names, allowing changing a file or directory name as part of the installation....
Read more >Appendix B. Builders - SCons
The Command "Builder" is actually a function that looks like a Builder, but takes a required third argument, which is the action to...
Read more >SCons 3.0.0
scons knows how to fetch files automatically from SCCS or RCS subdirectories using SCCS, RCS or BitKeeper. scons is normally executed in a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I also decided to pass the variable to
ast.literal_eval()
to support Python literal or container kind of inputs:How about
TEMPLATE_VARIABLES
?