Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-05 | Tests cleanup | Karen Arutyunov | 4 | -27/+111 | |
2017-01-05 | Add support for regex in runner | Karen Arutyunov | 3 | -8/+30 | |
2016-12-16 | Convert tests/ to subproject, initial work on cross-testing support | Boris Kolpackov | 6 | -8/+12 | |
2016-12-05 | Make use of casts and canonicalizations in testscripts | Karen Arutyunov | 1 | -10/+6 | |
2016-12-05 | Add rm builtin | Karen Arutyunov | 3 | -3/+95 | |
2016-12-01 | Organize tests/, factor common testscript fragments | Boris Kolpackov | 1 | -0/+4 | |
2016-11-23 | Implement value type propagation on expansion | Boris Kolpackov | 1 | -1/+1 | |
Currently, we only propagate types of sole, unquoted expansions (variable, function call, or eval context), similar to NULL. To untypify the value, simply quote it. | |||||
2016-11-15 | Add cat, false and true builtins | Karen Arutyunov | 5 | -0/+168 | |