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

Fixes to support OTP 24..26 and Elixir 1.13..1.15 #230

Merged
merged 7 commits into from
Jan 11, 2024

Conversation

gomoripeti
Copy link
Collaborator

No description provided.

(calls lists:nth_1/2 which does the recursion)
- return value of `elixir:quoted_to_erl/2` changed in 1.13.0
- return value of `elixir_tokenizer:tokenize/4` changed in ???/1.15.0
- line location of some literals has changed in 1.13.0
In Elixir 1.15.0 private function Task.exit/2 was renamed to
shutdown_send. Instead use a function which was unchanged since 2015.
Since Elixir 1.15.0 the compiler can emit a list of warnings and
errors as Diagnostics maps, instead of returning one (as an Exception
struct).

See https://elixir-lang.org/blog/2023/06/19/elixir-v1-15-0-released/#compiler-warnings-and-errors
@gomoripeti gomoripeti merged commit fb26112 into Appliscale:master Jan 11, 2024
28 checks passed
@gomoripeti gomoripeti deleted the otp_26 branch January 11, 2024 00:24
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.

1 participant