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

Create compiler manifest #435

Closed
bryanjos opened this issue Nov 7, 2017 · 2 comments · Fixed by #439
Closed

Create compiler manifest #435

bryanjos opened this issue Nov 7, 2017 · 2 comments · Fixed by #439
Assignees
Milestone

Comments

@bryanjos
Copy link
Collaborator

bryanjos commented Nov 7, 2017

The manifest should capture the information about the modules compiled and the output for that module. Ideally, it would have the following information.

  • Module name
  • Beam file path
  • Beam file timestamp
  • JS file path
  • JS file timestamp

It should also capture the compiler version.

Mix.Project.manifest_path will show the path to where manifest files are expected to be. Elixir saves it's manifest files as .compile.elixir so ElixirScript should save its own as .compiler.elixir_script

@bryanjos
Copy link
Collaborator Author

bryanjos commented Nov 7, 2017

I'm not sure at what point in the compilation process this file should be created

@bryanjos
Copy link
Collaborator Author

bryanjos commented Nov 8, 2017

@bryanjos bryanjos self-assigned this Nov 10, 2017
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 a pull request may close this issue.

1 participant