export icon indicating copy to clipboard operation
export copied to clipboard

Erlport wrapper for Elixir

Results 6 export issues
Sort by recently updated
recently updated
newest added

``` $ mix deps.compile ===> Analyzing applications... ===> Compiling erlport ==> export Compiling 4 files (.ex) warning: Atom.to_char_list/1 is deprecated. Use Atom.to_charlist/1 instead lib/export/helpers.ex:9: Export.Helpers.convert_options/1 warning: String.to_char_list/1 is deprecated. Use...

There is not such a `close/0` function.

I know there haven't been a _lot_ of changes since 2017, but the OTP-21 support at least seems big enough to bump the version.

Trying to build this from source leads to the following errors: ```shell jose@devbox:~/export (master *%)$ mix test /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- erlport/cli (LoadError) from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:55:in `require' from...

![screenshot from 2017-05-31 00-20-23](https://cloud.githubusercontent.com/assets/6695337/26610441/005ff1c0-4597-11e7-9ea6-aeb6705144f4.png) - If we look closely to these tables -> columns for erlang binary() to python bytes() for [python3 only] vise versa. - This basically means that...