-
Notifications
You must be signed in to change notification settings - Fork 175
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 rustdoc tests to CI #1210
Merged
Merged
Add rustdoc tests to CI #1210
Conversation
This file contains 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
dannycjones
temporarily deployed
to
PR integration tests
January 6, 2025 18:20 — with
GitHub Actions
Inactive
dannycjones
temporarily deployed
to
PR integration tests
January 6, 2025 18:20 — with
GitHub Actions
Inactive
dannycjones
temporarily deployed
to
PR integration tests
January 6, 2025 18:20 — with
GitHub Actions
Inactive
dannycjones
temporarily deployed
to
PR integration tests
January 6, 2025 18:20 — with
GitHub Actions
Inactive
dannycjones
temporarily deployed
to
PR integration tests
January 6, 2025 18:20 — with
GitHub Actions
Inactive
dannycjones
temporarily deployed
to
PR integration tests
January 6, 2025 18:20 — with
GitHub Actions
Inactive
dannycjones
temporarily deployed
to
PR integration tests
January 6, 2025 18:20 — with
GitHub Actions
Inactive
auto-merge was automatically disabled
January 6, 2025 18:39
Pull request was converted to draft
dannycjones
force-pushed
the
add-doctests-to-ci
branch
from
January 6, 2025 18:43
b4eb032
to
87d7dbd
Compare
dannycjones
temporarily deployed
to
PR integration tests
January 6, 2025 18:44 — with
GitHub Actions
Inactive
dannycjones
temporarily deployed
to
PR integration tests
January 6, 2025 18:44 — with
GitHub Actions
Inactive
dannycjones
temporarily deployed
to
PR integration tests
January 6, 2025 18:44 — with
GitHub Actions
Inactive
dannycjones
temporarily deployed
to
PR integration tests
January 6, 2025 18:44 — with
GitHub Actions
Inactive
dannycjones
temporarily deployed
to
PR integration tests
January 6, 2025 18:44 — with
GitHub Actions
Inactive
dannycjones
temporarily deployed
to
PR integration tests
January 6, 2025 18:44 — with
GitHub Actions
Inactive
dannycjones
temporarily deployed
to
PR integration tests
January 6, 2025 18:44 — with
GitHub Actions
Inactive
Signed-off-by: Daniel Carl Jones <[email protected]>
dannycjones
force-pushed
the
add-doctests-to-ci
branch
from
January 6, 2025 18:48
87d7dbd
to
2b63427
Compare
dannycjones
temporarily deployed
to
PR integration tests
January 6, 2025 18:48 — with
GitHub Actions
Inactive
dannycjones
temporarily deployed
to
PR integration tests
January 6, 2025 18:48 — with
GitHub Actions
Inactive
dannycjones
temporarily deployed
to
PR integration tests
January 6, 2025 18:48 — with
GitHub Actions
Inactive
dannycjones
temporarily deployed
to
PR integration tests
January 6, 2025 18:48 — with
GitHub Actions
Inactive
dannycjones
temporarily deployed
to
PR integration tests
January 6, 2025 18:48 — with
GitHub Actions
Inactive
dannycjones
temporarily deployed
to
PR integration tests
January 6, 2025 18:48 — with
GitHub Actions
Inactive
dannycjones
temporarily deployed
to
PR integration tests
January 6, 2025 18:48 — with
GitHub Actions
Inactive
unexge
reviewed
Jan 7, 2025
Comment on lines
+281
to
+283
# setup-rust-toolchain sets "-D warnings" by default, and Rust treats any warning as compile error. | ||
# We need to this currently because `vendor/fuser` contains some warnings and it breaks the build. | ||
rustflags: "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think warnings on vendor/fuser
has been fixed recently, wonder if we can remove these overrides now.
unexge
approved these changes
Jan 7, 2025
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.
There's a few rustdoc tests in the code base however CI did not previously ensure they passed or even compiled. This change fixes broken doctests and adds a new job to run these in CI.
This will allow us to write new doctests and be sure that they will be validated by CI. For example, we may wish to write doctests asserting safety justifications.
Does this change impact existing behavior?
CI change only.
Does this change need a changelog entry?
No, this changes CI only.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and I agree to the terms of the Developer Certificate of Origin (DCO).