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

Include the juvix version in the build directory path #3069

Merged
merged 3 commits into from
Sep 30, 2024

Conversation

paulcadman
Copy link
Collaborator

@paulcadman paulcadman commented Sep 27, 2024

For example, by default the build directory would now be:

.juvix-build/0.6.6

It is necessary to separate the build files by compiler version because the structure of jvo files may be incompatible between compiler releases.

@paulcadman paulcadman self-assigned this Sep 27, 2024
@paulcadman paulcadman added the CLI label Sep 27, 2024
For example, by default the build directory would now be:

    .juvix-build/0.6.6

It is necessary to separate the build files by compiler version because
the structure of jvo files may be incompatible between compiler releases.
@paulcadman paulcadman force-pushed the version-build-directory branch from cbbdc3b to 2766518 Compare September 27, 2024 16:10
@paulcadman paulcadman marked this pull request as ready for review September 27, 2024 17:22
@paulcadman paulcadman merged commit 6e58aad into main Sep 30, 2024
6 of 8 checks passed
@paulcadman paulcadman deleted the version-build-directory branch September 30, 2024 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Version the internal build directory (.juvix-build) using the Juvix compiler version
2 participants