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 9aa7e77Copy full SHA for 9aa7e77
fs-sim/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Revision history for fs-sim
2
3
+## Next version -- ????-??-??
4
+
5
+### Non-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
@@ -22,6 +22,7 @@ module System.FS.Sim.MockFS (
22
, example
23
, handleIsOpen
24
, numOpenHandles
25
+ , openHandles
26
, pretty
27
-- * Debugging
28
, dumpState
0 commit comments