-
-
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
Offer to help with bytecode mismatches? #41
Labels
Comments
greghendershott
changed the title
Offer to help with bytecode mismatches
Offer to help with bytecode mismatches?
Sep 10, 2014
Instead of going to a separate shell, I would expect users to use M-x compile and put raco make in there. We could help by setting
|
This was referenced Nov 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When working on a project that's been compiled -- that has
compiled
subdir(s) created byraco make
orraco setup
-- eventually you can get this error:The solution is to
rm -rf compiled/
or re-runraco make
orraco setup
. Which isn't difficult to do. But it's kind of a buzz-kill flow-breaker to need toM-x shell
,cd
to the right directory, issue therm
orraco
command... then remember what you were focused on before this annoying distraction.Could
racket-mode
notice this sort of error, and do something automatically? Maybe after a y/n prompt?The text was updated successfully, but these errors were encountered: