elixirscript
elixirscript copied to clipboard
Use manifest to see if a module should be compiled or not
Using information from manifest in #435, I think we can tell if we will need to compile modules based on if timestamps changed. This issue replaces #310
- [ ] Read Manifest
- [ ] Get manifest timestamp
- [ ] Find removed beam files
- [ ] Find changed beam files using path and
File.stat - [ ] modules to be compiled will be
changed - removed - [ ] Compile modules
- [ ] Merge unchanged modules plus new compilation results
- [ ] Write to manifest