You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`thing` is defined as a string on L446, so calling `(bytes->string/utf-8 thing)` on L478 would raise a contract error.
Test case: trying to read `'\\xDDDD;` in an R6RS module
0 commit comments