Windows issues with filepath strings
samaust opened this issue · 0 comments
samaust commented
I gave it a quick try on Windows. I found a few issues.
Line 37 in b10a85a
This will contain "C:\" (or another letter) on Windows.
Line 394 in b10a85a
This will contain something like C:\installpath\github.com\influxdata\flux@v0.104.0
pkg-config/internal/modload/init.go
Line 52 in b10a85a
This will contain "C:\" on Windows. This last one causes an infinite loop.