mirage / ocaml-fat

Read and write FAT format filesystems from OCaml
ISC License
26 stars 18 forks source link

Return errors from size instead of raising Fs_error #33

Closed talex5 closed 10 years ago

talex5 commented 10 years ago

Without this, if the path doesn't exist then clients just get e.g.

Fatal error: exception Fs.Make(B)(M).Fs_error(_)

[ note: I'm assuming the change log gets updated from the Git log at release time, so not updating it manually ]

samoht commented 10 years ago

CHANGES is updated manually, so feel free to add a line to it