Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.2k
url: call ada::can_parse directly#47919
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
Uh oh!
There was an error while loading. Please reload this page.
Conversation
nodejs-github-bot commented May 8, 2023
Review requested:
|
lemire left a comment
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.
This opens up future optimization opportunities.
nodejs-github-bot commented May 8, 2023
nodejs-github-bot commented May 9, 2023
anonrig commented May 9, 2023
@nodejs/build I couldn't understand the root cause of the error in |
jasnell left a comment
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.
LGTM but looks like there's an asan issue in ada::url that needs looking at.
Trott commented May 10, 2023
Because the ASan output is massive and the relevant part can be hard to find, here's a link to the relevant part: https://github.com/nodejs/node/actions/runs/4929741771/jobs/8809762438?pr=47919#step:6:5394 Be patient while it loads. The relevant line starts with |
Trott commented May 10, 2023
Ugh, that link didn't work. You need to scroll back up to line 5393. |
anonrig commented May 10, 2023
@lemire do you have any idea about the root cause of this error? |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
lemire commented May 10, 2023
@Trott I suspect it is not in ada that we have a memory error. See my comment above. |
nodejs-github-bot commented May 17, 2023
Uh oh!
There was an error while loading. Please reload this page.
RaisinTen left a comment
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.
LGTM
nodejs-github-bot commented May 18, 2023
nodejs-github-bot commented May 18, 2023
Landed in 8b6947f |
PR-URL: nodejs#47919 Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
PR-URL: #47919 Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
We're planning on improving the performance of
ada::can_parseand added this function in2.3.1release. This would make things a lot easier and more readable for Node.js.cc @KhafraDev @nodejs/url