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

src: refactor webstorage implementation #53876

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

anonrig
Copy link
Member

@anonrig anonrig commented Jul 16, 2024

I couldn't find a good way to split them into multiple pull-requests.

@anonrig anonrig requested a review from cjihrig July 16, 2024 20:37
@nodejs-github-bot nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. labels Jul 16, 2024
Copy link
Contributor

@cjihrig cjihrig left a comment

Choose a reason for hiding this comment

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

I'm not sure if the tests will pass with these changes, but LGTM if they do pass.

@anonrig anonrig added request-ci Add this label to start a Jenkins CI on a PR. author ready PRs that have at least one approval, no pending requests for changes, and a CI started. labels Jul 16, 2024
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jul 16, 2024
@nodejs-github-bot
Copy link
Collaborator

@cjihrig
Copy link
Contributor

cjihrig commented Jul 16, 2024

As I suspected, the tests appear to be failing. The inputs to these APIs do not need to be strings, but must be able to be converted to strings.

@anonrig
Copy link
Member Author

anonrig commented Jul 16, 2024

As I suspected, the tests appear to be failing. The inputs to these APIs do not need to be strings, but must be able to be converted to strings.

TIL. So, apparently null and undefined values are converted into string with the current approach. Reverting those changes now. Thanks for the review @cjihrig

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@anonrig anonrig added the commit-queue Add this label to land a pull request using GitHub Actions. label Jul 17, 2024
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jul 18, 2024
@nodejs-github-bot nodejs-github-bot merged commit 05b7bf0 into nodejs:main Jul 18, 2024
53 checks passed
@nodejs-github-bot
Copy link
Collaborator

Landed in 05b7bf0

targos pushed a commit that referenced this pull request Jul 28, 2024
PR-URL: #53876
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
@RafaelGSS RafaelGSS mentioned this pull request Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants