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

Upgrade some dependencies #446

Merged
merged 5 commits into from
Jan 11, 2023

Conversation

brendanzab
Copy link
Member

No description provided.

}

fn run_test(test: &libtest_mimic::Test<TestData>) -> libtest_mimic::Outcome {
let mut failures = Vec::new();
fn extract_test(input_file: PathBuf, default_mode: TestMode) -> libtest_mimic::Trial {
Copy link
Member Author

@brendanzab brendanzab Jan 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be nicer to instead have:

fn extract_test(input_file: PathBuf, default_mode: TestMode) -> Result<(), libtest_mimic::Failure> {

Unfortunately libtest-mimic no longer lets you dynamically ignore tests (as of v0.5). Instead we have to parser the input file before constructing test in order to find the value of the ignore config specified in the input file. Hopefully this changes in the future!

Flake lock file updates:

• Updated input 'flake-utils':
    'github:numtide/flake-utils/c0e246b9b83f637f4681389ecabcb2681b4f3af0' (2022-08-07)
  → 'github:numtide/flake-utils/5aed5285a952e0b949eb3ba02c12fa4fcfef535f' (2022-11-02)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/6c6409e965a6c883677be7b9d87a95fab6c3472e' (2022-08-16)
  → 'github:nixos/nixpkgs/35f1f865c03671a4f75a6996000f03ac3dc3e472' (2023-01-09)
• Updated input 'rust-overlay':
    'github:oxalica/rust-overlay/98db932adeee26ea311ba4bbbdf4e0e5c3569fc4' (2022-08-18)
  → 'github:oxalica/rust-overlay/9724998ea2caf23214674bf0c2cdf6ec0b1719af' (2023-01-10)
@brendanzab brendanzab merged commit 2e6490f into yeslogic:main Jan 11, 2023
@brendanzab brendanzab deleted the upgrade-crate-dependencies branch January 11, 2023 02:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant