Louis Pilfold
Louis Pilfold
> + erts version and then calling the systools:make_script/1 and make_tar/1 functions from an erlang shell. The build tool is written in Rust, so we don't want to be using...
No one has done any preliminary investigation into this feature that I'm aware of.
Yes please!
How often does the .script and .boot script format change? Would be useful to know if there's an official process and when it has changed in the past. > "One...
I think that automatic version bumping would be confusing, and outside the scope of this work. If a team wishes to do hot upgrades they are responsible for managing their...
Having the behaviour conform with the wider ecosystem sounds clearer to me, and we can document that hot upgrades don't do anything if the version doesn't change.
Ah yes, very good. What do the other release building tools do here?
All other tools used to build releases in the BEAM ecosystem. We need to study them all to learn from them!
And the high level tools that people will use directly, like Mix, rebar3, and distillery. They will inform our user-face-API decisions.
How would you teach that?