forked from jslint-org/jslint
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- coverage - Fix coverage-function v8CoverageReportCreate() throwing …
…error EINVAL in latest nodejs-security-patch, when running win32-coverage with npm.cmd.
- Loading branch information
Showing
9 changed files
with
91 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,6 @@ jobs: | |
- x64 | ||
# - x86 | ||
node_version: | ||
# - 18 | ||
- 20 | ||
# - 22 | ||
os: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -917,13 +917,13 @@ eval("1"); //jslint-ignore-line | |
<br><br> | ||
### pull-request merge | ||
- find highest issue-number at https://github.com/jslint-org/jslint/issues/, https://github.com/jslint-org/jslint/pulls/, and add +1 to it for PR-xxx | ||
- $ `shGitPullrequest beta beta` | ||
- `shGitPullrequest beta beta` | ||
- verify ci-success for origin-branch-alpha | ||
- https://github.com/kaizhu256/jslint/actions/workflows/ci.yml | ||
- $ `git push upstream alpha -f` | ||
- https://github.com/kaizhu256/jslint/actions | ||
- `git push upstream alpha -f` | ||
- verify ci-success for upstream-branch-alpha | ||
- https://github.com/jslint-org/jslint/actions/workflows/ci.yml | ||
- goto https://github.com/jslint-org/jslint/compare/beta...kaizhu256:jslint:branch-p2024.3.21 | ||
- https://github.com/jslint-org/jslint/actions | ||
- goto https://github.com/jslint-org/jslint/compare/beta...kaizhu256:jslint:branch-p2024.6.23 | ||
- click `Create pull request` | ||
- input `Add your description here...` with: | ||
``` | ||
|
@@ -945,24 +945,24 @@ this PR will additionally: | |
- wait awhile before continuing ... | ||
- click `Rebase and merge` | ||
- verify ci-success for upstream-branch-beta | ||
- https://github.com/jslint-org/jslint/actions/workflows/ci.yml | ||
- $ `shGitPullrequestCleanup` | ||
- https://github.com/jslint-org/jslint/actions | ||
- `shGitPullrequestCleanup` | ||
- verify ci-success for origin-branch-alpha | ||
- https://github.com/kaizhu256/jslint/actions/workflows/ci.yml | ||
- $ `git push upstream alpha -f` | ||
- https://github.com/kaizhu256/jslint/actions | ||
- `git push upstream alpha -f` | ||
- verify ci-success for upstream-branch-alpha | ||
- https://github.com/jslint-org/jslint/actions/workflows/ci.yml | ||
- https://github.com/jslint-org/jslint/actions | ||
- click `Delete branch` | ||
|
||
|
||
<br><br> | ||
### branch-master commit | ||
- $ `shGitPullrequest master beta` | ||
- `shGitPullrequest master beta` | ||
- verify ci-success for origin-branch-alpha | ||
- https://github.com/kaizhu256/jslint/actions/workflows/ci.yml | ||
- $ `git push upstream alpha -f` | ||
- https://github.com/kaizhu256/jslint/actions | ||
- `git push upstream alpha -f` | ||
- verify ci-success for upstream-branch-alpha | ||
- https://github.com/jslint-org/jslint/actions/workflows/ci.yml | ||
- https://github.com/jslint-org/jslint/actions | ||
- goto https://github.com/jslint-org/jslint/compare/beta...kaizhu256:jslint:branch-v2024.3.26 | ||
- click `Create pull request` | ||
- input `Add a title` with: `# v20yy.mm.dd` | ||
|
@@ -978,27 +978,27 @@ this PR will additionally: | |
- wait awhile before continuing ... | ||
- click `Rebase and merge` | ||
- verify ci-success for upstream-branch-beta | ||
- https://github.com/jslint-org/jslint/actions/workflows/ci.yml | ||
- $ `shGitPullrequestCleanup` | ||
- https://github.com/jslint-org/jslint/actions | ||
- `shGitPullrequestCleanup` | ||
- verify ci-success for origin-branch-alpha | ||
- https://github.com/kaizhu256/jslint/actions/workflows/ci.yml | ||
- $ `git push upstream alpha -f` | ||
- https://github.com/kaizhu256/jslint/actions | ||
- `git push upstream alpha -f` | ||
- verify ci-success for upstream-branch-alpha | ||
- https://github.com/jslint-org/jslint/actions/workflows/ci.yml | ||
- https://github.com/jslint-org/jslint/actions | ||
- click `Delete branch` | ||
- $ `git push origin beta:master` | ||
- `git push origin beta:master` | ||
- verify ci-success for origin-branch-master | ||
- https://github.com/kaizhu256/jslint/actions/workflows/ci.yml | ||
- $ `git push upstream beta:master` | ||
- https://github.com/kaizhu256/jslint/actions | ||
- `git push upstream beta:master` | ||
- verify ci-success for upstream-branch-master | ||
- https://github.com/jslint-org/jslint/actions/workflows/ci.yml | ||
- https://github.com/jslint-org/jslint/actions | ||
|
||
|
||
<br><br> | ||
### branch-master publish | ||
- $ `git push upstream beta:master` | ||
- `git push upstream beta:master` | ||
- verify ci-success for upstream-branch-master | ||
- https://github.com/jslint-org/jslint/actions/workflows/ci.yml | ||
- https://github.com/jslint-org/jslint/actions | ||
- goto https://github.com/jslint-org/jslint/releases/new | ||
- input `Choose a tag` with: `v20yy.mm.dd` | ||
- click `Create new tag: v20yy.mm.dd on publish` | ||
|
@@ -1016,18 +1016,18 @@ this PR will additionally: | |
- click `Preview` and review | ||
- click `Publish release` | ||
- verify ci-success for upstream-branch-publish | ||
- https://github.com/jslint-org/jslint/actions/workflows/ci.yml | ||
- https://github.com/jslint-org/jslint/actions | ||
- verify email-notification `Successfully published @jslint-org/[email protected]` | ||
|
||
|
||
<br><br> | ||
### vscode-jslint publish | ||
- goto https://github.com/jslint-org/jslint/tree/gh-pages/branch-beta/.artifact/jslint_wrapper_vscode | ||
- click `vscode-jslint-20yy.mm.dd.vsix` | ||
- click `Download` | ||
- click `Raw` to download | ||
- goto https://marketplace.visualstudio.com/manage/publishers/jslint | ||
- right-click `Update` | ||
- drag-and-drop downloaded `vscode-jslint-20yy.mm.dd.vsix` | ||
- upload downloaded file `vscode-jslint-20yy.mm.dd.vsix` | ||
- click 'Upload' | ||
- verify email-notification `[Succeeded] Extension publish on Visual Studio Marketplace - vscode-jslint` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters