Uh oh!
There was an error while loading. Please reload this page.
src: add BaseObjectPtr nullptr operations - #56585
Merged
nodejs-github-bot merged 1 commit intoApr 10, 2025
Merged
Conversation
nodejs-github-bot
commented
Jan 13, 2025
Collaborator
Review requested:
|
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
jasnell
reviewed
Jan 13, 2025
Uh oh!
There was an error while loading. Please reload this page.
jasnell
approved these changes
Jan 13, 2025
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
legendecasforce-pushed
the
base-object-ptr-nullptr
branch
from
January 22, 2025 11:07
7d35dba to
06cb322Compare
This comment was marked as outdated.
This comment was marked as outdated.
Allow comparing a `BaseObjectPtr` or implicitly construct a `BaseObjectPtr` with `nullptr`.
legendecasforce-pushed
the
base-object-ptr-nullptr
branch
from
January 23, 2025 09:47
06cb322 to
0d69bb8Comparelegendecas
commented
Jan 23, 2025
MemberAuthor
Rebased to fix the failures that were on the main branch |
This comment was marked as outdated.
This comment was marked as outdated.
nodejs-github-bot
commented
Jan 23, 2025
Collaborator
addaleax
approved these changes
Apr 10, 2025
nodejs-github-bot
commented
Apr 10, 2025
Collaborator
nodejs-github-bot
commented
Apr 10, 2025
Collaborator
Landed in f692878 |
RafaelGSS pushed a commit
that referenced
this pull request
May 1, 2025
Allow comparing a `BaseObjectPtr` or implicitly construct a `BaseObjectPtr` with `nullptr`. PR-URL: #56585 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
RafaelGSS pushed a commit
that referenced
this pull request
May 2, 2025
Allow comparing a `BaseObjectPtr` or implicitly construct a `BaseObjectPtr` with `nullptr`. PR-URL: #56585 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
aduh95 pushed a commit
that referenced
this pull request
May 6, 2025
Allow comparing a `BaseObjectPtr` or implicitly construct a `BaseObjectPtr` with `nullptr`. PR-URL: #56585 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
RafaelGSS pushed a commit
that referenced
this pull request
May 14, 2025
Allow comparing a `BaseObjectPtr` or implicitly construct a `BaseObjectPtr` with `nullptr`. PR-URL: #56585 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
aduh95 pushed a commit
that referenced
this pull request
May 16, 2025
Allow comparing a `BaseObjectPtr` or implicitly construct a `BaseObjectPtr` with `nullptr`. PR-URL: #56585 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
aduh95 pushed a commit
that referenced
this pull request
May 17, 2025
Allow comparing a `BaseObjectPtr` or implicitly construct a `BaseObjectPtr` with `nullptr`. PR-URL: #56585 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
aduh95 pushed a commit
that referenced
this pull request
May 18, 2025
Allow comparing a `BaseObjectPtr` or implicitly construct a `BaseObjectPtr` with `nullptr`. PR-URL: #56585 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
aduh95 pushed a commit
that referenced
this pull request
May 19, 2025
Allow comparing a `BaseObjectPtr` or implicitly construct a `BaseObjectPtr` with `nullptr`. PR-URL: #56585 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
This file contains hidden or 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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Allow comparing a
BaseObjectPtror implicitly construct aBaseObjectPtrwithnullptr.