typst/tests/typ/code
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
..
importable Fatal errors 2021-07-30 18:49:19 +02:00
array.typ Fatal errors 2021-07-30 18:49:19 +02:00
block.typ Fatal errors 2021-07-30 18:49:19 +02:00
call.typ Fatal errors 2021-07-30 18:49:19 +02:00
closure.typ Fatal errors 2021-07-30 18:49:19 +02:00
comment.typ Even shorter error annotations 2021-07-09 10:50:25 +02:00
dict.typ Even shorter error annotations 2021-07-09 10:50:25 +02:00
for.typ Fatal errors 2021-07-30 18:49:19 +02:00
if.typ Fatal errors 2021-07-30 18:49:19 +02:00
import.typ Fatal errors 2021-07-30 18:49:19 +02:00
include.typ Fatal errors 2021-07-30 18:49:19 +02:00
let.typ Fatal errors 2021-07-30 18:49:19 +02:00
ops-assoc.typ Move invalid syntax tests into appropriate places 2021-06-09 10:51:19 +02:00
ops-invalid.typ Fatal errors 2021-07-30 18:49:19 +02:00
ops-prec.typ Move invalid syntax tests into appropriate places 2021-06-09 10:51:19 +02:00
ops.typ Eco string 🌱 2021-07-10 13:07:39 +02:00
repr.typ Fatal errors 2021-07-30 18:49:19 +02:00
target.typ Test cases for include and import 2021-05-31 22:33:40 +02:00
while.typ Fatal errors 2021-07-30 18:49:19 +02:00