Update platform support#218
Closed
jonas-schievink wants to merge 3 commits intorust-lang:masterfrom
jonas-schievink:patch-2
Closed
Update platform support#218jonas-schievink wants to merge 3 commits intorust-lang:masterfrom jonas-schievink:patch-2
jonas-schievink wants to merge 3 commits intorust-lang:masterfrom
jonas-schievink:patch-2
Conversation
Member
|
Could you move the list to a yaml file and generate the page dynamically? Updating those tables manually is always a pain and leds to merge conflicts when longer lines are added. |
Contributor
Author
|
Such a YAML file already exists at https://github.com/rust-lang/rustup-components-history/blob/master/config.yaml – is there a way we could just use that YAML file? (or split out the tier info so that it isn't duplicated) |
Member
|
That YAML file doesn't have which component is supported and neither the notes column. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This upgrades all
thumbtargets from Tier 3 to Tier 2 (although they're technically closer to Tier 1, since PRs are gated on a few tests passing in Qemu), and also adds previously unlisted targets in the right Tier.Closes #198
Closes #177
Closes #186