-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Some old section permalinks are not valid anymore #2070
Comments
I ran Of the ones that do return results, most are just truncations of valid ids. E.g. And If you revise your collection process, I suspect the only cases it will find will be:
It would be to add an "oldids" attribute to the appropriate HTML element. |
@jmdyck Thanks for the detailed look. There were indeed lot of problems with my collection. I have tried to fix them now and verified the items manually. This is the shorter 6-item list -
First 3 items look like they were recently added. Can those be actually proposal sections? @devsnek. |
- sec-numeric-types-bigint-unsighedRightShift
+ sec-numeric-types-bigint-unsignedRightShift
- sec-allocatedtypedarray
+ sec-allocatetypedarray
- sec-typedarray-species-create
+ typedarray-species-create
- sec-running-execution-context
+ running-execution-context
- sec-evaluate-expression-key-property-access
+ sec-evaluate-property-access-with-expression-key
- sec-evaluate-identifier-key-property-acces
+ sec-evaluate-property-access-with-identifier-key |
@devsnek So first 4 are typos on engine262 repo and rest 2 are still old ids? |
@bendtherules looks like it. |
a PR to fix those 2 oldIDs would be appreciated. |
For property access with expression and identifier, add oldids - sec-evaluate-property-access-with-expression-key, sec-evaluate-property-access-with-identifier-key Related to tc39#2070
For property access with expression and identifier, add oldids - sec-evaluate-property-access-with-expression-key, sec-evaluate-property-access-with-identifier-key Related to tc39#2070
For property access with expression and identifier, add oldids - sec-evaluate-property-access-with-expression-key, sec-evaluate-property-access-with-identifier-key Related to tc39#2070
For anyone else confused by why #1787 doesn't appear to touch these IDs, it's because the relevant commit, 384978f, was pulled in apart from the rest of that PR. |
For property access with expression and identifier, add oldids - sec-evaluate-property-access-with-expression-key, sec-evaluate-property-access-with-identifier-key Related to tc39#2070
Some old section permalinks used in the spec are not valid anymore. Can we map them back?
I found these while looking through the engine262 codebase (engine262/engine262#106) . Here is a list of those invalid ids - checked against the current hosted version.
Same gist contains a script to test against any version of the spec - that can be used to figure out when it did exist.
I'll be happy to raise a PR or help investigate this further.
The text was updated successfully, but these errors were encountered: