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

Compilation error in Erlang 27 #15

Closed
arcusfelis opened this issue Jul 10, 2024 · 2 comments
Closed

Compilation error in Erlang 27 #15

arcusfelis opened this issue Jul 10, 2024 · 2 comments

Comments

@arcusfelis
Copy link

maybe is a reserved word now, and should be escaped like 'maybe':

rel_info({tls_handshake_1_3,maybe,0}) -> {"24.0", "25.3", ">=24.0 <=25.3", true};
@crownedgrouse
Copy link
Owner

Thanks for having reported this. I will fix in next release.

@crownedgrouse
Copy link
Owner

crownedgrouse commented Jul 14, 2024

Geas 2.8.1 is now released and atom was correctly escaped by OTP-27 while releasing.
But this imply that when using OTP-27, older Geas releases are not compatible, but this is not recommended to use an OTP release with a Geas version not aware of it.
Thank for the head up !
Closing

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

No branches or pull requests

2 participants