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: mirage/mirage
base: 950b9e3888cb
Choose a base ref
...
head repository: mirage/mirage
compare: 207e122f2df0
Choose a head ref
  • 5 commits
  • 13 files changed
  • 2 contributors

Commits on Dec 22, 2016

  1. Split V1 into pieces

    V1 signatures are now split into:
    - V1.DEVICE is Mirage_device.S in mirage/mirage-device
    - V1.TIME is Mirage_time.S in mirage/mirage-time
    - V1.MCLOCK and V1.PCLOCK are Mirage_clock.{MCLOCK, PCLOCK} in mirage/mirage-clock
    - V1.RANDOM is Mirage_random.S in mirage/mirage-random
    - V1.FLOW is Mirage_flow.S in mirage/mirage-flow
    - V1.CONSOLE is Mirage_console.S in mirage/mirage-console
    - V1.BLOCK is Mirage_block.S in mirage/mirage-block
    
    And similar changes for V1_LWT, with the following convention:
    - V1_LWT.FOO is Mirage_foo_lwt.S
    
    For now V1 is kept unchanged and define aliases to the new signatures.
    samoht committed Dec 22, 2016
    Copy the full SHA
    ca24715 View commit details
    Browse the repository at this point in the history
  2. fix META files for types

    samoht committed Dec 22, 2016
    Copy the full SHA
    b942d04 View commit details
    Browse the repository at this point in the history
  3. Add TCP write errors

    samoht committed Dec 22, 2016
    Copy the full SHA
    bda8658 View commit details
    Browse the repository at this point in the history
  4. TMP: use my fork of mirage-dev

    samoht committed Dec 22, 2016
    Copy the full SHA
    4f4c16b View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2016

  1. Merge pull request #743 from samoht/errors

    Refactors errors and split signatures into their own opam packages
    samoht committed Dec 23, 2016
    Copy the full SHA
    207e122 View commit details
    Browse the repository at this point in the history