Uh oh!
There was an error while loading. Please reload this page.
lib: revokeObjectURL throws error on empty args - #50433
Conversation
nodejs-github-bot
commented
Oct 27, 2023
Review requested:
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
DylanTet
commented
Oct 27, 2023
@anonrig yessir ill knock that out |
DylanTet
commented
Oct 27, 2023
@anonrig just added the test for the function |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
deokjinkim
left a comment
There was a problem hiding this comment.
First line of commit message has to be started with imperative verb. For example, url: check argument length of revokeObjectURL. Could you please modify first line of commit message?
Refs: https://github.com/nodejs/node/blob/main/doc/contributing/pull-requests.md#commit-message-guidelines
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
H4ad
commented
Oct 29, 2023
@DylanTet can you remove the unnecessary commits? The PR was polluted because of them, but in general, it looks great. |
DylanTet
commented
Oct 29, 2023
@H4ad just removed the other commits, sorry about that, I am still getting better at git :) |
H4ad
commented
Oct 29, 2023
@DylanTet Can you rename the message of the first commit? https://github.com/nodejs/node/actions/runs/6683924004/job/18160770160?pr=50433 It should be less than You should also fix the linting errors: https://github.com/nodejs/node/actions/runs/6683924005/job/18160770724?pr=50433 You can test locally using |
Uh oh!
There was an error while loading. Please reload this page.
lpinca
left a comment
There was a problem hiding this comment.
LGTM with lint errors and commit message title fixed.
shubham9411
commented
Nov 21, 2023
Hey @DylanTet, Are you working on this? |
DylanTet
commented
Nov 21, 2023
@shubham9411 i am, last I remember I updated the PR but it's still waiting review |
shubham9411
commented
Nov 21, 2023
@DylanTet, I think you just need to rename the first commit message as H4ad suggested above. |
DylanTet
commented
Nov 21, 2023
@shubham9411 done :) |
@DylanTet the first message is still failing the CI, did you forgot to push? |
3c4cc75 to
fe65184CompareAdded a check to see if url wasn't included as an argument which will then throw an error. Fixes: nodejs#50432
fe65184 to
5f66408Comparenodejs-github-bot
commented
Nov 28, 2023
nodejs-github-bot
commented
Nov 29, 2023
nodejs-github-bot
commented
Nov 30, 2023
nodejs-github-bot
commented
Nov 30, 2023
Landed in 2f40652 |
Added a check to see if url wasn't included as an argument which will then throw an error. Fixes: #50432 PR-URL: #50433 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com>
Added a check to see if url wasn't included as an argument which will then throw an error. Fixes: #50432 PR-URL: #50433 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com>
Fixes: #50432
Added a check to see if url wasnt included as an argument which will then throw an error.