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

Fix matching of invalid_contract args. #541

Merged
merged 3 commits into from
Sep 24, 2024
Merged

Conversation

jeremyjh
Copy link
Owner

InvalidContract.format_long was expecting a different number of args from from what we actually get in OTP 26 & later. It looks like function args and a full function declaration are now also included, but aren't needed for this warning.

fixes #533
fixes #539
fixes #536
fixes #525
fixes #501
fixes #523

@jeremyjh jeremyjh enabled auto-merge (squash) September 24, 2024 12:48
@jeremyjh jeremyjh merged commit b69c5d8 into master Sep 24, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment