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

0.3.0 Release #337

Merged
merged 5 commits into from
Aug 23, 2023
Merged

0.3.0 Release #337

merged 5 commits into from
Aug 23, 2023

Conversation

scohen
Copy link
Collaborator

@scohen scohen commented Aug 16, 2023

This is the branch for v0.3.0

@scohen scohen changed the title Bumped versions to 0.3.0 0.3.0 Release Aug 16, 2023
@scohen
Copy link
Collaborator Author

scohen commented Aug 16, 2023

Commits that want to go into 0.3.0 should target this branch.

scohen and others added 4 commits August 21, 2023 17:51
* Added version compatibility check

Lexical now outputs the erlang and elixir versions of the VM that was
used to create them. It now checks the build and packaging directories
for these versioning files and emits an error message if the vm starts
with beam files that won't work.

* Detected version change on call to package

Another belt to wear with the suspenders. When we build a package that
overwrites another package, if the version has changed, we delete the
old compiled code and the old package and start compilation from
scratch. This definitely prevents old beam files from ending up in the
new package.
halt/1 always raises which irritates dialyzer. Added an ignore to it.
* Improved launcher script

Seems ERL_LIBS wasn't picked up universally across versions, so I
swapped that out for the -pa flag

* silenced errors, used command -v to check for asdf / rtx

* Evalled output from rtx env

* fixed typo

* Update bin/start_lexical.sh

Co-authored-by: Étienne Lévesque <[email protected]>

---------

Co-authored-by: Étienne Lévesque <[email protected]>
* fix: update Nix derivation to use new build

---------

Co-authored-by: Steve Cohen <[email protected]>
@scohen scohen merged commit 8205a8a into main Aug 23, 2023
6 checks passed
@scohen scohen deleted the v0.3.0 branch August 23, 2023 20:02
@scohen scohen restored the v0.3.0 branch August 23, 2023 20:02
scohen added a commit that referenced this pull request Aug 23, 2023
@scohen scohen deleted the v0.3.0 branch August 23, 2023 20:15
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 this pull request may close these issues.

3 participants