Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-12-01 | Move old tests to old-tests/ | Boris Kolpackov | 3 | -69/+0 | |
2016-07-16 | Add support for prepend/append in target type/pattern-specific vars | Boris Kolpackov | 3 | -0/+69 | |
Semantically, these are similar to variable overrides and are essentially treated as "templates" that are applied on lookup to the "stem" value that is specific to the target type/name. For example: x = [string] a file{f*}: x =+ b sub/: { file{*}: x += c print $(file{foo}:x) # abc print $(file{bar}:x) # ac } |