diff options
author | Hans Bolinder <[email protected]> | 2016-11-23 08:36:18 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2016-11-23 08:36:18 +0100 |
commit | 3c8ba27ed87707942c357ade1d1f2471700f4203 (patch) | |
tree | 5d6e212d58b8881fbf8b349553ad8d85e0af3eb1 /lib/dialyzer/RELEASE_NOTES | |
parent | 459ee8ccc30472534ce410e62c668568d44b8b8b (diff) | |
parent | ce5bbeaf294491ba74c8cf793a22cc6d00d368b7 (diff) | |
download | otp-3c8ba27ed87707942c357ade1d1f2471700f4203.tar.gz otp-3c8ba27ed87707942c357ade1d1f2471700f4203.tar.bz2 otp-3c8ba27ed87707942c357ade1d1f2471700f4203.zip |
Merge branch 'maint'
* maint:
dialyzer: Substitute 'opacity' for 'opaqueness'
dialyzer: Improve a warning message
dialyzer: Improve a warning message
dialyzer: Correct a warnings message
Diffstat (limited to 'lib/dialyzer/RELEASE_NOTES')
-rw-r--r-- | lib/dialyzer/RELEASE_NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dialyzer/RELEASE_NOTES b/lib/dialyzer/RELEASE_NOTES index 4e311bb543..2457faa07a 100644 --- a/lib/dialyzer/RELEASE_NOTES +++ b/lib/dialyzer/RELEASE_NOTES @@ -135,7 +135,7 @@ Version 1.9.1 (in Erlang/OTP R13B) Version 1.9.0 (in Erlang/OTP R13A) ---------------------------------- - The analysis accepts opaque type declarations and detects violations of - opaqueness of terms of such types. Starting with R13, many Erlang/OTP + opacity of terms of such types. Starting with R13, many Erlang/OTP standard libraries (array, dict, digraph, ets, gb_sets, gb_trees, queue, and sets) contain opaque type declarations of their main data types. Dialyzer will spit out warnings in code that explicitly depends on the |