aboutsummaryrefslogtreecommitdiff
path: root/old-tests/variable/override/buildfile
AgeCommit message (Collapse)AuthorFilesLines
2022-12-02Fail if scope or target qualification in variable expansion is unknownBoris Kolpackov1-0/+4
There are three options here: we can "fall through" to an outer scope (there is always the global scope backstop; this is the old semantics, sort of), we can return NULL straight away, or we can fail. It feels like in most cases unknown scope or target is a mistake and doing anything other than failing is just making things harder to debug.
2022-10-13Update old tests to public/private variable modelBoris Kolpackov1-24/+24
2018-05-03Regularize directory target/scope-specific variable assignment syntaxBoris Kolpackov1-1/+1
2016-12-01Move old tests to old-tests/Boris Kolpackov1-0/+58