bcpeinhardt / simplifile

Simple file operations for Gleam that work on all targets (Erlang/Node/Deno)
71 stars 10 forks source link

FFI module using a name unrelated to this module #9

Closed lpil closed 1 year ago

lpil commented 1 year ago

Hello!

The Erlang FFI module is called gleam_erlang_ffi rather than simplifile_ffi or similar, so it will likely clash with the gleam_erlang library, resulting in cryptic errors and mysterious bugs.

Best rename it to be part of this package and unlikely to clash.

Cheers, Louis

bcpeinhardt commented 1 year ago

The modules are now simplifile_erl and simplifile_js

lpil commented 1 year ago

Thank you!