« Return to Thread: [scala] how to stop recompile all scala files even there is no file has been changed?

Re: [scala] how to stop recompile all scala files even there is no file has been changed?

by Andrew Z Tan :: Rate this Message:

Reply to Author | View in Thread

Oops..sent to the wrong list. sorry,
I have post it to jetbrains now. thanks for all the replies!


2009/7/7 Alexy Khrabrov <deliverable@...>
I don't see "all files being recompiled," only the changed ones in fact.  The changed ones are rescanned, which does take time indeed.  Like in times of Fortran, Scala compile is a good time to meditate on your algorithms and the state of the world in general -- thinking through your program in your mind eliminates extra "test by compile" cycles!

Cheers,
Alexy


 « Return to Thread: [scala] how to stop recompile all scala files even there is no file has been changed?