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

Commits on Mar 14, 2017

  1. don't add "-color always" to ocamlbuild invocation, since it breaks s…

    …ome scripts.
    
    OCaml (since 4.03.0) attempts to colorise warnings and errors (in a "auto" mode
    by default, which checks whether stdout is a tty).  ocamlbuild does not execute
    ocaml in a tty, this is why by default there is no color.
    
    An upstream fix to consider the environment variable OCAML_COLOR in case no
    "-color" command line flag was provided is proposed, and may be included in
    4.05.0.  In the meantime, revert to no colored output (as in Mirage <3.0.0).
    
    Fixes #797
    hannesm committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    5b0a822 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #811 from hannesm/nocolor

    don't add "-color always" to ocamlbuild invocation, since it breaks some scripts
    yomimono committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    a55c359 View commit details
    Browse the repository at this point in the history