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

ci: Drop nightly build/lint tests #34

Merged
merged 1 commit into from
Jan 31, 2022
Merged

ci: Drop nightly build/lint tests #34

merged 1 commit into from
Jan 31, 2022

Conversation

MarijnS95
Copy link
Member

@MarijnS95 MarijnS95 commented Jan 31, 2022

There is not much point "preparing hassle-rs for the future" if the lints are false positives and prevent us from submitting or having actually good code. Overnight two false positives got introduced: https://github.com/Traverse-Research/hassle-rs/runs/5006913943?check_suite_focus=true. One needs the borrow to satisfy a peculiar From/Into implementation, and the &mut Vec<> is pushed to which makes it impossible to turn this into a mutable borrow of a slice.

There is not much point "preparing hassle-rs for the future" if the
lints are false positives and prevent us from submitting or having
actually good code.  Overnight two false positives got introduced:
https://github.com/Traverse-Research/hassle-rs/runs/5006913943?check_suite_focus=true.
One needs the borrow to satisfy a peculiar `From`/`Into` implementation,
and the `&mut Vec<>` is pushed to which makes it impossible to turn this
into a mutable borrow of a slice.
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