erlware / relx

Sane, simple release creation for Erlang
http://erlware.github.io/relx
Apache License 2.0
697 stars 232 forks source link

allow release to run with available erts version #782

Closed tsloughter closed 4 years ago

tsloughter commented 4 years ago

I could try adding some sort of major version check, but really feels like just letting the user control their doom is good enough.

I also don't like that the warning will print both when you start the release and when you run any other command, like rpc, ping, etc.. that would make this possibly not useful to some if they depend on that output being a single line result.

ferd commented 4 years ago

If you send the diagnostics line output to stderr you won't break scripts with the results.

tsloughter commented 4 years ago

True, I'll switch it to stderr.