afero icon indicating copy to clipboard operation
afero copied to clipboard

Fixes io.ReaderAt implementation of mem.File

Open bfreis opened this issue 3 years ago • 2 comments

Adds tests:

  • *mem.File implementation of io.ReaderAt must return non-nil error when reading less than length of give slice.
  • MemMapFs must pass fstest.TestFS tests for non-empty files.

Fixes #352 .

bfreis avatar May 10 '22 20:05 bfreis

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar May 10 '22 20:05 CLAassistant

👋 @mbertschler, @kargakis

Hey folks, pinging you as I see you merged some PRs recently :)

I have some code commented in tests just waiting for this to get merged. Thanks!

bfreis avatar May 15 '22 00:05 bfreis