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 metadata to targets #122305

Merged
merged 1 commit into from
Mar 11, 2024
Merged

Add metadata to targets #122305

merged 1 commit into from
Mar 11, 2024

Commits on Mar 10, 2024

  1. Add metadata to targets

    This adds four pieces of metadata to every target:
    - description
    - tier
    - host tools
    - std
    
    This information is currently scattered across target docs and both
    - not machine readable, making validation harder
    - sometimes subtly encoding by the table it's in, causing mistakes and
      making it harder to review changes to the properties
    
    By putting it in the compiler, we improve this. Later, we will use this
    canonical information to generate target documentation from it.
    Noratrieb committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    5bcb66c View commit details
    Browse the repository at this point in the history