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
I like to use an IDE to fix my type errors. This also requires the project to fully compile, not just to compile with the presentation compiler, so it will fail even for code that passes the presentation compiler and/or can produce Tasty (but fails later).
Since I see why having some compiled output helps, I'm not sure what the architecture should be here.
The text was updated successfully, but these errors were encountered:
Compiling before starting the IDE hasn't been strictly necessary for a couple of months now (if a classfile is older than a corresponding source file, the source file will be typechecked), but it's still useful to have classfiles for everything for performance in the IDE. It should be possible to make launchIDE compile the project, and then start the IDE even if it doesn't compile.
I like to use an IDE to fix my type errors. This also requires the project to fully compile, not just to compile with the presentation compiler, so it will fail even for code that passes the presentation compiler and/or can produce Tasty (but fails later).
Since I see why having some compiled output helps, I'm not sure what the architecture should be here.
The text was updated successfully, but these errors were encountered: