Thanks to visit codestin.com
Credit goes to github.com

Skip to content

amqp_client, rabbitmq_auth_mechanism_ssl: fix Dialyzer on Erlang/OTP 28.3#15108

Merged
michaelklishin merged 1 commit into
mainfrom
mk-dialyzer-fixes-for-erlang-otp-28.3
Dec 11, 2025
Merged

amqp_client, rabbitmq_auth_mechanism_ssl: fix Dialyzer on Erlang/OTP 28.3#15108
michaelklishin merged 1 commit into
mainfrom
mk-dialyzer-fixes-for-erlang-otp-28.3

Conversation

@michaelklishin

@michaelklishin michaelklishin commented Dec 11, 2025

Copy link
Copy Markdown
Collaborator

Erlang/OTP 28.3 has introduced references to new
types in the crypto module from public_key.

Our PLT_APPS list must include both public_key and crypto,
otherwise Dialyzer on Erlang/OTP 28.3 will fail.

…28.3

Erlang/OTP 28.3 has introduced references to new
types in the `crypto` module from `public_key`.

Our PLT_APPS list does not include `crypto`,
which causes a failure specific to 28.3.
@mergify mergify Bot added the make label Dec 11, 2025
@michaelklishin michaelklishin merged commit 0eb1fe4 into main Dec 11, 2025
288 of 289 checks passed
@michaelklishin michaelklishin deleted the mk-dialyzer-fixes-for-erlang-otp-28.3 branch December 11, 2025 00:33
@michaelklishin michaelklishin added this to the 4.3.0 milestone Dec 11, 2025
michaelklishin added a commit that referenced this pull request Dec 11, 2025
amqp_client, rabbitmq_auth_mechanism_ssl: fix Dialyzer on Erlang/OTP 28.3 (backport #15108)
michaelklishin added a commit that referenced this pull request Dec 11, 2025
amqp_client, rabbitmq_auth_mechanism_ssl: fix Dialyzer on Erlang/OTP 28.3 (backport #15108) (backport #15112)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant