From 1ee1d078e2480ddd08d40915bc7a74a8352acff0 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 30 Jul 2021 18:04:08 +0200 Subject: 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 --- tests/ref/insert/circle.png | Bin 13518 -> 13064 bytes tests/ref/insert/square.png | Bin 7163 -> 7069 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'tests/ref/insert') diff --git a/tests/ref/insert/circle.png b/tests/ref/insert/circle.png index 8364d42b..7e44907b 100644 Binary files a/tests/ref/insert/circle.png and b/tests/ref/insert/circle.png differ diff --git a/tests/ref/insert/square.png b/tests/ref/insert/square.png index def2e664..c84e6f0e 100644 Binary files a/tests/ref/insert/square.png and b/tests/ref/insert/square.png differ -- cgit v1.2.3