-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Wholesale cleanup of nodejs related components #1990
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
Conversation
47d5c77 to
aa5c1e7
Compare
|
Does anyone have a strong feeling about leaving Unfortunately the failing test is indicating an unrelated bug that should probably be addressed first. Edit: I'm unable to reproduce the bug locally but I know I've seen bad |
|
In my I don't have feelings about |
- remove redundant cite - support Basher - add nenv plugin - uplift nodenv to follow newer pattern and standard - ensure node components play well with *env tools
aa5c1e7 to
bce2b41
Compare
|
@gaelicWizard Unfortunately it appears that the search code is still broken :( |
|
@cornfeedhobo, "management" contains the substring "gem": $ bash-it show plugin |grep gem
nenv [ ] Node.js environment management using https://github.com/ryuone/nenv
nodenv [ ] Node.js environment management using https://github.com/nodenv/nodenv
ruby [ ] ruby and rubygems specific functions and settingsSo, |
- remove redundant cite - support Basher - add nenv plugin - uplift nodenv to follow newer pattern and standard - ensure node components play well with *env tools
|
@gaelicWizard Hey I finally have a free weekend to think. Sorry I fired off that comment without taking a real look. Yeah, I see today that search is checking descriptions, which is unexpected, but wfm. Thanks for pointing it out and saving me the hunting. |
| if ! _command_exists nvm | ||
| then | ||
| function nvm() { | ||
| echo "Bash-it no longer bundles the nvm script. Please install the latest version from" |
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.
what about logging a warning in the case we dont find nvm.sh?
| about-plugin 'Node.js helper functions' | ||
|
|
||
| # Check that we have npm | ||
| _command_exists npm || return |
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.
shouldnt we still check this?
|
Want to fix the merge conflicts and unresolved remarks from Noah?/ |
|
hey @cornfeedhobo, should I keep this open or throw away? |
|
oh boy. um... I can rebase sometime this week and give it a test against master... I hope. I am so swamped right now 😅 🫠 |
|
either rebase or a merge, up to you, and take your time :) |
seefood
left a comment
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.
seems ok
|
hey man, just touching base... |
|
need help with it? I would like to close a release 3.2 and I believe this deserves to be in there. |
|
This PR has been waiting for 3 years and has significant merge conflicts with master. After reviewing the changes: Already in Master:
Still Unique:
However, the Recommendation: Close this PR as the valuable changes have been incorporated through other PRs over the past 3 years. If |
Description
Motivation and Context
I had to work on node and ran into these issues.
How Has This Been Tested?
locally
Screenshots (if appropriate):
Types of changes
Checklist:
clean_files.txtand formatted it usinglint_clean_files.sh.