Paul Schoenfelder
Paul Schoenfelder
The ultimate decider of this stuff is `systools`, so we have pretty minimal influence on how dependencies get sorted. That said, I'm open to removing the `reverse` call there, and...
Yes please!
Is there a reason for this change? All of the documentation should be rooted under `docs`
I think it's a cool idea! Not sure the best way to approach it though, probably need some kind of custom comment format in the files. If you want to...
There hasn't been any change in behavior with regard to `start_erl.data` in a very long time - 2.0.12 would have failed at the same location as 2.0.14/2.0.x/master - it has...
I'll publish 2.0.15 soon from that branch then!. It's expected that `$RELEASE_MUTABLE_DIR` exists, so even if the behavior before was that it took care of it, that was not intended....
Unfortunately I'm not able to test on Windows at the moment, and it's not clear to me how you are invoking the release script (from conhost? from powershell?) and what...
Yeah, this is because many of the commands don't use the `vm.args` file directly, because it doesn't apply to them but only the running node (which is why start/foreground/console work),...
Seems like a good change to make, I'm happy to merge a PR for that, but I won't have time to get to it and test it myself for awhile...
Could you submit this as a PR? I'd like to have an exact diff so I can see the changes better without accidentally missing something or introducing my own changes...