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

Update to the latest Burn and pin dependencies #33

Merged
merged 5 commits into from
Aug 26, 2023

Conversation

dae
Copy link
Collaborator

@dae dae commented Aug 26, 2023

No description provided.

The presence of a lock file doesn't affect the versions that other crates
will use, and it ensures that tests in CI are reproducible. Rust currently
recommends not checking it in for libraries, but this appears to be about
to change:
rust-lang/cargo#8728
https://rust-lang.github.io/rust-clippy/master/index.html#/single_range_in_vec_init
was triggering for lines like

  let rating = ratings.clone().slice([i..i + 1]).transpose();

I think the warning probably doesn't apply for this API.
@dae dae force-pushed the new-burn branch 2 times, most recently from 0f08929 to 7a78f93 Compare August 26, 2023 05:30
Allowing it to float will lead to future clippy breakages, as clippy
routinely adds extra checks in new updates.
@L-M-Sherlock
Copy link
Member

Is it ready to merge?

@dae
Copy link
Collaborator Author

dae commented Aug 26, 2023

Yep, should be.

Copy link
Member

@L-M-Sherlock L-M-Sherlock left a comment

Choose a reason for hiding this comment

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

LGTM

@L-M-Sherlock L-M-Sherlock merged commit b7f13e9 into open-spaced-repetition:main Aug 26, 2023
1 check passed
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.

2 participants