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

Add explicit-javascript-compile-hints-file-based #1531

Open
browser-specs-bot opened this issue Oct 14, 2024 · 2 comments
Open

Add explicit-javascript-compile-hints-file-based #1531

browser-specs-bot opened this issue Oct 14, 2024 · 2 comments
Labels
monitor new spec Suggestion to add a new spec

Comments

@browser-specs-bot
Copy link
Collaborator

URL

https://wicg.github.io/explicit-javascript-compile-hints-file-based/

Rationale

Additional properties

{}
@browser-specs-bot browser-specs-bot added the new spec Suggestion to add a new spec label Oct 14, 2024
@browser-specs-bot
Copy link
Collaborator Author

Changes to index.json

This update would trigger the following changes in index.json:

Add spec (1)
{
  "url": "https://wicg.github.io/explicit-javascript-compile-hints-file-based/",
  "seriesComposition": "full",
  "shortname": "explicit-javascript-compile-hints-file-based",
  "series": {
    "shortname": "explicit-javascript-compile-hints-file-based",
    "currentSpecification": "explicit-javascript-compile-hints-file-based",
    "title": "Explicit JavaScript Compile Hints (File-based)",
    "shortTitle": "File-based",
    "nightlyUrl": "https://wicg.github.io/explicit-javascript-compile-hints-file-based/"
  },
  "organization": "W3C",
  "groups": [
    {
      "name": "Web Platform Incubator Community Group",
      "url": "https://www.w3.org/community/wicg/"
    }
  ],
  "nightly": {
    "url": "https://wicg.github.io/explicit-javascript-compile-hints-file-based/",
    "status": "Living Document",
    "alternateUrls": [],
    "repository": "https://github.com/WICG/explicit-javascript-compile-hints-file-based",
    "sourcePath": "index.bs",
    "filename": "index.html"
  },
  "title": "Explicit JavaScript Compile Hints (File-based)",
  "source": "spec",
  "shortTitle": "File-based",
  "categories": [
    "browser"
  ],
  "standing": "good"
}

Tests

With these changes, the following tests would fail:

The `index.json` list respects the JSON schema

Expected:

null

Actual:

[
  {
    "instancePath": "/217/nightly/status",
    "schemaPath": "#/properties/status/enum",
    "keyword": "enum",
    "params": {
      "allowedValues": [
        "A Collection of Interesting Ideas",
        "Draft Community Group Report",
        "Draft Deliverable",
        "Draft Finding",
        "Draft Registry",
        "Editor's Draft",
        "Experimental",
        "Final Deliverable",
        "Informational",
        "Internet Standard",
        "Living Standard",
        "Proposed Standard",
        "TAG Finding",
        "Unofficial Proposal Draft",
        "Working Group Approved Draft"
      ]
    },
    "message": "must be equal to one of the allowed values"
  }
]

@dontcallmedom
Copy link
Member

pending clarity from WICG/explicit-javascript-compile-hints-file-based#10

@tidoust tidoust added the monitor label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
monitor new spec Suggestion to add a new spec
Projects
None yet
Development

No branches or pull requests

3 participants