Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
Use this to relax the pattern inclusion/exclusion syntax to only require
unquoted +/-.
|
|
|
|
|
|
|
|
|
|
Seeing that std::map is becoming a common Buildfile variable type.
|
|
|
|
|
|
than in scope's constructor
|
|
|
|
|
|
|
|
script pipeline termination
|
|
|
|
|
|
|
|
|
|
|
|
Also make sure diff refers program stdout as 'stdout' rather than '-' in the
test rule diagnostics.
|
|
|
|
|
|
|
|
|
|
Issue #83.
|
|
Also disable C++ recipe tests when cross-testing.
|
|
|
|
Also deduce the recipe name.
|
|
Value subscript is only recognized in evaluation contexts (due to ambiguity
with wildcard patterns; consider: $x[123].txt) and should be unseparated from
the previous token. For example:
x = ($y[1])
x = (($f ? $y : $z)[1])
x = ($identity($y)[$z])
|
|
|
|
|
|
|
|
|
|
Now we consistently use term "lookup" for variable value lookup. At some
point we should also rename type lookup to binding and get rid of all the
lookup_type aliases.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Before:
x = [string null]
After:
x = [string, null]
|
|
|