Jean Klingler
Jean Klingler
https://github.com/elixir-lang/elixir/pull/13394#issuecomment-1989602688 @josevalim is this the right approach? If yes will handle other reports in a similar fashion (GenServer, gen_event...)
Proposal draft to include `Enum.sum/2`. If we agree on the signature, will send a similar PR for `Enum.product/2`. Side note: ~might also bench specific implementations for lists to see if...
**Describe the bug** When using a guard such as `when X =:= nil` or `when X =:= nil orelse orelse X =:= false`, dialyzer is not able to eliminate the...
Not 100% confident with my reverse-engineering, but at least all tests are passing. I haven't benchmarked it properly, but I'm quite confident it should be faster since we are doing...
**Describe the bug** Since this [change](https://github.com/erlang/otp/commit/07eff3b4ca2b0c8b4d42cb8a1a77933b81ab1502#diff-34ee198a2316c68cf9385c73ef4664dfbab1931ce3a14c636ae4c5880c5680f4R2530), the `logger:report()` emitted by when `gen_statem` crashes (when using `callback_mode=handle_event_function`) has a different value for the `callback_mode` key: - it used to be the...
Hi @PragTob, how are you doing? **What**: an option like `assert_all_same: true` which would run all functions (for each input if using `inputs`) and ensure that results are equal for...