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

Fix test and compile error on latest elixir #79

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dvic
Copy link

@dvic dvic commented Feb 11, 2025

Summary

On Elixir 1.18 I got this compile error:

     error: undefined variable "ask"
     │
 153 │       e <- ask
     │            ^^^
     │
     └─ lib/algae/reader.ex:153:12: Algae.Reader.local/2

This PR fixes this issue and also a test that was failing due to map ordering changes in recent Elixir/Erlang versions.

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