otp
otp copied to clipboard
dialyzer: Fix missing incremental analysis type option
Adds the incremental
analysis mode into the appropriate option types.
This was causing Dialyzer warnings for users that consumed the
incremental API to Dialyzer itself (e.g. erlang/rebar3#2736), since the incremental
option was available at runtime, but not declared in dial_option()
.
CT Test Results
2 files 37 suites 16m 35s :stopwatch: 446 tests 443 :heavy_check_mark: 3 :zzz: 0 :x: 532 runs 529 :heavy_check_mark: 3 :zzz: 0 :x:
Results for commit fa83b8c4.
:recycle: This comment has been updated with latest results.
To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.
See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.
Artifacts
// Erlang/OTP Github Action Bot
Thanks! Added to our daily builds.
Hello, I know it's closed issue but I would like to ask when this fix will be released. Because it's not in current 25.2 release. Thanks https://github.com/erlang/otp/blob/OTP-25.2/lib/dialyzer/test/opaque_SUITE_data/src/recrec/dialyzer.hrl#L102
It will be included in OTP 26, planned to be released in May next year.