Chris Dryden

Results 68 comments of Chris Dryden

My understanding is that it can but it relies on the same libc call being used in the utility to be able to override it. I believe we already have...

Not that its a different glibc but that the functions that the uutilities use are actually different in some places, for example in rm-readdir-fail.sh its trying to override readdir but...

@oech3 Here's an example for that rm-readdir-fail.sh and how we could patch it, to make the tests work. https://github.com/uutils/coreutils/pull/9604 it works with the LD_PRELOAD and passes the tests, just it...

This can be fixed with the approach in https://github.com/uutils/coreutils/pull/9657

For making this easier to review for the maintainers, do you think it would be possible to split the Flag updates and the column env variable and printer? Recently the...

https://github.com/uutils/coreutils/issues/9338 I have some more details in here about some of the GNU current incompatibilities, there is a test in the GNU test suite that tests the COLUMN env variable...

This is an output agnostic way to test it thats used in the GNU test suite, that we're looking to have compatibility with ``` # Ensure we wrap output appropriately...

Mind if I cherry-pick that first commit of yours to a new pr and add another commit for adding the integ tests for that commit? I'm just particularly focused on...