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 has been archived by the owner on Jun 25, 2022. It is now read-only.
The disk resolver was the only one that returned directories as box
files. This modification allows http redirections of index.html to
work when working with the default disk resolver.
A test case has been added to verify http's behavior when working with
the disk resolver.
Fixgobuffalo#162Fixgobuffalo#211Fixgobuffalo#235
The disk resolver was the only one that returned directories as box
files. This modification allows http redirections of index.html to
work when working with the default disk resolver.
A test case has been added to verify http's behavior when working with
the disk resolver.
Fix#162Fix#211Fix#235
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When opening a directory from a
packr.Box
usingOpen
the resulting file object returns wrong information about this directory:IsDir()
returnsfalse
ReadDir(-1)
does not returnos.FileInfo
about files in this directory.Assuming a folder structure like this:
The following small program illustrates this behavior:
The program prints out:
But of course the second line is expected to be identical to the first one.
The text was updated successfully, but these errors were encountered: