amqp icon indicating copy to clipboard operation
amqp copied to clipboard

Test with Elixir 1.17

Open mikl opened this issue 1 year ago • 1 comments

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 avatar Jun 28 '24 10:06 mikl

Related RabbitMQ issue: https://github.com/rabbitmq/rabbitmq-server/issues/11328

mikl avatar Jun 28 '24 11:06 mikl

Thanks!

ono avatar Jul 01 '24 08:07 ono

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: https://github.com/rabbitmq/rabbitmq-server/issues/11593

ono avatar Jul 01 '24 09:07 ono