-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## What Changed? Ensures that all marked types are exported. but no longer export types of functions since their markers are handled separately. Also moves `marker_db` to `ann::db` for better grouping. Fixes a small issue where `make fix-all` would run `clippy` on the tests. Bumps the `itertools` package to `0.12`. Adds two convenient type aliases to the SPDG module. Replaces the `actions-rs/cargo` action in workflows with a simple `cargo install` because the action is deprecated. ## Why Does It Need To? Some policies reason over all marked types and those types may not appear in the PDG so not exporting them is unsound. (e.g. Plume example). Also running clippy on tests is a bad idea, because we may want to test non-idiomatic code. ## Checklist - [x] Above description has been filled out so that upon quash merge we have a good record of what changed. - [X] New functions, methods, types are documented. Old documentation is updated if necessary - [ ] Documentation in Notion has been updated - [ ] Tests for new behaviors are provided - [ ] New test suites (if any) ave been added to the CI tests (in `.github/workflows/rust.yml`) either as compiler test or integration test. *Or* justification for their omission from CI has been provided in this PR description.
- Loading branch information
1 parent
ff2601d
commit 20beff7
Showing
15 changed files
with
148 additions
and
1,507 deletions.
There are no files selected for viewing
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.