| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-13 | Better test runner (#3922) | Laurenz | |
| 2023-12-11 | Ignore *.pdf for typ files in tests (#2881) | Leedehai | |
| 2023-12-05 | Add simple fuzz testing (#2581) | Nathaniel Brough | |
| 2023-08-08 | Add SVG export (#1729) | Wenzhuo Liu | |
| 2023-07-02 | Move everything into `crates/` directory | Laurenz | |
| 2023-04-01 | Add .idea to gitignore (#514) | HarmoGlace | |
| 2023-03-27 | Add Nix flake (#158) | figsoda | |
| 2022-11-03 | Separate test crate | Laurenz | |
| This removes the not-really-cyclic dependency that confuses rust-analyzer. See also: https://github.com/rust-lang/rust-analyzer/issues/2414 | |||
| 2022-04-03 | Font fallback | Laurenz | |
| 2022-01-01 | Bump and lock dependencies | Laurenz | |
| 2021-04-21 | Make frames serializable 📚 | Laurenz | |
| This also makes serialization support non-optional since it's too much feature-management for too little benefit. | |||
| 2021-02-20 | VS Code extension for easier testing 🛠 | Laurenz | |
| This extension enables you to - quickly open the actual and reference output for a test case to the side - re-run the test with the click of a button - approve the test output (moves output to reference folder and optimizes with oxipng) | |||
| 2021-02-20 | Reorganize tests 🔀 | Laurenz | |
| 2021-01-16 | Flip test directory structure 🔃 | Laurenz | |
| Move full/lang/library to the top-level as that's more ergonomic to use. | |||
| 2021-01-13 | Enable multiple tests per file 🧱 | Laurenz | |
| 2020-12-16 | Better tokenization testing 🌋 | Laurenz | |
| - Better tokenization test coverage. - Suffix testing: Each test case is tested with many different suffixes to ensure correct token ends. - Improves expression parsing (fixes #3). | |||
| 2020-12-10 | Refine test infrastructure ✅ | Laurenz | |
| - Tests diagnostics - More and better separated image tests | |||
| 2020-11-25 | Move benchmarks into separate crate ♾ | Laurenz | |
| So that CI does not have to build criterion each time. | |||
| 2020-10-13 | Simple regression testing with file-based comparisons ✅ | Laurenz | |
| 2020-08-14 | Remove output files which sneaked into the repository ❌ | Laurenz | |
| 2020-01-21 | Decoupled function parser 🔗 [WIP] | Laurenz | |
| 2019-11-28 | Update gitignore 📋 | Laurenz | |
| 2019-10-16 | Implement space extension (multipage) ➕ | Laurenz | |
| 2019-10-11 | Create test runner which renders layouts to images 🗺 | Laurenz | |
| 2019-10-09 | Extract into separate repository 🧱 | Laurenz | |
