Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-12-09 | Initial parallel scheduler implementation, use to run testscrips | Boris Kolpackov | 1 | -2/+2 | |
2016-12-05 | Add optional actualize argument to $path.normalize() | Boris Kolpackov | 1 | -10/+10 | |
2016-12-01 | Implement testscript variable-if | Boris Kolpackov | 1 | -1/+1 | |
Now a variable-only if is treated the same as a single variable when deciding whether it is part of a test or setup/teardown. | |||||
2016-12-01 | Add path.canonicalize() function | Boris Kolpackov | 1 | -1/+12 | |
2016-12-01 | Organize tests/, factor common testscript fragments | Boris Kolpackov | 4 | -18/+2 | |
2016-11-30 | Add support for typed/untyped concatenated expansion | Boris Kolpackov | 1 | -2/+2 | |
2016-11-25 | Implement literal here-document support | Boris Kolpackov | 2 | -2/+2 | |
2016-11-23 | Implement few builtin functions that can operate on any value | Boris Kolpackov | 3 | -1/+76 | |
type() null() empty () identity() | |||||
2016-11-23 | Fix failing on Windows path functions testscript | Karen Arutyunov | 1 | -1/+1 | |
2016-11-22 | Fix typo | Boris Kolpackov | 1 | -1/+1 | |
2016-11-21 | Change build.driver/path variable to build.path/process_path | Boris Kolpackov | 1 | -1/+1 | |
2016-11-18 | Add function machinery, implement path.normalize() | Boris Kolpackov | 6 | -29/+53 | |
Note that multi-argument functions are not yet "callable" since there is no support for value packs. | |||||
2016-06-18 | Port to MinGW | Karen Arutyunov | 1 | -1/+1 | |
2016-04-02 | Add attribute syntax infrastructure | Boris Kolpackov | 1 | -1/+1 | |
2015-09-10 | Add support for chunking name parsing | Boris Kolpackov | 2 | -0/+4 | |
2015-09-09 | Add initial support for function calls: $func(a b c) | Boris Kolpackov | 3 | -0/+25 | |
Now it is just a stub that prints the function name and its argument. Currently only single argument can be passed (no value pack support yet). |