E-xyza / zigler

zig nifs in elixir
MIT License
908 stars 44 forks source link

figure out if compiles are cached. #34

Closed ityonemo closed 4 years ago

ityonemo commented 4 years ago

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 commented 4 years ago

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.