Sean T Allen

Results 808 comments of Sean T Allen
trafficstars

Our handler could be coming from a successful signal test run where we didn't dispose of the handler after the test completed successfully.

We should try running the tests and sending a SIGCHLD while they are running and see what happens... We believe the signal handling being triggered is related to SIGCHLD arriving...

If you start from the ponyc repo this documented. But its not obvious if you start from ponyup repo.

What is the specific issue that you ran into that this solves?

More questions: - Would you want to have a single ponyup binary that is installed in a single location and then use that with different installation locations for binaries it...

Would you be installing multiple versions of pony tools in each location or a single version?

Rather than overriding prefix, this should be an option to override the default location to look look for/install the ponyp directory. So that the `default_root` can be overridden and then...

We discussed during sync and decided that we can't come up with a use case that makes --platform valuable so the currently "useless" code should be removed and .platform should...

This might have started failing when we switched to FreeBSD 13.1 in which case the change in git version that comes with the upgrade is probably the source of the...

Without heavy justification in an RFC, I would be against this proposal. I would advise anyone writing an RFC for this to spend a good deal of time explaining why...