-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
refactor: change npm_import(is_gnu_tar) to system_tar #1811
Conversation
3effd2a
to
59ba1c3
Compare
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.
nit: I think check_*
implies no return value and throws if violated. To make the type more intuitive I think it ought to be is_system_tar
(or uses_system_tar
)
6cea32b
to
0e8e92a
Compare
Good point, another thing we should have done originally. I've changed it to |
0e8e92a
to
164bc6f
Compare
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.
🦖
Changes are visible to end-users: no
Test plan