You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my_option:
default: some_string
actual: test
my_option2:
default: $my_option/${2+3}
actual: test/5
But inside docs I saw following https://scons.org/doc/production/HTML/scons-user.html#b-Substfile that Substfile can be nondeterministic in some cases. So are there similar limitations for this feature and is it published? I couldn't find it in the docs so... But looks like very intended beahavior so maybe it is published?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello I've just thought about expansion and want to know if following code is reliable and deterministic.
Following code prints as expected:
But inside docs I saw following https://scons.org/doc/production/HTML/scons-user.html#b-Substfile that Substfile can be nondeterministic in some cases. So are there similar limitations for this feature and is it published? I couldn't find it in the docs so... But looks like very intended beahavior so maybe it is published?
Beta Was this translation helpful? Give feedback.
All reactions