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: dfbf9c78aece
Choose a base ref
...
head repository: mirage/mirage
compare: 4692abdcca08
Choose a head ref
  • 8 commits
  • 3 files changed
  • 1 contributor

Commits on Nov 23, 2016

  1. Refactor CHANNEL types to be exception-less and use result

    - remove `read_stream` and `io_stream` as Lwt_stream is difficult to
      combine with error handling
    - remove `read_until` and only expose the line handling functions.
      I'm also considering moving the line-handling functions into a
      separate signature since most consumers of CHANNEL only want the
      buffering logic.
    - no more exceptions, just use `result` and propagate `FLOW.error`
      in return values.
    avsm committed Nov 23, 2016
    Copy the full SHA
    d47ba81 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0ed2dda View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2016

  1. Copy the full SHA
    875824f View commit details
    Browse the repository at this point in the history
  2. types: tweaks to ocamldoc

    avsm committed Nov 24, 2016
    Copy the full SHA
    12bffb8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    381c86b View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2016

  1. travis: more pins

    avsm committed Nov 25, 2016
    Copy the full SHA
    b345b3c View commit details
    Browse the repository at this point in the history
  2. travis: remove pins

    avsm committed Nov 25, 2016
    Copy the full SHA
    f6e091e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #702 from avsm/channel-result

    [WIP] Refactor CHANNEL types to be exception-less and use `result`
    avsm committed Nov 25, 2016
    Copy the full SHA
    4692abd View commit details
    Browse the repository at this point in the history