Skip to content

Commit 7fe1080

Browse files
committed
Remove Fs from windows
1 parent 0917e26 commit 7fe1080

File tree

2 files changed

+2
-186
lines changed

2 files changed

+2
-186
lines changed

lib_eio_windows/eio_windows.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ let run main =
4343
method mono_clock = Time.mono_clock
4444
method net = Net.v
4545
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)
46+
method cwd = failwith "file-system operations not supported on Windows yet"
47+
method fs = failwith "file-system operations not supported on Windows yet"
4848
method secure_random = Flow.secure_random
4949
end

lib_eio_windows/fs.ml

Lines changed: 0 additions & 184 deletions
This file was deleted.

0 commit comments

Comments
 (0)