-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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: remove node namespace from sqlite.cc #54500
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The string_view
and Local<Value>
changes should be done in separate commits since they aren't related to removing the namespace.
This comment was marked as outdated.
This comment was marked as outdated.
5f2f4a1
to
3d1ff26
Compare
This comment was marked as outdated.
This comment was marked as outdated.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #54500 +/- ##
==========================================
+ Coverage 88.04% 88.25% +0.21%
==========================================
Files 652 651 -1
Lines 183764 183904 +140
Branches 35862 35863 +1
==========================================
+ Hits 161787 162304 +517
+ Misses 15233 14899 -334
+ Partials 6744 6701 -43
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of nits but otherwise LGTM
203f88d
to
fe5c872
Compare
@JonasBa can you run the cpp formatter? |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
PR is currently blocked from landing due to unreliable CI. Likely needs a rebase |
This needs a rebase to resolve conflicts. |
src: remove unnecessary node namespace src: remove string view changes
This reverts commit 1340a81744b5a934b4ea0423bc01d424fa152127. src: use direct initialzation and const string view signature
785c9fb
to
a773f11
Compare
Related failure on Windows:
|
Can you fix the linting error? |
Yes, I'm sorry, still trying to build the muscle to run the linter and formatters 😅 |
Related failure on Windows:
|
Remove unnecessary use of node namespace from node_sqlite.cc