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

Deduplicate AMQP type inference #12733

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Deduplicate AMQP type inference #12733

wants to merge 1 commit into from

Commits on Nov 15, 2024

  1. Deduplicate AMQP type inference

    Introduce a single place in the AMQP 1.0 Erlang client that infers the AMQP 1.0 type.
    
    Erlang integers are inferred to be AMQP type `long` to avoid overflow surprises.
    ansd committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    a51eacf View commit details
    Browse the repository at this point in the history