-
-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tolerate broken Typed Racket #457
Comments
@samth Actually which "main.rkt" file do you mean? I don't have any in Racket 7.6. When I add an unclosed At first I thought, well that's because the Racket Mode back end was already loaded, as a result of So, this issue seems to be related to some very specific file?? Or I'm just not understanding. |
The particular file I broke was |
Hmm I still can't reproduce with that file. Even when I ensure the back end is stopped before visiting the file, such that it would be started and elicit some error due to any dependence on Typed Racket.
|
Commit 47b9041 in February added support for blueboxes to |
@samth reported on Slack that breaking Typed Racket now breaks Racket Mode.
For example "go to the typed-racket/main.rkt and add an extra
(
".I suggested temporarily disabling
racket-xp-mode
until the error is resolved. But:check-syntax
command could fail in a more graceful way (usingdynamic-require
and/orwith-handlers
) such that the front endracket-xp-mode
could disable or limit itself in a more-graceful way.The text was updated successfully, but these errors were encountered: