Skip to content

Commit

Permalink
Expose openHandles
Browse files Browse the repository at this point in the history
  • Loading branch information
jasagredo committed Oct 21, 2024
1 parent efd70ad commit 9aa7e77
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fs-sim/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Revision history for fs-sim

## Next version -- ????-??-??

### Non-breaking

* Expose `openHandles` for testing.

## 0.3.0.1 -- 2024-10-02

### Patch
Expand Down
1 change: 1 addition & 0 deletions fs-sim/src/System/FS/Sim/MockFS.hs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module System.FS.Sim.MockFS (
, example
, handleIsOpen
, numOpenHandles
, openHandles
, pretty
-- * Debugging
, dumpState
Expand Down

0 comments on commit 9aa7e77

Please sign in to comment.