Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Releases: mirage/mirage-fs-unix

v1.7.0

30 Oct 21:04
Compare
Choose a tag to compare

CHANGES:

  • adapt to mirage-kv 3.0.0 and mirage-fs 3.0.0 (47 @hannesm)

v1.6.0

03 Feb 13:56
ed3f4fa
Compare
Choose a tag to compare

CHANGES:

  • upgrade to dune from jbuilder (@avsm)
  • test OCaml 4.07 as well (@avsm)
  • use latest cstruct-lwt package name (@avsm)

v1.5.0

09 Nov 11:00
Compare
Choose a tag to compare

CHANGES:

  • fix FS_unix.destroy semantics: when given a directory, delete it
  • remove open Result

v1.4.1

16 Dec 20:45
Compare
Choose a tag to compare

v1.4.1 2017-12-16

  • fix compilation with safe-string

Port to jbuilder / odig

26 May 13:10
Compare
Choose a tag to compare
Merge pull request #40 from avsm/jbuilder

port to jbuilder

1.3.0

16 Feb 09:14
Compare
Choose a tag to compare

1.3.0

  • Port to MirageOS 3 interfaces.
  • Improve Travis CI distribution coverage for tests.

campl4-ectomy

29 Aug 18:03
Compare
Choose a tag to compare

Remove use of `Sys.command` and much consistent semantics

22 Jul 16:45
Compare
Choose a tag to compare
  • Remove the use of unescaped Sys.command (#12, by @hannesm)
  • Add tests for read, write, mkdir, size; make them pass (#10, by @yomimono)

Add explicit `connect` function, and modernise Travis scripts

08 Mar 14:49
Compare
Choose a tag to compare
  • Add explicit connect signature into interface (#8).
  • Add an opam file for OPAM 1.2 pinning workflow.
  • Add Travis CI unit test file.

Fixes in FS_unix.create and FS_unix.write

16 Oct 17:45
Compare
Choose a tag to compare
  • Fixes FS_unix.create and FS_unix.write