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: 8c31164ddc21
Choose a base ref
...
head repository: mirage/mirage
compare: 025c97a1e720
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Oct 15, 2014

  1. CONSOLE is now a FLOW

    This is a backwards-incompatible change which affects the following
    CONSOLE functions:
    
      write
      write_all
    
    Client applications need to be updated to use the new Cstruct.t based
    blocking 'write' function:
    
      val write : flow -> buffer -> [`Ok of unit | `Eof | `Error of error ]
    io
    
    There is no non-blocking 'write' function. I believe lossy console
    output functions are a mistake because they cause confusion when
    debugging.
    
    This is part of [#203]
    
    Signed-off-by: David Scott <dave.scott@citrix.com>
    David Scott committed Oct 15, 2014
    Copy the full SHA
    00f3101 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2014

  1. Merge pull request #302 from djs55/console-flow

    CONSOLE is now a FLOW
    djs55 committed Oct 16, 2014
    Copy the full SHA
    025c97a View commit details
    Browse the repository at this point in the history