-
Notifications
You must be signed in to change notification settings - Fork 159
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
Modernization #38
Modernization #38
Conversation
akx
commented
Jan 25, 2020
- Replace JSHint with Eslint with semistandard style
- Fix its kvetches
- Run some codemods (all code should still be compatible with Node 6 according to node.green)
Thanks for this patch serie I would prefer for next time to have them submitted in smaller batch (1 per PR would be nice too) then we can track where it break for linux... I didnt check yet but is it easy to fix CI errors ? |
Yeah, they are. Lint warnings, I swear I fixed these but... |
ok good luck Would you be interested to co-maintain it ? See procedure at: |
@@ -46,3 +46,10 @@ jobs: | |||
fi | |||
npm install | |||
npm test | |||
- name: Lint | |||
run: | | |||
if [ ${{ matrix.node }} = 6 ]; then |
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.
I guess lower versions are not working maybe use "-le" instead of "="
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.
The engines stanza in package.json already says the package only supports Node 6+.
@rzr Rebased. |
I think it's desirable but I let it open for other @abandonware/reviewers Ping me in a couple of weeks if it isn't merged May I suggest to update commit message to add references to origin of this patch : and upstream too https://www.slideshare.net/rzrfreefr/updownstreamflows20190411rzr Thanks again, |
I'm not sure I follow. If this is merged with a regular merge commit (as is usually desirable with larger patch sets like this), the merge commit will have a reference to the PR. |
It's not mandatory just a suggestion well if rebased if will be gone, |
People generally don't rebase master though :)
An addition to the commit messages referring to Github would also be a dependency on Github... |
Please consider about forwarding patches to upstream Then in future I plan to rebase on upstream.... |
Last activity in any upstream Noble packages has been in 2018. Beyond Github, I have sent the upstream folks several mails both via regular mail and their Open Collective (they're apparently getting sponsor money monthly...) to no avail. I'll certainly begin upstreaming patches if they show any sign of life, but at this point I'd rather not waste more time on that. |
Yes I know that's the main reason I created this org Relate-to: #2 |
Change set released in: Close: |
I just attempted to upstream one of your untracked change in this PR: |