Age | Commit message (Expand) | Author |
2025-03-03 | Version 0.3.1HEADv0.3.1masterdevel | Roman Smrž |
2025-03-03 | Turn relative command path to absolute before starting subprocess | Roman Smrž |
2025-02-28 | Version 0.3v0.3.0 | Roman Smrž |
2025-02-28 | Switch source repository location to HTTPS | Roman Smrž |
2025-02-28 | Do not prefix parse error from first module as "imported" | Roman Smrž |
2025-02-27 | Fail when requested test is not found | Roman Smrž |
2025-02-27 | Bump dependencies, build with GHC up to 9.12 | Roman Smrž |
2025-02-27 | Fix remaining indentation in cabal file | Roman Smrž |
2025-02-27 | Add ifname member to the node type | Roman Smrž |
2025-02-27 | Refactor script/expression related code to multiple modules | Roman Smrž |
2025-02-27 | Move ExprType to its own module | Roman Smrž |
2025-02-25 | Documentation for modules | Roman Smrž |
2025-02-25 | Relax lower bound on clock and stm packages | Roman Smrž |
2025-02-24 | Fix parsing of a module starting with whitespace or comment | Roman Smrž |
2025-02-24 | Scalar unification for variables in expansion | Roman Smrž |
2025-02-24 | Collect and evaluate global definitions together | Roman Smrž |
2025-02-13 | Evaluate functions in parameters via unifyExpr | Roman Smrž |
2025-02-11 | Provide imported definitions at run-time | Roman Smrž |
2025-02-08 | Time information in output | Roman Smrž |
2025-02-08 | Module import parsing and type check | Roman Smrž |
2025-01-28 | Do not accept plain variable as the last keywordless parameter | Roman Smrž |
2025-01-19 | Export declaration | Roman Smrž |
2024-12-16 | Change working directory of spawned process to node directory | Roman Smrž |
2024-12-08 | Separate parsers for individual variables and function calls | Roman Smrž |
2024-12-08 | Reserved words not accepted as identifiers | Roman Smrž |
2024-12-08 | Use void context for user-defined functions | Roman Smrž |
2024-12-08 | Documentation for user-defined functions | Roman Smrž |
2024-12-07 | Functions returning arbitrary types | Roman Smrž |
2024-12-07 | Arguments for user-defined functions | Roman Smrž |
2024-12-03 | Ignore missing variables when gathering used values | Roman Smrž |
2024-12-03 | Remove remaining Expr usage in TestStep | Roman Smrž |
2024-12-02 | Trace regex variables in expect using new type | Roman Smrž |
2024-11-29 | Represent root network as an internal variable | Roman Smrž |
2024-11-29 | Special "builtin" value for SourceLine | Roman Smrž |
2024-11-28 | Separate VarValue type without hidden type | Roman Smrž |
2024-11-28 | Remove embedded Expr for some inner TestBlock parameters | Roman Smrž |
2024-11-20 | Avoid embedded Expr in most of test step parameters | Roman Smrž |
2024-11-13 | Keep track of used variables alongside evaluated expressions | Roman Smrž |
2024-11-12 | Reformat Test.eval function to use lambda case | Roman Smrž |
2024-11-12 | Remove ExprStatement in favor of using Expr TestBlock | Roman Smrž |
2024-11-09 | Move withVar into MonadEval type class | Roman Smrž |
2024-10-14 | Custom C main instead of wrapper binary | Roman Smrž |
2024-10-04 | User-defined test functions without parameters | Roman Smrž |
2024-09-28 | Use "matching" as keyword for regex argument of "flush" | Roman Smrž |
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ž |