Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork366
feat: makeasync_array public#3556
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Conversation
codecovbot commentedOct 27, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## main #3556 +/- ##==========================================- Coverage 61.87% 61.86% -0.01%========================================== Files 85 85 Lines 10134 10137 +3 ==========================================+ Hits 6270 6271 +1- Misses 3864 3866 +2
🚀 New features to boost your workflow:
|
I'm fine with this, as long as we're OK making the implementation detail that I would also pretty strongly encourage people using |
Another option would be to create a
Agreed! I think the "offering a sync API" thing is the core of it, though. |
Uh oh!
There was an error while loading.Please reload this page.
Given thata lot of people are using the private
Array._async_array, I think it should be documented and put in a public namespace. This PR specifically does not makezarr.core.sync.syncpublic becauseI'm not 100% sure it's necessary in the day-and-age ofobstorebut also because I can definitely see arguments why a better API might be useful, certain one that does:instead of
Another reason I think making this public is because you may want to batch together these low level requests just because of the way people's APIs are structured rather than forcing everything to go through something like
Definitely open to opinions on this! Marked as draft for now!
TODO:
docs/user-guide/*.mdchanges/