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
Per #999, it appears that Zap, or at least zap.Config does not yet support Windows.
I suspect that besides filepath munging, we should work on WIndows just fine.
Opening this to track fixing this.
Ref #994, #1000
Alternate approach to #999, this approach brings absolute path support
to Windows.
It does so by checking for absolute paths and handling them using the
file factory directly.
To test different paths without trying to actually open them (UNC paths
hit the network), this change also
prefactors the sink registry into a separate type that allows stubbing
of the `os.OpenFile` call.
Note: This change does not bring full Windows support -- many tests
still fail, and Windows file URIs don't work.
Per #999, it appears that Zap, or at least zap.Config does not yet support Windows.
I suspect that besides filepath munging, we should work on WIndows just fine.
Opening this to track fixing this.
Ref #994
Ref GO-859
The text was updated successfully, but these errors were encountered: