Implement ? suffix to "quiet" a context and exclude it from backtraces (#1800)

This commit is contained in:
Rangi
2025-08-18 21:34:58 -04:00
committed by GitHub
parent 77a105e189
commit b7e0783ae7
32 changed files with 392 additions and 139 deletions

View File

@@ -1,13 +1,11 @@
error: Invalid character '#'
at garbage_sequence.asm(1)
error: Invalid characters '?', 0xFF (is the file UTF-8?)
error: Invalid characters '#', 0xFF (is the file UTF-8?)
at garbage_sequence.asm(2)
error: Invalid characters '?', 0xFF, '?' (is the file UTF-8?)
error: Invalid characters '#', 0xFF, '}', 0xFF (is the file UTF-8?)
at garbage_sequence.asm(3)
error: Invalid character '#'
at garbage_sequence.asm(3)
error: Invalid characters '#', '?', '?'
at garbage_sequence.asm(3)
error: Invalid characters '#', 0xFF (is the file UTF-8?)
at garbage_sequence.asm(5)
Assembly aborted with 6 errors!
Assembly aborted with 5 errors!