-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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(core): Get rid of 'fullpath' #3533
Conversation
Removed |
c941963
to
d542434
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.
Add fullpath
function back with deprecated message
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.
Whole codebase is using lowcased keywords. Do not see a reason to add additional inconsistency.
https://github.com/lukesampson/scoop/search?l=PowerShell&q=param
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.
LGTM
efc8ddb
to
65ac47c
Compare
Get rid of
fullpath
, just get absolute path when initialing$globaldir
,$scoopdir
and$cachedir
, other dirs are derived from these three root ones.