uutils-coreutils@0.10.0: Add shim for timeout - #8360
Conversation
Summary by CodeRabbit
WalkthroughThe Scoop manifest adds the Changesuutils timeout support
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
/verify (I often forget to do this, sorry about that.) |
|
All changes look good. Wait for review from human collaborators. uutils-coreutils
|
timeout
* Fix a copy-paste error. The shim name should be `microsoft-coreutils` instead of `uutils`. Relates to #8360 (comment).
I'd suggest keeping this as-is. The shim was added intentionally (a04240c). The
Good catch on microsoft-coreutils - that was indeed a copy-paste error, which I've addressed in 6892daa. |
uutils coreutils 0.10.0 now has a Windows implementation for
timeout, so it has been included.<manifest-name[@version]|chore>: <general summary of the pull request>As an aside to anyone who reviews this: I'm thinking of doing a PR that changes the
uutils.exeshim here touutils-coreutils.exe(it made sense back when coreutils was pretty much all uutils put out but now they have several things, it's like having amicrosoft.exeshim).Similarly, I want to make the uutils shim in the microsoft implementation of coreutils named
microsoft-coreutils.exeinstead ofuutils.exe(I think this was the result of a copy-and-paste).Let me know if you think this is a good idea.