Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: streamich/memfs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f389874
Choose a base ref
...
head repository: streamich/memfs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 59768d3
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Dec 30, 2024

  1. fix: don't fail on closing fd after reset has been called (#550) (#1081)

    * fix: don't fail on closing fd after reset has been called (#550)
    
    * fix: only skip EBADF errors on async close and only when aborted
    
    * fix: remove abortControllers and just call closeFile asynchronously from
    close
    adiktofsugar authored Dec 30, 2024
    Configuration menu
    Copy the full SHA
    ede0f4f View commit details
    Browse the repository at this point in the history
  2. chore(release): 4.15.2 [skip ci]

    ## [4.15.2](v4.15.1...v4.15.2) (2024-12-30)
    
    ### Bug Fixes
    
    * don't fail on closing fd after reset has been called ([#550](#550)) ([#1081](#1081)) ([ede0f4f](ede0f4f))
    semantic-release-bot committed Dec 30, 2024
    Configuration menu
    Copy the full SHA
    59768d3 View commit details
    Browse the repository at this point in the history
Loading