-
Notifications
You must be signed in to change notification settings - Fork 289
Errs when invoked on partial clones #1092
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
Comments
Possible duplicate/related #978. Also, onefetch 2.18.0 |
Would you be willing to try out an earlier version? I'm curious if this was introduced in the recently released version. |
Works with v2.17.1 |
Thanks for checking! The fact that it was introduced in v2.18, along with this error
Makes me think that this was introduced with our new file churn metric. |
I'm thinking that maybe #1081 introduced this? 🤔 Not implying that the changes in that PR should be undone -- I think they're good changes, including the changes that result in this error being raised 🙂
Again, from (hobby-level) Go experience, it looks a bit weird to me that the receiver is in the coroutine, and the sender is in the outer scope that calls the coroutine. I'm more used to it being the reverse. With the receiver in the outer scope, you should be able to be more confident that it won't be dropped (closed) before the sender stops sending. |
d5f8621 is the last "good" commit. With the next commit 1955153 I get:
Same with fd1d5f0 and finally after the following commit 09c4dc9 it shows the current error. |
Thanks for bisecting and finding the exact commits! |
@icp1994 new release with a fix -> https://github.com/o2sh/onefetch/releases/tag/2.18.1 |
Thanks! Tested locally, works as intended. |
Uh oh!
There was an error while loading. Please reload this page.
Duplicates
Current behavior 😯
Expected behavior 🤔
I don't know if partial clones have some limitations which prevents onefetch from working so maybe erring is the expected behavior.
Steps to reproduce 🕹
No response
Additional context/Screenshots 🔦
No response
Possible Solution 💡
No response
The text was updated successfully, but these errors were encountered: