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

feat(node/_error): Implement ERR_INVALID_URL_SCHEME #1355

Merged
merged 6 commits into from
Oct 7, 2021

Conversation

wafuwafu13
Copy link
Contributor

@wafuwafu13 wafuwafu13 commented Oct 6, 2021

Part of #911

  • Implement ERR_INVALID_URL_SCHEME
  • Use ERR_INVALID_URL_SCHEME
  • Remove TODO comment
  • Setting config.json

@@ -2395,3 +2394,16 @@ export class ERR_INVALID_URL extends NodeTypeError {
this.input = input;
}
}

export class ERR_INVALID_URL_SCHEME extends NodeTypeError {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@@ -10,8 +10,6 @@ Deno.test({
},
});

// todo(wafuwafu13) Add Windows and invalid case
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Related: #1335 (review)

@wafuwafu13
Copy link
Contributor Author

I don't know why Generate locv is failing 😓

@UltiRequiem
Copy link
Contributor

UltiRequiem commented Oct 6, 2021

I don't know why Generate locv is failing sweat

Is also failing in #1356 and #1357

@bartlomieju
Copy link
Member

This will be fixed once denoland/deno#12348 lands

Copy link
Member

@kt3k kt3k left a comment

Choose a reason for hiding this comment

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

@wafuwafu13 LGTM. Nice work!

@@ -6,8 +6,7 @@
],
"parallel": [
"test-assert-async.js",
"test-assert.js",
"test-url-fileurltopath.js"
Copy link
Member

Choose a reason for hiding this comment

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

Great!

@kt3k kt3k merged commit cb38bfd into denoland:main Oct 7, 2021
traceypooh pushed a commit to traceypooh/deno_std that referenced this pull request Nov 14, 2021
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants