Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 626 Bytes

CHANGELOG.md

File metadata and controls

18 lines (10 loc) · 626 Bytes

Changelog

Fixed

  • FakeFileSystem::copy_file uses ErrorKind::NotFound on attempts to copy a file that doesn't exist
  • FakeFileSystem::remove_dir_all requires all descendants to be readable, corresponding to the behaviour of OsFileSystem::remove_dir_all

Added

  • FileSystem::read_file_into method (thanks @jean-airoldie)

Fixed

  • FakeFileSystem::read_dir now returns only children, not all descendants (thanks @jean-airoldie)