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
PR #1148 changed the way requests ensure sufficient space is allocated in the IOBuffer, so readbytes! now calls Base.alloc_request. However, Base.alloc_request strictly requires IOBuffer while this readbytes! method uses a Base.GenericIOBuffer.
This leads to a MethodError in CloudStore.jl (see this issue).
The text was updated successfully, but these errors were encountered:
PR #1148 changed the way requests ensure sufficient space is allocated in the
IOBuffer
, soreadbytes!
now callsBase.alloc_request
. However,Base.alloc_request
strictly requiresIOBuffer
while thisreadbytes!
method uses aBase.GenericIOBuffer
.This leads to a
MethodError
inCloudStore.jl
(see this issue).The text was updated successfully, but these errors were encountered: