Paul Schoenfelder
Paul Schoenfelder
I've done some additional research here and I believe I can put together an implementation of this fairly quickly as we get closer to ElixirConf. Internally, ETS in BEAM has...
The blocking issue I'm hitting is that the process heap runs out of space and the runtime functions are returning None rather than raising erlang exceptions; so the None term...
@lpil Just wanted to chime in and let you know that I'll take a look once I merge my current branch of work that has been in progress for a...
The issue mentioned above is one I just recently fixed in the past day or so, an issue with the LLVM build script, but I haven't had the chance to...
This was resolved in the compiler rewrite
Duplicate of #572
I believe this issue should be resolved alongside our other Linux build issues, using the latest on develop and our latest [llvm release](https://github.com/GetFirefly/llvm-project/releases/tag/firefly-15.0.0-dev_2022-08-27). See the instructions in the readme for...
I think we should lean on `println!` and friends for these, with enough wrapping to "do the right thing" when fed values of type `Term`, i.e. unpack the value and...
This is no longer an issue, and I tested by running `lib/dialyzer/src/typer.erl` through the compiler, if something like this comes up again, let's open a new issue.
I’m a bit confused by the hang up on EPMD, with BEAM it is possible to provide your own EPMD backend, this is often used to remove the dependency on...