Skip to content
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

lookup: use GitHub head for serialport #992

Merged
merged 1 commit into from
Sep 29, 2023
Merged

lookup: use GitHub head for serialport #992

merged 1 commit into from
Sep 29, 2023

Conversation

Trott
Copy link
Member

@Trott Trott commented Sep 29, 2023

This will hopefully fix serialport when run against a -pre version of Node.js. Eventually, this fix will be in a release of serialport, but it's in GitHub now.

Closes: #991

Checklist
  • npm test passes
  • contribution guidelines followed
    here

This will hopefully fix serialport when run against a `-pre`
version of Node.js. Eventually, this fix will be in a release
of serialport, but it's in GitHub now.

Closes: #991
@Trott
Copy link
Member Author

Trott commented Sep 29, 2023

CITGM with this PR: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/3283/
CITGM without this PR: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/3284/ (will 404 until the job starts)

@Trott Trott mentioned this pull request Sep 29, 2023
@codecov-commenter
Copy link

codecov-commenter commented Sep 29, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (d689659) 96.44% compared to head (2ba9adf) 96.44%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #992   +/-   ##
=======================================
  Coverage   96.44%   96.44%           
=======================================
  Files          28       28           
  Lines        2139     2139           
=======================================
  Hits         2063     2063           
  Misses         76       76           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Trott
Copy link
Member Author

Trott commented Sep 29, 2023

Still failing on AIX, s390x and RHEL-ppc but now passing everywhere else. (So this fixes it for 6 of 9 operating systems. Even Windows!) I think we should land this and work out whether to skip or fix those other platforms in another PR.

@Trott Trott requested a review from ljharb September 29, 2023 20:33
@Trott Trott merged commit 5892481 into main Sep 29, 2023
8 checks passed
@Trott Trott deleted the serialport branch September 29, 2023 20:53
jeromecovington added a commit to jeromecovington/citgm that referenced this pull request Sep 30, 2023
This skips the remaining platforms that still pose a problem for
verifying serialport against a `-pre` version of Node.js

Relates: nodejs#992
jeromecovington added a commit to jeromecovington/citgm that referenced this pull request Sep 30, 2023
This skips the remaining platforms that still pose a problem for
verifying serialport against a `-pre` version of Node.js
Relates to: nodejs#992
jeromecovington added a commit to jeromecovington/citgm that referenced this pull request Sep 30, 2023
This skips the remaining platforms that still pose a problem for
verifying serialport against a `-pre` version of Node.js
Relates to: nodejs#992
Trott pushed a commit that referenced this pull request Sep 30, 2023
This skips the remaining platforms that still pose a problem for
verifying serialport against a `-pre` version of Node.js
Relates to: #992
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

serialport@12.0.0 failure
3 participants