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: c5443b5ccbd8
Choose a base ref
...
head repository: mirage/mirage
compare: cc82e5160544
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 17, 2017

  1. don't call ocamlfind query with empty string

    Substituting an empty string for "-recursive" gives ocamlfind its first
    argument as an empty string, which causes it to raise Invalid_argument
    and abort.  If a non-recursive query is needed, use Bos.Cmd.empty
    instead.
    yomimono committed Nov 17, 2017
    Copy the full SHA
    2277ec1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e593bca View commit details
    Browse the repository at this point in the history
  3. Merge pull request #868 from yomimono/fix-tracing-hint

    fix lwt tracing hint (& an `ocamlfind query` invocation bug)
    hannesm committed Nov 17, 2017
    Copy the full SHA
    cc82e51 View commit details
    Browse the repository at this point in the history