Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

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

Closed
CeylonMigrationBot opened this issue Nov 7, 2015 · 4 comments
Closed

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

CeylonMigrationBot opened this issue Nov 7, 2015 · 4 comments

Comments

@CeylonMigrationBot
Copy link

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

[Migrated from ceylon/ceylon-compiler#2420]

@CeylonMigrationBot
Copy link
Author

[@gavinking] 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.

@CeylonMigrationBot
Copy link
Author

[@quintesse] 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

@CeylonMigrationBot
Copy link
Author

[@gavinking] 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?

@gavinking
Copy link
Contributor

Thanks, Tako.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants