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

Test with Elixir 1.17 #230

Merged
merged 1 commit into from
Jul 1, 2024
Merged

Test with Elixir 1.17 #230

merged 1 commit into from
Jul 1, 2024

Conversation

mikl
Copy link
Contributor

@mikl mikl commented Jun 28, 2024

This module appears to work fine with Elixir v1.17.

Not so much with OTP v27, there’s a compiler error in rabbit_common:

===> Compiling rabbit_common
===> Compiling src/rabbit_types.erl failed
rabbit_types.erl:14:20: syntax error before: '/'
rabbit_types.erl:38:16: syntax error before: '::'

@mikl
Copy link
Contributor Author

mikl commented Jun 28, 2024

Related RabbitMQ issue: rabbitmq/rabbitmq-server#11328

@ono ono merged commit 5d7bcd6 into pma:main Jul 1, 2024
@ono
Copy link
Collaborator

ono commented Jul 1, 2024

Thanks!

@ono
Copy link
Collaborator

ono commented Jul 1, 2024

I filed the issue here for visibility.

I also noticed they didn't release 3.13.x for amqp_client while they updated rabbit_common on 31st May. It might fix the compile issue. While it might take some time to address the server issue with OTP 27, I wonder if the compile issue can be solved and it works on a client side.

I have requested it here: rabbitmq/rabbitmq-server#11593

@mikl mikl deleted the elixir-1.17 branch July 3, 2024 10:58
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.

2 participants