An open API service for providing issue and pull request metadata for open source projects.

GitHub / whatwg/urlpattern issues and pull requests

#256 - Difference with path-to-regexp v8

Issue - State: open - Opened by vitalets 6 months ago - 2 comments

#255 - Add proper canonicalization of domain names

Pull Request - State: open - Opened by rubycon 6 months ago

#254 - Use WHATWG Infra ASCII code point definition

Pull Request - State: closed - Opened by jeremyroman 7 months ago - 1 comment

#253 - Use ASCII code point instead of custom "is ASCII"

Issue - State: closed - Opened by annevk 7 months ago

#252 - URLPattern use of URL record is ambiguous

Issue - State: open - Opened by youennf 7 months ago

#251 - Correct null handling when computing base URL host string

Pull Request - State: closed - Opened by jeremyroman 7 months ago - 3 comments

#250 - Serialize base URL's host when a string is required

Pull Request - State: closed - Opened by jeremyroman 7 months ago

#249 - Editorial: Correct a "set" to "let"

Pull Request - State: closed - Opened by jeremyroman 7 months ago

#248 - Use the basic URL parser when parsing URLs

Pull Request - State: closed - Opened by jeremyroman 7 months ago - 4 comments

#247 - Editorial: Fix RFC2119 keyword warnings

Pull Request - State: closed - Opened by sisidovski 7 months ago

#246 - Many "RFC2119 keyword in non-normative section" warnings

Issue - State: closed - Opened by annevk 7 months ago - 6 comments

#245 - Correct condition for opaque paths in base URL

Pull Request - State: closed - Opened by jeremyroman 7 months ago - 2 comments

#244 - Editorial: Fix broken references to make the build work again

Pull Request - State: closed - Opened by jeremyroman 7 months ago

#243 - Correct condition for opaque paths in base URL

Pull Request - State: closed - Opened by anonrig 7 months ago - 6 comments

#242 - Process a URLPatternInit doesn't call basic URL parser on base URL

Issue - State: closed - Opened by shannonbooth 7 months ago - 5 comments

#240 - Why does this test succeed with pathname "/foo/bar"?

Issue - State: closed - Opened by anonrig 7 months ago - 8 comments

#239 - Spec and WPT inconsistencies

Issue - State: open - Opened by anonrig 8 months ago - 21 comments

#236 - Expose URLPattern everywhere

Pull Request - State: open - Opened by ptomato 11 months ago - 6 comments

#166 - Add `URLPatternList`

Pull Request - State: open - Opened by lucacasonato about 3 years ago - 20 comments

#150 - Search params matching

Issue - State: open - Opened by bathos over 3 years ago - 7 comments
Labels: addition/proposal

#109 - Update spec text to match final implementation. (#99)

Pull Request - State: closed - Opened by wanderview almost 4 years ago - 2 comments

#108 - Process relative pathnames in URLPatternInit. (Fixes #106)

Pull Request - State: closed - Opened by wanderview almost 4 years ago

#107 - Process relative pathnames in URLPatternInit. (Fixes #106)

Pull Request - State: closed - Opened by wanderview almost 4 years ago - 1 comment

#106 - spec is missing algorithm for relative pathname patterns

Issue - State: closed - Opened by wanderview almost 4 years ago

#105 - Fix the regexp generated for some patterns. (Fixes #99)

Pull Request - State: closed - Opened by wanderview almost 4 years ago - 1 comment

#104 - Fix the regexp string generated for ':name*' patterns. (Fixes #99)

Pull Request - State: closed - Opened by wanderview almost 4 years ago

#103 - Fix the regexp string generated for ':name*' patterns. (Fixes #99)

Pull Request - State: closed - Opened by wanderview almost 4 years ago

#102 - Test

Pull Request - State: closed - Opened by wanderview almost 4 years ago

#101 - Hmm

Pull Request - State: closed - Opened by wanderview almost 4 years ago

#100 - Fix the regexp string generated for ':name*' patterns. (Fixes #99)

Pull Request - State: closed - Opened by wanderview almost 4 years ago - 2 comments

#99 - fix matching regexp for `:name*` patterns

Issue - State: closed - Opened by wanderview almost 4 years ago - 4 comments

#98 - Throw on duplicate group names within a component pattern string. (Fi…

Pull Request - State: closed - Opened by wanderview almost 4 years ago - 1 comment

#97 - Use code point substring algorithm. (#68)

Pull Request - State: closed - Opened by wanderview almost 4 years ago - 2 comments

#95 - Part's name is never null?

Issue - State: closed - Opened by crowlKats almost 4 years ago - 1 comment

#94 - Bad formatting

Issue - State: closed - Opened by crowlKats almost 4 years ago

#93 - Simplify assign and increment

Issue - State: closed - Opened by crowlKats almost 4 years ago - 1 comment

#92 - Typo in `generate a pattern string`

Issue - State: closed - Opened by crowlKats almost 4 years ago

#91 - Wrong character for part modifier

Issue - State: closed - Opened by crowlKats almost 4 years ago - 4 comments

#90 - `cononicalize a port` has 2 arguments

Issue - State: closed - Opened by crowlKats almost 4 years ago

#89 - Missing equality in conditions

Issue - State: closed - Opened by crowlKats almost 4 years ago - 1 comment

#88 - Reference more code point literals using 'U+002A' notation.

Pull Request - State: closed - Opened by wanderview almost 4 years ago

#87 - Add status text indicating goal to move to WHATWG URL workstream. (Fi…

Pull Request - State: closed - Opened by wanderview almost 4 years ago

#86 - Update the domintro section. (Fixes #76)

Pull Request - State: closed - Opened by wanderview almost 4 years ago - 2 comments

#85 - Add a note that implementations do not have to use regexps to match.

Pull Request - State: closed - Opened by wanderview almost 4 years ago - 1 comment

#84 - Reorder argument to compile-a-component to match how they were actual…

Pull Request - State: closed - Opened by wanderview almost 4 years ago

#83 - Add missing arguments to is-a-non-special-pattern-char. (Fixes #81)

Pull Request - State: closed - Opened by wanderview almost 4 years ago

#82 - Arguments in `compiling a component` call are completely wrong

Issue - State: closed - Opened by crowlKats almost 4 years ago - 1 comment

#81 - Missing argument in `is a non-special pattern char` calls

Issue - State: closed - Opened by crowlKats almost 4 years ago

#80 - Add link to the spec to the GitHub project page

Issue - State: closed - Opened by domenic almost 4 years ago - 1 comment

#79 - Fix an add-a-token to be add-a-token-with-default-position-and-length…

Pull Request - State: closed - Opened by wanderview almost 4 years ago

#78 - Add missing index increment in escape a regexp string. (Fixes #71)

Pull Request - State: closed - Opened by wanderview almost 4 years ago

#77 - Spec the constructor except for the constructor string parser.

Pull Request - State: closed - Opened by wanderview almost 4 years ago

#76 - Finish and tidy up the domintro section

Issue - State: closed - Opened by domenic almost 4 years ago

#75 - Actually add the token to the list in 'Add a Token'. (Fixes #70)

Pull Request - State: closed - Opened by wanderview almost 4 years ago

#74 - should URLPattern constructor throw SyntaxError or TypeError for bad patterns?

Issue - State: closed - Opened by wanderview almost 4 years ago - 10 comments
Labels: decided

#73 - consider generating URL strings from a URLPattern

Issue - State: open - Opened by wanderview almost 4 years ago - 9 comments
Labels: addition/proposal

#72 - `add a token` call missing arguments

Issue - State: closed - Opened by crowlKats almost 4 years ago - 1 comment

#71 - Escape Regexp String missing index increment step

Issue - State: closed - Opened by crowlKats almost 4 years ago

#70 - Missing token usage

Issue - State: closed - Opened by crowlKats almost 4 years ago

#69 - Spec the constructor string parser.

Pull Request - State: closed - Opened by wanderview about 4 years ago - 1 comment

#68 - Double check the spec to verify we are handling code unit vs code point correctly

Issue - State: closed - Opened by wanderview about 4 years ago - 2 comments

#67 - Spec the constructor except for the constructor string parser.

Pull Request - State: closed - Opened by wanderview about 4 years ago - 3 comments

#66 - Restructure doc and fill out canonicalization section.

Pull Request - State: closed - Opened by wanderview about 4 years ago - 3 comments

#65 - Spec regular expression generation.

Pull Request - State: closed - Opened by wanderview about 4 years ago - 3 comments

#64 - Spec generating a pattern string from a part list.

Pull Request - State: closed - Opened by wanderview about 4 years ago

#63 - Defaults differ depending on base URL being set or not, should they?

Issue - State: closed - Opened by 43081j about 4 years ago - 4 comments

#62 - Should we expose a combined groups result?

Issue - State: open - Opened by wanderview about 4 years ago - 1 comment
Labels: addition/proposal

#61 - Consider providing a natural ordering for URLPattern objects

Issue - State: open - Opened by wanderview about 4 years ago - 22 comments
Labels: addition/proposal

#58 - Relationship with URI Templates (RFC 6570)

Issue - State: closed - Opened by dunglas about 4 years ago - 9 comments

#57 - Spec the pattern string parser.

Pull Request - State: closed - Opened by wanderview about 4 years ago - 3 comments

#56 - Spec the pattern string tokenizer.

Pull Request - State: closed - Opened by wanderview about 4 years ago - 2 comments

#55 - Move documentation.

Pull Request - State: closed - Opened by wanderview about 4 years ago

#54 - Attempt to canonicalize components for test()/exec().

Pull Request - State: closed - Opened by wanderview about 4 years ago - 4 comments

#53 - Spec matching methods except for init canonicalization.

Pull Request - State: closed - Opened by wanderview about 4 years ago - 2 comments

#52 - Add spec for URLPattern getters.

Pull Request - State: closed - Opened by wanderview about 4 years ago - 1 comment

#51 - Add initial webidl to the spec.

Pull Request - State: closed - Opened by wanderview about 4 years ago - 1 comment

#50 - Fix github workflow config.

Pull Request - State: closed - Opened by wanderview about 4 years ago

#49 - Test a change to the bikeshed file to see if the workflow triggers.

Pull Request - State: closed - Opened by wanderview about 4 years ago

#48 - Add more boilerplate to support writing the spec.

Pull Request - State: closed - Opened by wanderview about 4 years ago

#47 - should there be a stringifier and what should it return?

Issue - State: closed - Opened by wanderview over 4 years ago - 5 comments
Labels: decided

#46 - support unicode group names

Issue - State: closed - Opened by wanderview over 4 years ago - 10 comments
Labels: decided

#43 - Consider fully supporting RTL and Bidi URLs

Issue - State: open - Opened by mohsen1 over 4 years ago - 17 comments
Labels: i18n-needs-resolution, decided

#42 - Consider alternatives to path to regex pattern

Issue - State: closed - Opened by jasnell over 4 years ago - 6 comments

#40 - Describe status of incubation as of December, 2020.

Pull Request - State: closed - Opened by wanderview over 4 years ago

#35 - passing base URL as a dictionary property vs a separate string argument

Issue - State: closed - Opened by wanderview over 4 years ago - 4 comments
Labels: decided

#34 - should exec() results contain canonicalized or original input?

Issue - State: closed - Opened by wanderview over 4 years ago - 2 comments
Labels: decided

#33 - should we attempt to URL canonicalize patterns?

Issue - State: closed - Opened by wanderview over 4 years ago - 35 comments
Labels: decided

#32 - consider allowing an 'origin: foo' init attribute

Issue - State: closed - Opened by wanderview over 4 years ago - 3 comments

#31 - should we make empty string port values and the default port number equivalent?

Issue - State: closed - Opened by wanderview over 4 years ago - 2 comments

#30 - consider exposing URLPatternList

Issue - State: open - Opened by wanderview over 4 years ago - 22 comments
Labels: addition/proposal

#29 - should URLPattern require a SecureContext?

Issue - State: closed - Opened by wanderview over 4 years ago - 10 comments

#28 - should URLPattern be case sensitive or insensitive

Issue - State: closed - Opened by wanderview over 4 years ago - 8 comments
Labels: decided

#27 - consider matching structured input

Issue - State: closed - Opened by wanderview over 4 years ago - 2 comments
Labels: decided

#26 - Support more generic URLPattern such as scheme, host, origin, etc

Issue - State: closed - Opened by shhnjk over 4 years ago - 8 comments

#25 - consider how to handle changes to ecma-262 regex standard

Issue - State: closed - Opened by wanderview over 4 years ago - 7 comments
Labels: decided

#24 - embedded regex non-capturing groups and assertions

Issue - State: closed - Opened by wanderview over 4 years ago - 1 comment