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

tmp/task_binary is recompiled unnecessarily before many tasks #5

Open
BrucePerens opened this issue Jan 22, 2021 · 0 comments
Open

Comments

@BrucePerens
Copy link

The tmp/tasks_binary is recompiled before every task, as far as I can tell. It is often not necessary. If the source has not been modified since the binary was generated, there should not be a recompile. To determine this, parse the require statements in the source files, and nothing else, and stat the files for their modification dates. There are macro methods of receiving external input that could make the source stale, but they are rare and not worth checking.

@jwoertink jwoertink transferred this issue from luckyframework/lucky_cli Oct 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant