Chris Dryden
Chris Dryden
Going to try the approach of just running the specific cli tools and back script directly instead of importing the entirety of the gnu library otherwise the complexity will grow...
Did some investigating into this and there's not an easy fix because we currently use the std fs Metadata object that doesn't have a constructor and we would have to...
I've been experimenting with it and I think it actually would solve the issue, I had a script to replicate the error in docker just confirming that it works now
@cakebaker @sylvestre is there anything I could do to make these PR's easier to review? theres a few in the backlog along with this one and the stty ones that...
My bad that was from the rebase just now and I just added the fix
> @ChrisDryden Is this not conflicting with any your PRs? This doesn't appear to conflict with any of the open PR's should be good to go.
I'm going to try and split this up into many smaller PR's to make it easier to review.
Made two PR's from the code in here that are subsets of this original PR: https://github.com/uutils/coreutils/pull/9684 and https://github.com/uutils/coreutils/pull/9685 The other code in here relies on the ENV Variable code being...
Started working on a draft that is way more comprehensive and is able to pass all of the GNU pipe signal related tests based on @mattsu2020 's handler https://github.com/uutils/coreutils/pull/9646 will...
Same as with the other PR's that codspeed is just being flaky. Should be ready for another round of review