jeremyjh / dialyxir

Mix tasks to simplify use of Dialyzer in Elixir projects.
Apache License 2.0
1.69k stars 141 forks source link

Removes support for `:race_conditions` option #471

Closed gabrielpedepera closed 1 year ago

gabrielpedepera commented 1 year ago

Once OTP removed support for the :race_conditions option. It seems that there is nothing possible to be done than remove it from the documentation.

https://github.com/erlang/otp/pull/5502

https://github.com/jeremyjh/dialyxir/issues/470

jeremyjh commented 1 year ago

Thanks!