erlectricity icon indicating copy to clipboard operation
erlectricity copied to clipboard

Erlectricity exposes Ruby to Erlang and vice versa.

Results 4 erlectricity issues
Sort by recently updated
recently updated
newest added

How would setting up the connection from the Erlang side look like, when the Ruby process is already there? E.g. if you start the Erlang process from Ruby.

I made some updates to work with ruby 1.9.2 and also a small change to account for changed behavior in the recent erlang runtimes. All the specs are passing, but...

It appears in Ruby 1.9.3 FD 3 and 4 (nouse_stdio pipe fd's) are now reserved. Not sure what the best fix for this would be

When I run the "echo" example, here's is what I get 1> echo:test(). *\* exception exit: epipe I used Ruby 1.9.1 as well as Ruby 1.8.7 - same result. Been...