We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0917e26 commit 7fe1080Copy full SHA for 7fe1080
lib_eio_windows/eio_windows.ml
@@ -43,7 +43,7 @@ let run main =
43
method mono_clock = Time.mono_clock
44
method net = Net.v
45
method domain_mgr = Domain_mgr.v
46
- method cwd = ((Fs.cwd, "") :> Eio.Fs.dir Eio.Path.t)
47
- method fs = ((Fs.fs, "") :> Eio.Fs.dir Eio.Path.t)
+ method cwd = failwith "file-system operations not supported on Windows yet"
+ method fs = failwith "file-system operations not supported on Windows yet"
48
method secure_random = Flow.secure_random
49
end
lib_eio_windows/fs.ml
0 commit comments