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

change beam's modification time to source's -1 second #211

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andreineculau
Copy link
Contributor

@andreineculau andreineculau commented Mar 7, 2016

fixes #202

This allows the project's main build system to rebuild the BEAM per
the project's settings. Otherwise, since the BEAM's modification
time is newer than the source's, the main build system will think
it has already built it and will skip, possibly hiding warnings.


This change is Reviewable

…#202

This allows the project's main build system to rebuild the BEAM per
the project's settings. Otherwise, since the BEAM's modification
time is newer than the source's, the main build system will think
it has already built it and will skip, possibly hiding warnings.
@tjarvstrand
Copy link
Collaborator

I don't really have a good solution for this problem except to say that you should always clean and make before committing. I'm not a fan of this solution since it creates a view of the state that is not actually true.

@andreineculau
Copy link
Contributor Author

Clearly that (clean, make, git commit) can easily become a huge waste of time.
Maybe you fancy a flag?

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

Successfully merging this pull request may close these issues.

change compile dir
2 participants