You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 21, 2025. It is now read-only.
Support (and require) hsl-experimental 4.52
Upstream changes:
- blocking functions renamed
- readAsync/writeAsync no longer deal with the whole thing
Other changes made here:
- do a chunked copy instead of using readAll/writeAll to reduce peak
memory
- that means we're making multiple calls with different return values,
which I don't see how to mock. Use a pipe handle instead of a
mock in the unit test.