Age | Commit message (Expand) | Author | Files | Lines |
2016-11-25 | Implement literal here-document support | Boris Kolpackov | 7 | -18/+18 |
2016-11-25 | Allow here-document end marker to be wholly quoted | Boris Kolpackov | 4 | -9/+86 |
2016-11-23 | Implement few builtin functions that can operate on any value | 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-21 | Add process_path.{recall,effect} build2 functions | Boris Kolpackov | 1 | -2/+3 |
2016-11-18 | Add function machinery, implement path.normalize() | Boris Kolpackov | 1 | -2/+2 |
2016-11-11 | Clean up testscript grammar and parser | Boris Kolpackov | 1 | -1/+1 |
2016-11-10 | Implement scope-if in testscript | Boris Kolpackov | 4 | -12/+536 |
2016-11-09 | Various minor semantics changes in testscript language | Boris Kolpackov | 2 | -30/+31 |
2016-11-08 | Implement testscript command-if | Boris Kolpackov | 5 | -9/+557 |
2016-11-08 | Get rid of faulty test script move-ctor | Karen Arutyunov | 1 | -2/+2 |
2016-11-04 | Implement testscript inclusion support | Boris Kolpackov | 2 | -1/+141 |
2016-11-04 | Restructure testscript parser slightly | Boris Kolpackov | 1 | -5/+5 |
2016-11-04 | Add test for here-doc in pipe/expr command | Boris Kolpackov | 1 | -0/+38 |
2016-11-04 | Implement command-pipe, command-expr in testscript parser | Boris Kolpackov | 4 | -4/+74 |
2016-11-04 | Add support for cleanup types to testscript parser | Karen Arutyunov | 1 | -17/+31 |
2016-11-04 | Implement support for here-document indentation | Boris Kolpackov | 1 | -0/+88 |
2016-11-04 | Add tests and fixes for trailing description support | Boris Kolpackov | 2 | -0/+52 |
2016-11-04 | Initial support for trailing description in testscript | Boris Kolpackov | 2 | -5/+5 |
2016-11-04 | Implement description support in testscript | Boris Kolpackov | 5 | -14/+387 |
2016-11-04 | Add more test command file redirect tests | Karen Arutyunov | 1 | -0/+46 |
2016-11-04 | Add support of cleanups to testscript parser | Karen Arutyunov | 2 | -2/+37 |
2016-11-04 | Fix test command merge redirect parsing and testing | Karen Arutyunov | 1 | -10/+5 |
2016-11-04 | Add support of merge redirect to testscript parser | Karen Arutyunov | 1 | -0/+71 |
2016-11-04 | Add support of file redirects to testscript runner | Karen Arutyunov | 2 | -1/+7 |
2016-11-04 | Handle explicit test scopes | Boris Kolpackov | 2 | -6/+90 |
2016-11-04 | Implement support for testscript scopes | Boris Kolpackov | 1 | -5/+66 |
2016-11-04 | Add few setup/teardown tests | Boris Kolpackov | 1 | -0/+28 |
2016-11-04 | Diagnose semicolon after testscript setup/teardown commands | Boris Kolpackov | 2 | -1/+8 |
2016-11-04 | Add support for setup/teardown commands | Boris Kolpackov | 2 | -1/+17 |
2016-11-04 | Change <! and >! syntaxt to <- and >- | Karen Arutyunov | 1 | -2/+2 |
2016-11-04 | Implement creation/cleanup of testscript root working directory | Boris Kolpackov | 2 | -3/+3 |
2016-11-04 | Add support for no-newline redirects in testscript | Boris Kolpackov | 1 | -12/+8 |
2016-11-04 | Implement support for compound tests | Boris Kolpackov | 2 | -17/+144 |
2016-11-04 | Add testscript runner scope enter/leave callbacks | Boris Kolpackov | 1 | -1/+7 |
2016-11-04 | Add support for testscript scope id, working directory | Boris Kolpackov | 3 | -7/+24 |
2016-11-04 | Pass command index, location to test runner | Boris Kolpackov | 1 | -1/+1 |
2016-11-04 | Move exit status to command, make runner run commands, not tests | Boris Kolpackov | 1 | -1/+1 |
2016-11-04 | Minor testscript changes | Boris Kolpackov | 3 | -3/+4 |
2016-11-04 | Fix pre-parsing corner cases | Boris Kolpackov | 1 | -0/+15 |
2016-11-04 | Change all testscript expansions to simple name mode | Boris Kolpackov | 1 | -0/+13 |
2016-11-04 | Fix testscript here-document quoting issue | Boris Kolpackov | 2 | -0/+29 |
2016-11-04 | Add testscript parser unit test | Boris Kolpackov | 3 | -0/+154 |