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

figure out if compiles are cached. #34

Closed
ityonemo opened this issue Nov 20, 2019 · 2 comments
Closed

figure out if compiles are cached. #34

ityonemo opened this issue Nov 20, 2019 · 2 comments
Labels
wontfix This will not be worked on
Milestone

Comments

@ityonemo
Copy link
Collaborator

No description provided.

@ityonemo ityonemo added this to the 0.2.0 milestone Feb 13, 2020
@ityonemo
Copy link
Collaborator Author

Compiles don't currently seem to be cached. Investigating ways of stashing the build artefact and checking to see if it needs to be rebuilt.

@ityonemo ityonemo added the wontfix This will not be worked on label Mar 17, 2020
@ityonemo
Copy link
Collaborator Author

compiles aren't being cached because ExUnit Test files are .exs files, which means they get recompiled every time. This isn't a issue, it's correct behavior, and most of the time you won't be running zig code directly inside of an exs file anyways.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant