-
-
Notifications
You must be signed in to change notification settings - Fork 540
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Removed coreutils
(realpath) from dependencies for MacOS
#368
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did we have a previous solution in the first place? Why there are so many alternative solutions listed here - https://stackoverflow.com/questions/3572030/bash-script-absolute-path-with-os-x ? :)
Coz those who use MacOS are sentenced by Apple to use old, outdated, and EOL'ed NIXish software where Apple doesn't want to conform with licensing in favour of their users suffering from incompetence to install additional modern software using simple solutions like |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's make happy those people who miss a lot of useful tools.
Linux:
> dpkg -L coreutils | fgrep /bin/ | awk -F/ '{print $NF}' | sort | uniq | wc -l
104
Homebrew on MacOS:
> brew list --verbose coreutils | fgrep /bin/ | awk -F/ '{print $NF}' | sort | uniq | wc -l
133
coreutils
as deps in MacOScoreutils
(realpath) from dependencies for MacOS
# [1.68.0](v1.67.0...v1.68.0) (2022-04-18) ### Features * Removed `coreutils` (realpath) from dependencies for MacOS ([#368](#368)) ([944a2e5](944a2e5))
This PR is included in version 1.68.0 🎉 |
Put an
x
into the box if that apply:Description of your changes
Fixes #336, #349 and #367
How can we test changes
Run any hook on MacOs w/o
coreutils