Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace a bunch of Err(…)? and format!("constant") calls. | Ceri Storey | 2021-03-27 | 1 | -16/+30 |
| | |||||
* | Thread cx everywhere else imports are read | Nadrieril | 2020-12-07 | 1 | -15/+12 |
| | |||||
* | Thread cx through normalization | Nadrieril | 2020-12-07 | 1 | -78/+80 |
| | |||||
* | Exclude the new test on Windows | Nadrieril | 2020-12-06 | 1 | -0/+1 |
| | |||||
* | An import location is not independent from the import mode | Nadrieril | 2020-12-06 | 1 | -2/+0 |
| | |||||
* | Add test | Nadrieril | 2020-12-06 | 1 | -0/+2 |
| | |||||
* | Overwrite test outputs with a `--bless` option | Nadrieril | 2020-11-05 | 1 | -15/+25 |
| | |||||
* | Centralize test exclusion into a single function | Nadrieril | 2020-11-05 | 1 | -193/+182 |
| | |||||
* | tests: add some tests | Nadrieril | 2020-11-05 | 1 | -0/+2 |
| | |||||
* | Handle partially abstract with | Basile Henry | 2020-11-01 | 1 | -4/+0 |
| | |||||
* | Implement type checking for With op | Basile Henry | 2020-11-01 | 1 | -6/+1 |
| | |||||
* | Don't pollute the dhall cache directory | Nadrieril | 2020-11-01 | 1 | -33/+47 |
| | |||||
* | Untangle caching code | Nadrieril | 2020-11-01 | 1 | -1/+1 |
| | |||||
* | Disable With related tests | Basile Henry | 2020-10-25 | 1 | -1/+10 |
| | |||||
* | test: mark excluded tests as ignored instead of deleting them | Nadrieril | 2020-06-25 | 1 | -11/+6 |
| | |||||
* | fix: always set XDG_CACHE_HOME in tests. | Nadrieril | 2020-06-25 | 1 | -10/+11 |
| | | | | | | We do NOT want to write in real directories during tests, but it's even worse if it's the user's directory. We really need a non-stupid cache abstraction. | ||||
* | fix: exclude prelude test for now | Nadrieril | 2020-06-25 | 1 | -1/+3 |
| | | | | | It's broken because cached imports get alpha-normalized. Those tests should be run with a dummy cache. | ||||
* | fix: ignore a test on Windows | Nadrieril | 2020-06-25 | 1 | -0/+1 |
| | |||||
* | chore: garbage collect removed tests | Nadrieril | 2020-06-25 | 1 | -10/+0 |
| | |||||
* | spec: update encoding of floating point values to RFC7049bis | Nadrieril | 2020-06-25 | 1 | -12/+3 |
| | |||||
* | test: catch panics in test harness | Nadrieril | 2020-06-25 | 1 | -7/+21 |
| | |||||
* | ci: run tests on windows | Nadrieril | 2020-06-25 | 1 | -7/+26 |
| | |||||
* | test: use errors instead of panics to signify test failure | Nadrieril | 2020-06-24 | 1 | -73/+83 |
| | |||||
* | refactor: remove old test harness | Nadrieril | 2020-06-24 | 1 | -5/+15 |
| | |||||
* | refactor: refactor spec tests a bit | Nadrieril | 2020-06-24 | 1 | -189/+177 |
| | |||||
* | test: write custom test harness for tests | Nadrieril | 2020-06-24 | 1 | -0/+686 |