Age | Commit message (Expand) | Author |
2024-09-28 | Fix regex check in flush command | Roman Smrž |
2024-09-28 | Optional arguments and "flush" as a builtin | Roman Smrž |
2024-09-28 | Implement "send" as a builtin | Roman Smrž |
2024-09-28 | Partial application in expression statements | Roman Smrž |
2024-09-28 | Require parentheses around complex command arguments | Roman Smrž |
2024-09-27 | Default and context-provided values for function arguments | Roman Smrž |
2024-09-25 | Implement "guard" as a builtin | Roman Smrž |
2024-09-24 | Function parameters and calls | Roman Smrž |
2024-09-18 | Greater-then/less-then comparison operators for numbers | Roman Smrž |
2024-09-18 | Make sure identifier starts with a letter | Roman Smrž |
2024-09-17 | Type variables and simple unification | Roman Smrž |
2024-08-11 | Remove emptyVarValue from ExprType class | Roman Smrž |
2024-08-11 | Remove MonadEval instance for TestParser | Roman Smrž |
2024-08-11 | Parser: try ParamType Either branches with cleared delayed errors | Roman Smrž |
2024-08-11 | Fix missing import with newer mtl | Roman Smrž |
2024-08-07 | Parser: collect toplevel definitions using Writer | Roman Smrž |
2024-08-07 | Replace first command (wait) with a builtin | Roman Smrž |
2024-08-07 | Parser: report multiple errors in some cases | Roman Smrž |
2024-08-06 | Test block expression type and statement | Roman Smrž |
2024-08-05 | Check if module name matches file path | Roman Smrž |
2024-08-02 | Module name declaration | Roman Smrž |
2024-07-31 | Enable color only for terminal output, add manual options | Roman Smrž |
2024-07-30 | Add network member to the node object | Roman Smrž |
2024-05-17 | Describe command-line test selection in help text | Roman Smrž |
2024-05-14 | Run multiple whole test sequences with repeat option | Roman Smrž |
2024-05-14 | MiniCI configuration and cabal flag | Roman Smrž |
2024-04-24 | Show usage info only with explicit `--help' option | Roman Smrž |
2024-02-21 | Update to support mtl-2.3 | Roman Smrž |
2023-12-12 | Repeat option on command line | Roman Smrž |
2023-10-23 | Flush command | Roman Smrž |
2023-08-24 | Option to wait at the end of each test | Roman Smrž |
2023-08-24 | Accept test name selection after filepath on command line | Roman Smrž |
2023-07-13 | Show record selectors in failure reports | Roman Smrž |
2023-05-06 | Drop support for introducing node variable by 'spawn' command | Roman Smrž |
2023-04-26 | Route tracking in namespaces and helper functions | Roman Smrž |
2023-04-26 | Use link objects for disconnect commands | Roman Smrž |
2023-04-25 | Link type and associated functions | Roman Smrž |
2023-04-24 | Fix parsing of two-element lists | Roman Smrž |
2023-04-23 | Drop unused ProcName parameter type instance | Roman Smrž |
2023-04-23 | Split parser into several modules | Roman Smrž |
2023-04-23 | Add network namespace in constructor of corresponding type | Roman Smrž |
2023-04-18 | Bring up veth peer in subnet first | Roman Smrž |
2023-04-18 | Command-line option to keep test directory | Roman Smrž |
2023-04-04 | Disconnect commands | Roman Smrž |
2023-04-02 | Network namespace type | Roman Smrž |
2023-04-01 | Shorten veth names in parent network using only index | Roman Smrž |
2023-03-31 | Types for IP address and prefix | Roman Smrž |
2023-03-30 | Move test-executing functions to separate module | Roman Smrž |
2023-03-28 | Network subnets and routing | Roman Smrž |
2023-03-26 | Network refactoring with explicit prefixes | Roman Smrž |