Robin Morisset
Robin Morisset
Thanks, I tried and it seems to work! I'll do more testing and benchmarking and comment again.
I agree that the difference is likely to be too small to measure. But I don't understand what value the runtime assertion brings. I verified, and the ETS table is...
@sverker Thank you very much for this, and sorry for dropping the ball on this PR. I had been investigating a bug found in it by our internal tests for...
@zuiderkwast I wrote a fuzzer for Erlang: https://github.com/WhatsApp/erlfuzz. See https://erlangforums.com/t/open-sourcing-erlfuzz/2562 for a longer introduction, and some examples of the kind of bugs it has been finding in tools like erlc....
The script has been committed: https://github.com/WhatsApp/erlfuzz/commit/1f770e43b2be1fc3db382afd871e15f1f0ff693a
Here is a simple testcase that produces the same error: ```erlang f(_V0, _V1) -> , _V2. ``` produces ``` escript: exception error: no case clause matching #{'_V0' => {type,0,any,[]}, '_V1'...