Age | Commit message (Collapse) | Author | |
---|---|---|---|
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ž | |
Changelog: Fix type error reporting for some command parameters | |||
2024-08-11 | Fix missing import with newer mtl | Roman Smrž | |
Changelog: Fix build with mtl-2.3 | |||
2024-08-10 | Version 0.2.3v0.2.3 | 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ž | |
Changelog: Report multiple parsing errors in single pass | |||
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ž | |
Changelog: Accept module name declaration | |||
2024-07-31 | Enable color only for terminal output, add manual options | Roman Smrž | |
Changelog: Use colors by default only on terminal, add `--color`/`--no-color` options to select manually. | |||
2024-07-30 | Add network member to the node object | Roman Smrž | |
Changelog: Add network member to the node object | |||
2024-05-18 | README: fix regex example | Roman Smrž | |
2024-05-17 | Version 0.2.2v0.2.2 | Roman Smrž | |
2024-05-17 | Bump dependencies for GHC 9.10 | Roman Smrž | |
Changelog: Compatibility with GHC up to 9.10 | |||
2024-05-17 | Avoid multithreading in wrapper on newer compilers | Roman Smrž | |
Changelog: Fix unshare failing with newer compilers | |||
2024-05-17 | Prune unused dependencies | Roman Smrž | |
2024-05-17 | Describe command-line test selection in help text | Roman Smrž | |
Changelog: Documentation and helptext updates | |||
2024-05-17 | README: process members and lists | Roman Smrž | |
2024-05-14 | Reference README from cabal file | Roman Smrž | |
2024-05-14 | Version 0.2.1v0.2.1 | Roman Smrž | |
2024-05-14 | Update homepage to tester-specific page | Roman Smrž | |
2024-05-14 | Bump template-haskell version for GHC 9.8 | Roman Smrž | |
Changelog: Compatibility with GHC up to 9.8 | |||
2024-05-14 | Run multiple whole test sequences with repeat option | Roman Smrž | |
2024-05-14 | Add README file | 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 | Bump unix and template-haskell dependencies | Roman Smrž | |
2024-02-21 | Update to support mtl-2.3 | Roman Smrž | |
2024-02-21 | Update cabal description | Roman Smrž | |
2023-12-12 | Repeat option on command line | Roman Smrž | |
Changelog: Add --repeat option to run the tests multiple times | |||
2023-10-23 | Flush command | Roman Smrž | |
Changelog: Add 'flush' command | |||
2023-08-24 | Option to wait at the end of each test | Roman Smrž | |
Changelog: Add --wait option to wait at the end of each test | |||
2023-08-24 | Accept test name selection after filepath on command line | Roman Smrž | |
Changelog: Selection of test from test file path on command line using ':' charater | |||
2023-07-13 | Show record selectors in failure reports | Roman Smrž | |
Changelog: Show record selectors in failure reports | |||
2023-05-06 | Drop support for introducing node variable by 'spawn' command | Roman Smrž | |
2023-04-26 | Version 0.2v0.2.0 | Roman Smrž | |
2023-04-26 | Add first changelog entries | 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ž | |