Replies: 1 comment
-
Recent versions of RabbitMQ can be compiled with OTP27. I guess we should just push a new version of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using the amqp10_client hexpm dependency in an Elixir 1.17.2-otp-27 project, compilation fails:
Earlier output suggests a conflict with OTP27
maybe
expression, which is now enabled by default:Setting
ERL_COMPILER_OPTIONS="[{feature, maybe_expr, disable}]"
allowsmix compile
to succeed. Maybe the-feature(maybe_expr, disable).
module attribute could be added to amqp10_msg so the client can be compiled with default settings?Beta Was this translation helpful? Give feedback.
All reactions