-
-
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
feat(scoop-prefix): remove unused imports and functions. Load when required #4493
feat(scoop-prefix): remove unused imports and functions. Load when required #4493
Conversation
fix(tests): Force pester v4 (#4040)
Merge upstream commits
Fix #4000, handle arch-specific env_add_path
…quired Unused imports removed:- 1. manifest.ps1 2. buckets.ps1 Unused function removed:- 1. reset_aliases:- We do not use aliases here. Load when required 1. help needs to be loaded only when app is not specified 2. core needs to be loaded only when app is specified Gains:- 1. Improved speed.
Retarget to develop branch. Master is for release. |
@rashil2000 are you sure? Develop is behind master. It's 2nd most recent commit is from Oct 2020. It's most recent commit from a few days back, which was from a PR opened in 2019. To me something like this looks a bit weird. Edit:- If this is the case, we should at least rebase develop on top of master. And stop new commits to master except via a split from develop. |
@niheaven would be able to suggest more on this. |
@pratikpc Except for #4013 #4342 #4492, other merged PRs in There are many feathers under development and they all should be committed into These commits that ahead |
That makes sense. Although we really should first rebase develop on master so that we may not end up with future conflicts. Also created a new PR |
Unused imports removed:-
Unused function removed:-
Load when required
Gains:-