Benedikt Reinartz

Results 67 issues of Benedikt Reinartz

Some distributions (like the RabbitMQ Erlang distribution for RHEL/Fedora) may not include it, and as it's not installed via hex, start up will fail.

Use https://github.com/rusterlium/erlang-cargo/ to have a common understanding with https://github.com/rusterlium/rebar3_cargo/ about how to compile and where to put the results.

The Windows binaries distributed on erlang.org are compiled with MSVC, which leads to problems if a "gnu" (so "MinGW") environment is used, which is the default if people install Rust...

enhancement
help wanted

- [ ] Add docs (in particular about having to re-run the resource type registration) - [ ] Clarify safety of `unload` - [ ] Add test

As explained in #13 it's not feasible to allow for "real" module unloading for rustler-based nif-modules. However, by (automatically) versioning the nif-modules we could achieve something similar: In my `rebar3_rust`...

- [x] Fix constructor handling: #1116 - [x] Make sure that all primitive types are handled correctly, at least `IntPtr` and `UIntPtr` are not right now, work in #1861 -...

### What does this implement/fix? Explain your changes. Adds Sphinx documentation using `doxygen` and `breathe`. ### Does this close any currently open issues? Among general documentation, will include #1406 ###...