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

Data is broken after Stage 2.7 #16

Closed
azu opened this issue Feb 14, 2024 · 0 comments · Fixed by #17
Closed

Data is broken after Stage 2.7 #16

azu opened this issue Feb 14, 2024 · 0 comments · Fixed by #17

Comments

@azu
Copy link
Contributor

azu commented Feb 14, 2024

Since Stage 2.7 tables has been added, it seems that some of the data is broken.

ShadowRealm should be 2.7, but 2

dataset/proposals.json

Lines 103 to 121 in d0e5d6c

"tags": ["ECMA-262"],
"stage": 2,
"name": "ShadowRealm",
"id": "proposal-shadowrealm",
"description": "ECMAScript Proposal, specs, and reference implementation for Realms",
"url": "https://github.com/tc39/proposal-shadowrealm",
"notes": [
{ "date": "2021-12-14T00:00:00.000Z", "url": "https://github.com/tc39/notes/blob/HEAD/meetings/2021-12/dec-14.md" },
{ "date": "2022-06-06T00:00:00.000Z", "url": "https://github.com/tc39/notes/blob/HEAD/meetings/2022-06/jun-06.md" },
{ "date": "2022-03-29T00:00:00.000Z", "url": "https://github.com/tc39/notes/blob/HEAD/meetings/2022-03/mar-29.md" },
{ "date": "2022-09-13T00:00:00.000Z", "url": "https://github.com/tc39/notes/blob/HEAD/meetings/2022-09/sep-13.md" },
{ "date": "2023-09-27T00:00:00.000Z", "url": "https://github.com/tc39/notes/blob/HEAD/meetings/2023-09/september-27.md" },
{ "date": "2023-11-27T00:00:00.000Z", "url": "https://github.com/tc39/notes/blob/HEAD/meetings/2023-11/november-27.md" }
],
"has-specification": true,
"authors": ["Caridy Patiño", "Jean-Francois Paradis"],
"champions": ["Dave Herman", "Mark Miller", "Caridy Patiño", "Leo Balter", "Rick Waldron", "Chengzhong Wu"],
"pushed_at": "2024-02-13T15:42:03.000Z"
},

Async Context should be 2, but stage is undefined.

dataset/proposals.json

Lines 122 to 138 in d0e5d6c

{
"tags": ["ECMA-262"],
"name": "Async Context",
"id": "proposal-async-context",
"description": "Async Context for JavaScript",
"url": "https://github.com/tc39/proposal-async-context",
"notes": [
{ "date": "2023-03-23T00:00:00.000Z", "url": "https://github.com/tc39/notes/blob/HEAD/meetings/2023-03/mar-23.md#async-context" },
{ "date": "2023-03-23T00:00:00.000Z", "url": "https://github.com/tc39/notes/blob/HEAD/meetings/2023-03/mar-23.md" },
{ "date": "2023-05-17T00:00:00.000Z", "url": "https://github.com/tc39/notes/blob/HEAD/meetings/2023-05/may-17.md" },
{ "date": "2023-09-27T00:00:00.000Z", "url": "https://github.com/tc39/notes/blob/HEAD/meetings/2023-09/september-27.md" }
],
"has-specification": true,
"authors": ["Chengzhong Wu"],
"champions": ["Chengzhong Wu", "Justin Ridgewell"],
"pushed_at": "2024-02-13T05:07:56.000Z"
},

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 a pull request may close this issue.

1 participant