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

doc: fix missing variable in deepStrictEqual example #40396

Closed

Conversation

olivierodo
Copy link
Contributor

No description provided.

@nodejs-github-bot nodejs-github-bot added assert Issues and PRs related to the assert subsystem. doc Issues and PRs related to the documentations. labels Oct 10, 2021
@Mesteery Mesteery added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Oct 10, 2021
Copy link
Member

@tniessen tniessen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @olivierodo!

Copy link
Contributor

@DerekNonGeneric DerekNonGeneric left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@olivierodo, thanks for the PR. If you could rebase to make this into a single commit that included a commit message that adhered to our commit message guidelines, we can get this landed straight-away.

@olivierodo olivierodo force-pushed the olivierodo-doc-deepStrictEqual branch from 38bb9f5 to c14e700 Compare October 11, 2021 07:43
@DerekNonGeneric DerekNonGeneric added the commit-queue Add this label to land a pull request using GitHub Actions. label Oct 11, 2021
@github-actions github-actions bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Oct 11, 2021
@github-actions
Copy link
Contributor

Commit Queue failed
- Loading data for nodejs/node/pull/40396
✔  Done loading data for nodejs/node/pull/40396
----------------------------------- PR info ------------------------------------
Title      doc: fix missing variable in deepStrictEqual example (#40396)
Author     OliverOdo  (@olivierodo, first-time contributor)
Branch     olivierodo:olivierodo-doc-deepStrictEqual -> nodejs:master
Labels     assert, doc, author ready
Commits    1
 - doc: fix missing variable in deepStrictEqual example
Committers 1
 - Olivier 
PR-URL: https://github.com/nodejs/node/pull/40396
Reviewed-By: Rich Trott 
Reviewed-By: Michaël Zasso 
Reviewed-By: Benjamin Gruenbaum 
Reviewed-By: Colin Ihrig 
Reviewed-By: Tobias Nießen 
Reviewed-By: Darshan Sen 
Reviewed-By: Derek Lewis 
Reviewed-By: Zijian Liu 
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/40396
Reviewed-By: Rich Trott 
Reviewed-By: Michaël Zasso 
Reviewed-By: Benjamin Gruenbaum 
Reviewed-By: Colin Ihrig 
Reviewed-By: Tobias Nießen 
Reviewed-By: Darshan Sen 
Reviewed-By: Derek Lewis 
Reviewed-By: Zijian Liu 
--------------------------------------------------------------------------------
   ℹ  This PR was created on Sun, 10 Oct 2021 02:02:39 GMT
   ✔  Approvals: 8
   ✔  - Rich Trott (@Trott) (TSC): https://github.com/nodejs/node/pull/40396#pullrequestreview-775621745
   ✔  - Michaël Zasso (@targos) (TSC): https://github.com/nodejs/node/pull/40396#pullrequestreview-775637718
   ✔  - Benjamin Gruenbaum (@benjamingr): https://github.com/nodejs/node/pull/40396#pullrequestreview-775683493
   ✔  - Colin Ihrig (@cjihrig) (TSC): https://github.com/nodejs/node/pull/40396#pullrequestreview-775684832
   ✔  - Tobias Nießen (@tniessen) (TSC): https://github.com/nodejs/node/pull/40396#pullrequestreview-775693846
   ✔  - Darshan Sen (@RaisinTen): https://github.com/nodejs/node/pull/40396#pullrequestreview-775819978
   ✔  - Derek Lewis (@DerekNonGeneric): https://github.com/nodejs/node/pull/40396#pullrequestreview-775829471
   ✔  - Zijian Liu (@Lxxyx): https://github.com/nodejs/node/pull/40396#pullrequestreview-775912578
   ✖  This PR needs to wait 16 more hours to land
   ✔  Last GitHub Actions successful
   ℹ  Green GitHub Actions CI is sufficient
--------------------------------------------------------------------------------
   ✔  Aborted `git node land` session in /home/runner/work/node/node/.ncu
https://github.com/nodejs/node/actions/runs/1328284967

@github-actions github-actions bot added the commit-queue-failed An error occurred while landing this pull request using GitHub Actions. label Oct 11, 2021
@DerekNonGeneric DerekNonGeneric added the fast-track PRs that do not need to wait for 48 hours to land. label Oct 11, 2021
@github-actions
Copy link
Contributor

Fast-track has been requested by @DerekNonGeneric. Please 👍 to approve.

@DerekNonGeneric DerekNonGeneric added commit-queue Add this label to land a pull request using GitHub Actions. and removed commit-queue-failed An error occurred while landing this pull request using GitHub Actions. labels Oct 11, 2021
@github-actions github-actions bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Oct 11, 2021
@github-actions
Copy link
Contributor

Landed in 5d7bd86...4f68839

@github-actions github-actions bot closed this Oct 11, 2021
nodejs-github-bot pushed a commit that referenced this pull request Oct 11, 2021
PR-URL: #40396
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
targos pushed a commit that referenced this pull request Oct 13, 2021
PR-URL: #40396
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
@richardlau richardlau mentioned this pull request Oct 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assert Issues and PRs related to the assert subsystem. author ready PRs that have at least one approval, no pending requests for changes, and a CI started. doc Issues and PRs related to the documentations. fast-track PRs that do not need to wait for 48 hours to land.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet