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
I have a chmod 0 directory named _data in my module tree.
Go ignores files and directories starting with . and _, so it's not usually a problem.
But for pkgsite it is:
2022/08/11 00:33:45 Info: FetchDataSource: fetched rsc.io/github@latest in 312.062417ms with error FetchModule("rsc.io/github", "latest"): processModuleContents("rsc.io/github", "v0.0.0"): extractReadmes(ctx, "rsc.io/github", "v0.0.0", r): open /Users/rsc/src/rsc.io/github/old/ghtop/_data: permission denied
extractReadmes should not try to access ignored files or directories.
The text was updated successfully, but these errors were encountered:
rsc
added
the
NeedsFix
The path to resolution is known, but the work has not been done.
label
Aug 11, 2022
I have a chmod 0 directory named _data in my module tree.
Go ignores files and directories starting with . and _, so it's not usually a problem.
But for pkgsite it is:
extractReadmes should not try to access ignored files or directories.
The text was updated successfully, but these errors were encountered: