Age | Commit message (Expand) | Author |
---|---|---|
2020-09-03 | enhance `join_vars` (#4089) | Alex Lam S.L |
2020-06-10 | fix corner case in `--reduce-test` (#3985) | Alex Lam S.L |
2020-04-25 | fix corner case in `--reduce-test` (#3819) | Alex Lam S.L |
2020-04-25 | improve `--reduce-test` on `Error.message` (#3816)...closes #3815 | Alex Lam S.L |
2020-04-14 | expand testing on Node.js versions (#3779) | Alex Lam S.L |
2020-03-21 | improve `--reduce-test` (#3742)...- ignore difference in error messages - improve readability on trailing whitespace differences - improve performance & quality via `console.log()` insertions | Alex Lam S.L |
2020-03-01 | avoid reducing setter argument (#3737) | Alex Lam S.L |
2020-02-29 | detect `toplevel` option properly (#3735)...fixes #3730 | Alex Lam S.L |
2020-02-17 | speed up `--reduce-test` (#3726)...- avoid pathological test case branches via adaptive time-out - use initial test case elapsed time to adjust maximum time-out - index output cache using hash instead of raw source | Alex Lam S.L |
2020-02-14 | improve `--reduce-test` (#3719)...- cover missing cases when eliminating unreferenced labels - format multi-line outputs correctly | Alex Lam S.L |
2020-02-12 | increase mocha `--reduce-test` timeout (#3715) | Alex Lam S.L |
2020-02-09 | add test for `--reduce-test` (#3712) | Alex Lam S.L |
2020-02-09 | improve `test/reduce` (#3710)...- suppress several instances of malformed AST generation - improve resilience & reporting against malformed ASTs | Alex Lam S.L |
2020-02-07 | fix corner cases in `test/reduce` (#3709) | Alex Lam S.L |