Transcript output updates for error formatting

This commit is contained in:
Dan Doel 2024-04-16 13:52:17 -04:00
parent c3ac632507
commit 9f2089798f
5 changed files with 0 additions and 20 deletions

View File

@ -52,8 +52,6 @@ test2 = do
(typeLink IOFailure)
"Cannot decode byte '\\xee': Data.Text.Internal.Encoding.decodeUtf8: Invalid UTF-8 stream"
(Any ())
Stack trace:
##raise
@ -66,8 +64,6 @@ test2 = do
The program halted with an unhandled exception:
Failure (typeLink RuntimeFailure) "builtin.bug" (Any "whoa")
Stack trace:
##raise

View File

@ -92,8 +92,6 @@ myServer = unsafeRun! '(hello "127.0.0.1" "0")
value:
Failure (typeLink IOFailure) "problem" (Any ())
Stack trace:
bug
#8ppr1tt4q2

View File

@ -615,8 +615,6 @@ Calling our examples with the wrong number of args will error.
The program halted with an unhandled exception:
Failure (typeLink IOFailure) "called with args" (Any ())
Stack trace:
##raise
@ -629,8 +627,6 @@ Calling our examples with the wrong number of args will error.
The program halted with an unhandled exception:
Failure (typeLink IOFailure) "called with no args" (Any ())
Stack trace:
##raise
@ -644,8 +640,6 @@ Calling our examples with the wrong number of args will error.
Failure
(typeLink IOFailure) "called with too many args" (Any ())
Stack trace:
##raise
@ -658,8 +652,6 @@ Calling our examples with the wrong number of args will error.
The program halted with an unhandled exception:
Failure (typeLink IOFailure) "called with no args" (Any ())
Stack trace:
##raise

View File

@ -22,8 +22,6 @@
value:
"implement me later"
Stack trace:
todo
#qe5e1lcfn8
@ -50,8 +48,6 @@
value:
"there's a bug in my code"
Stack trace:
bug
#m67hcdcoda

View File

@ -97,8 +97,6 @@ unique type RuntimeError =
The program halted with an unhandled exception:
Failure (typeLink RuntimeError) "oh noes!" (Any ())
Stack trace:
##raise