Go to file
Laurenz 1ee1d078e2 Fatal errors
- Makes errors fatal, so that a phase is only reached when all previous phases were error-free
- Parsing still recovers and can produce multiple errors
- Evaluation fails fast and can thus produce only a single error (except for parse errors due to an import)
- The single error that could occur during execution is removed for now
- Removes Value::Error variant
2021-07-30 18:49:19 +02:00
.github Bump dependencies 2021-06-30 00:52:50 +02:00
bench Fatal errors 2021-07-30 18:49:19 +02:00
fonts BiDi tests 2021-03-30 14:31:50 +02:00
src Fatal errors 2021-07-30 18:49:19 +02:00
tests Fatal errors 2021-07-30 18:49:19 +02:00
tools Replace using with from 2021-07-08 21:16:16 +02:00
.gitignore Make frames serializable 📚 2021-04-21 21:17:25 +02:00
Cargo.toml Bump dependencies 2021-06-30 22:56:45 +02:00
NOTICE Move third party notices to NOTICE 2021-05-22 01:34:26 +02:00
rustfmt.toml Make frames serializable 📚 2021-04-21 21:17:25 +02:00