-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Use new Mozilla 'sandstone' visual style for rust-lang.org #2246
Comments
Noticed that the "page template" and "subpage template" download buttons on that page don't point to anything. Not sure where to report that... perhaps you could forward this information to the person in charge of that page? |
Not sure I agree on this. I've been pretty intentional about positioning rust as a community that isn't necessarily a subset of mozilla's community. Lots of people have a stake in language development who don't participate in or necessarily care about the mozilla project. |
@graydon Your point is persuasive. |
Format tests with rustfmt (51-100 of 300) Extracted from rust-lang#2097. Like rust-lang#2244, this is intended to be "easy" cases which don't involve comments in the vicinity.
…ang#2246) This change allows us to pin-point exactly which build artifacts are related to a cargo build run. This is required to re-enable the build cache (rust-lang#2036) where multiple artifacts can co-exist in the same folder. The solution implemented here is rather hacky, but it's more reliable than other alternatives I've tried (see model-checking/kani#2246). Now, `kani-compiler` will generate stubs in the place of binaries, shared, and static libraries when those types are requested. Those stubs will contain a JSON representation of the new type `CompilerArtifactStub`, which basically contain the path for the `metadata.json` file where the compiler stores the metadata related to a given crate. `kani-driver` will parse `CompilerArtifact` messages to figure out which artifacts were built for the given build. For libraries, it will derive the name of the metadata file from the `rmeta` filepath. For other types of artifacts, it will parse the output file, convert it to `CompilerArtifactStub`, and extract the path for the `rmeta` filepath.
Run CI multiple times a day
https://www.mozilla.org/b/en-US/sandstone/
They don't appear to provide any guidance on when this style should be used, but it is probably appropriate for rust-lang.org.
The text was updated successfully, but these errors were encountered: