ceylon / ceylon-compiler

DEPRECATED
GNU General Public License v2.0
138 stars 36 forks source link

"ceylon run --compile" does not recompile changes #2420

Open gavinking opened 8 years ago

gavinking commented 8 years ago

I think it makes ceylon run --compile almost useless that it doesn't pick up changes to the source code.

gavinking commented 8 years ago

Ah OK, so you have to use --compile=force. But nowhere is the semantics of that documented, and it feels to me like the default is wrong.

quintesse commented 8 years ago

You can also use --compile=check which only compiles if the sources have changed. You can set the default in ~/.ceylon/config by adding the line compile=check to the [runtool] section.

And the default is not to compile because when I added this option you were all against the run tool behaving like a build tool

gavinking commented 8 years ago

Was I? Perhaps I didn't really understand.

Tako would you do me a favor and document all those options and what is the default, please?