Louis Pilfold

Results 1860 comments of Louis Pilfold

Thanks for the info, I understand better now. > So because the only thing we call is gleam compile-package then I am assuming it compiles gleam files into Erlang ones...

The output of `gleam compile-package` isn't a rebar project, so I wouldn't expect it to be compiled by rebar. I would have expected Mix's Elixir+Erlang compilation capability would be used...

There's some confusion here due to the `gleam` binary containing both a build tool and a compiler. Here Mix is using the Gleam compiler, not the Gleam build tool (which...

Unless OTP adds new functionality there will be no new additions to the Erlang configuration for Gleam, it purely is a description of the `.app` file. It's unlikely we'll ever...

Oh! That's a good idea, much easier. I think I would prefer to not have Gleam generate the `mix.exs` as it's intended to be agnostic to any other tooling or...

Hello! I've left feedback in the other PR