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
The "./..." notation does not seem to work on Windows 10 (and likely other Windows versions)
Actual Behaviour
When using the "./..." notation to recursively inspect a directory on Windows 10 (and possibly other versions) the directory will be inspected non-recursively.
Expected Behaviour
When using the "./..." notation to recursively inspect a directory it should ALWAYS inspect the directory recursively.
Working Example
In gofunchecks tools it can be reproduced on a Windows 10 machine by simply running [TOOL] -max 0 ./... in the gofunchecks directory and you will observe that no errors are reported.
Log Output
n/a
The text was updated successfully, but these errors were encountered:
This seems to be related to an upstream issue in the core Go packages that causes the filepath.Abs() call to remove it from the provided path (on Windows but not on Unix). I filed a report in the official Go repository for this: golang/go#42362. In the meantime I will try to get a temporary fix out for this as soon as possible.
Bug Report
This is a bug report for:
More specifically:
Description
The "./..." notation does not seem to work on Windows 10 (and likely other Windows versions)
Actual Behaviour
When using the "./..." notation to recursively inspect a directory on Windows 10 (and possibly other versions) the directory will be inspected non-recursively.
Expected Behaviour
When using the "./..." notation to recursively inspect a directory it should ALWAYS inspect the directory recursively.
Working Example
In gofunchecks tools it can be reproduced on a Windows 10 machine by simply running
[TOOL] -max 0 ./...
in the gofunchecks directory and you will observe that no errors are reported.Log Output
n/a
The text was updated successfully, but these errors were encountered: