Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
depdeb preamble
|
|
|
|
|
|
|
|
Also disable C++ recipe tests when cross-testing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We are reusing the buildspec syntax for that.
|
|
|
|
|
|
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])
|
|
|