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
While I was working on using the Package Registry's model in the Package Storage Infra, I found a bug in handling fs.Glob. GetDataStreamPathschecks if there are any data stream directories in the .zip archive, but it may happen that there are no intermediate directories and the .zip is 100% correct.
For the 1password-0.1.1.zip file, the logic assumes that there are no data streams, but you can unpack .zip file and all dirs will be put in right places.
@jsoriano I can try to adjust the logic, but would like to confirm if this is a bug.
The text was updated successfully, but these errors were encountered:
While I was working on using the Package Registry's model in the Package Storage Infra, I found a bug in handling
fs.Glob
.GetDataStreamPaths
checks if there are any data stream directories in the .zip archive, but it may happen that there are no intermediate directories and the .zip is 100% correct.For the
1password-0.1.1.zip
file, the logic assumes that there are no data streams, but you can unpack.zip
file and all dirs will be put in right places.@jsoriano I can try to adjust the logic, but would like to confirm if this is a bug.
The text was updated successfully, but these errors were encountered: