You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Leaving some notes from me digging through the codebase:
It seems like compiler-cli/templates/gleam@@compile.erl would need to be updated to not just return ok/error, but also the module names of successfully compiled modules. BeamCompiler.compile would then return that to PackageCompiler.perform_erlang_codegen, which after some reordering could then write an app file containing both gleam sourced modules as well as erlang/elixir ffi sourced modules.
The modules list is missing
gleam_stdlib
for being an erlang ffi module.Same problem applies to hex tarballs
*.app.src
files.The text was updated successfully, but these errors were encountered: