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

Support OTP 23 and later #3

Merged
merged 2 commits into from
Sep 13, 2023
Merged

Support OTP 23 and later #3

merged 2 commits into from
Sep 13, 2023

Conversation

dw-kihara
Copy link
Contributor

The abstract format of Erlang parsing started to use erl_anno:anno() instead of integer() from OTP 23.

This PR absorbs the change by allowing both erl_anno:anno() and integer() and converting them to line numbers in logi_location.

In addition, this PR removes dialyzer's race_conditions option that was removed at OTP 25.

Copy link
Owner

@sile sile left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@sile sile merged commit 345278b into sile:master Sep 13, 2023
@dw-kihara dw-kihara deleted the otp-update branch September 13, 2023 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants