Closed homeworkprod closed 2 years ago
cargo clippy
raises errors, but that's also the case on main
.
Tried a few of its suggestions but they did not fix the issue for me.
Thanks so much for this, I've fixed linting, and also migrated to maturin for build to fix build issues.
I've tried to push to your PR to merge the changes on main, but unfortunately you've blocked me from contributing to your PR.
For the sake of speed, I'll delete this and copy the changes to a new PR.
Cool, thanks!
but unfortunately you've blocked me from contributing to your PR.
Not sure where I could've influenced that for this PR, but I'll keep an extra eye open in the future.
Not sure where I could've influenced that for this PR, but I'll keep an extra eye open in the future.
When you create a PR, there's an option to "Allow edits...", this must be check for me to be able to push to your PR.
That's strange. I have seen this option before, but I did not encounter it with this PR, and I just attempted to create another one (from my fork to the source repo) which also doesn't give me that option (including switching between draft and non-draft):
Oh, perhaps it's because the pr is in draft?
What I was trying to say was that I flipped between draft and non-draft using the dropdown functionality of the big green button and it did not result in that checkbox being shown in either state.
Maybe it's only shown when using a different path to create a PR, or there is some user default setting I did not unearth yet, but so far I could not find a way to allow PR edits by maintainers.
Not sure why this is, but it's probably worth keeping in mind that a user might not have the chance to make that decision.
Interesting, I often edit PRs of contributors. It's extremely rare (I guess <5% of the time) that I can't push to a PR.
Codecov Report
Additional details and impacted files
```diff @@ Coverage Diff @@ ## main #46 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 1 1 Lines 28 28 Branches 5 5 ========================================= Hits 28 28 ```