Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
gavinking opened this issue Nov 7, 2015 · 3 comments
Open

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

gavinking opened this issue Nov 7, 2015 · 3 comments
Milestone

Comments

@gavinking
Copy link
Member

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

@gavinking gavinking added this to the 1.3 milestone Nov 7, 2015
@gavinking
Copy link
Member Author

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
Copy link
Member

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
Copy link
Member Author

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?

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

No branches or pull requests

2 participants