Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-29 | dialyzer: Fix dialyzer_dataflow:format_args_1() | Hans Bolinder | |
2016-06-09 | Remove support for '...' in Maps types | Hans Bolinder | |
It is possible that '...' is added later (OTP 20.0), but for now we are not sure of all details. | |||
2016-04-28 | dialyzer_dataflow: Fix try in guards | Magnus Lång | |
The assumption that 'try' nodes were only used to wrap entire guards is no longer true. We're still swallowing warnings when the handler returns successfully. Unfortunately, bind_guard/5 would need to be refactored to return a new state in order to generate those warnings. | |||
2016-04-28 | dialyzer_dataflow: Add map support | Magnus Lång | |