Benedikt Reinartz
Benedikt Reinartz
I'll try to reproduce the issue, but so far I've only seen the issue on our main codebase. The two submitted patches fix things for me, though.
To be honest, I don't see how this last part adds value. You can just as well add this mapping to the Elixir module, and the error mapping can be...
The CI errors are the same that we have in #581 right now
On the license: The `crates.io` says it's MIT, which is a subset of Apache 2, so we should be fine importing it. The source code doesn't contain license notes or...
TODO: Check with valgrind what's going on
Some notes: - The error doesn't always happen on my machine (amd64, Linux). Currently, roughly every 5th full test suite execution segfaults at a random test. - The seed doesn't...
Reading https://github.com/E-xyza/zigler/blob/main/priv/beam/allocator.zig brought the fix, this works now.
@evnu As requested, added more comments to the allocator.
There is an open PR for this already #376, I'll have a look whether it can be brought into a mergable state.
Implemented in #617, released in 0.34.0.