-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Maintain a manifest of generated files (#234)
This is signifiant rewrite of the compiler task to support manifests, making us a better mix citizen and adding support for `mix clean`-based file cleanup. Our manifest is written as a binary-encoded Erlang term to give us the most forward-compatible file format. At the moment, we only store a manifest version number and the list of generated files, but we may expand this in the future to include additional dependency information such as the "version" of the code that was used to generate these files. See #138 for a more detailed discussion.
- Loading branch information
Showing
2 changed files
with
118 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters