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.
openHandles
1 parent efd70ad commit a65be0dCopy full SHA for a65be0d
fs-sim/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Revision history for fs-sim
2
3
+## Next version -- ????-??-??
4
+
5
+### Breaking
6
7
+* Expose `openHandles` for testing.
8
9
## 0.3.0.1 -- 2024-10-02
10
11
### Patch
fs-sim/src/System/FS/Sim/MockFS.hs
@@ -46,6 +46,7 @@ module System.FS.Sim.MockFS (
46
, renameFile
47
-- * Exported for the benefit of tests only
48
, Files
49
+ , openHandles
50
, mockFiles
51
-- ** opaque
52
, ClosedHandleState
0 commit comments