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

Generator: option -s (skip-unchanged) doesn't work #54

Open
erikvanoosten opened this issue Mar 18, 2013 · 1 comment
Open

Generator: option -s (skip-unchanged) doesn't work #54

erikvanoosten opened this issue Mar 18, 2013 · 1 comment

Comments

@erikvanoosten
Copy link
Contributor

Main.scala contains the following option definition:

      opt("s", "skip-unchanged", "Don't re-generate if the target is newer than the input", { compiler.skipUnchanged = true; () })

However, the boolean compiler.skipUnchanged is never read. This function doesn't seem implemented.

@mosesn
Copy link
Contributor

mosesn commented May 29, 2016

Indeed, we should just remove it. Or if someone is feeling ambitious, fix it!

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

No branches or pull requests

2 participants