We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b85cf commit 1a0d9a8Copy full SHA for 1a0d9a8
1 file changed
drracket-core-lib/drracket/private/rep.rkt
@@ -1231,7 +1231,8 @@ TODO
1231
(call-with-values
1232
(λ ()
1233
(parameterize ([outermost #t])
1234
- (eval-syntax sexp/syntax/eof)))
+ (with-stack-checkpoint
1235
+ (eval-syntax sexp/syntax/eof))))
1236
list))
1237
(parameterize ([pretty-print-columns pretty-print-width])
1238
(for ([x (in-list results)])
0 commit comments