Open
Description
When working on a project that's been compiled -- that has compiled
subdir(s) created by raco make
or raco setup
-- eventually you can get this error:
link: module mismatch; possibly, bytecode file needs re-compile because dependencies changed
The solution is to rm -rf compiled/
or re-run raco make
or raco setup
. Which isn't difficult to do. But it's kind of a buzz-kill flow-breaker to need to M-x shell
, cd
to the right directory, issue the rm
or raco
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?