summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
4 hoursAccept asset path for variable expansion in shell argumentsHEADmasterRoman Smrž
28 hoursRefactor shell expansion conversions using template functionRoman Smrž
28 hoursFix parsing of shell argument starting with variable expansionRoman Smrž
28 hoursExpression expansion for shell commandRoman Smrž
2 daysExpression expansion for shell argumentsRoman Smrž
Changelog: Lists can now be dollar-expanded in the shell interpreter to provide list of shell command arguments.
4 daysAdd newtype for ShellArgumentsRoman Smrž
4 daysImplement report in JUnit XML formatRoman Smrž
Changelog: Added `--junit-report` switch to generate test report in JUnit XML format.
4 daysGather and report test timesRoman Smrž
5 daysAccept module names and fq names for test filtersRoman Smrž
Changelog: Tests can now be selected (or excluded) using module names and fully-qualified names of Tests and Tags.
6 daysPrint summary report also in quiet modeRoman Smrž
6 daysUse color formatting for summary reportRoman Smrž
7 daysFormattedText suport in Output moduleRoman Smrž
10 daysCopy TextFormat modules from erebos projectRoman Smrž
10 daysExpand list of operator chars to include colon and othersRoman Smrž
11 daysParse list types in type expressionRoman Smrž
11 daysAccept various builtin types in type expressionsRoman Smrž
11 daysRemove requirement of primitive type for contextRoman Smrž
11 daysType annotations in arguments of function definitionRoman Smrž
11 daysUse closure instead of failing with ambiguous type for argument types with ↵Roman Smrž
free variables
11 daysParse type annotations in expressionsRoman Smrž
12 daysRemove unused Monad import in TestModeRoman Smrž
13 daysRetport summary of test executionRoman Smrž
Changelog: Added `--report` command-line option to print summary of passed/failed tests.
2026-08-24Add hook to TestOptions to get result of each testRoman Smrž
2026-08-24Data type for fully-qualified test nameRoman Smrž
2026-08-24Move repeat and keep-going options to TestOptionsRoman Smrž
2026-08-24Add keep-going command-line optionRoman Smrž
Changelog: Added `--keep-going` command line option to continue after test failure.
2026-08-23Create test dir subdirectory for based on test nameRoman Smrž
Changelog: Create test dir subdirectory for given test that includes the test module and name.
2026-08-23Fix parsing statements using innerBlock without new variablesRoman Smrž
Changelog: Fixed parsing of disconnect and packet loss commands.
2026-08-22Shell: fix parsing of redirection and pipes followed by some symbolsRoman Smrž
2026-08-22Shell: implement ‘!’ operatorRoman Smrž
Changelog: Implement negation using the `!` operator in the shell interpreter.
2026-08-22Shell: track exit code of the last commandRoman Smrž
2026-08-22Shell: allow to toggle "exit on error"Roman Smrž
Changelog: Implemented "set +e/-e" in the shell interpreter.
2026-08-22Shell: implement cd commandRoman Smrž
Changelog: Implemented the `cd` command in shell interpreter.
2026-08-22Shell: implement pwd commandRoman Smrž
Changelog: Implemented `pwd` command in shell interpreter.
2026-08-22Use absolute directory path for network and node dirsRoman Smrž
2026-08-22Shell: track shell state with working directoryRoman Smrž
2026-05-31Options to select and exclude tests in config fileRoman Smrž
2026-05-24Refactor test filtering to its own function and typeRoman Smrž
2026-05-23Loaded modules data type to store related infoRoman Smrž
2026-05-23Accept tags as exclude parametersRoman Smrž
2026-05-23Evaluate test tag expressionsRoman Smrž
2026-05-19Fix test preamble parsing conflict with local statementRoman Smrž
2026-05-19Fix parsing after tag declarationRoman Smrž
2026-05-18Concatenation operator for listsRoman Smrž
Changelog: Added `++` operator to concatenate lists
2026-05-17More generic unification in for statementRoman Smrž
2026-05-17Concat builtin functionRoman Smrž
Changelog: Added `concat` function for lists
2026-05-17Function arguments unificationRoman Smrž
2026-05-16Separate hide/expose expressions for primitive and function typesRoman Smrž
2026-05-09Resolve DynVariable in eval functionRoman Smrž
2026-05-09Unification of function and forall typesRoman Smrž