[dmd-internals] [D-Programming-Language/dmd] 886e7e: Make guessing the target an info instead of a warn...

GitHub noreply at github.com
Sat Mar 30 16:17:10 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 886e7e77196dd7f885a01569e4def05c18a747ef
      https://github.com/D-Programming-Language/dmd/commit/886e7e77196dd7f885a01569e4def05c18a747ef
  Author: Leandro Lucarella <leandro.lucarella at sociomantic.com>
  Date:   2013-03-25 (Mon, 25 Mar 2013)

  Changed paths:
    M src/posix.mak

  Log Message:
  -----------
  Make guessing the target an info instead of a warning

Having this as a warning makes IDEs to go to the Makefile where the
warning was issued as if an error occurred, which is rather annoying for
something is really normal. An info is enough to let the user now how
the target was guessed.


  Commit: ccc7656fda0f06ab01f2459d39f2a2d620850b93
      https://github.com/D-Programming-Language/dmd/commit/ccc7656fda0f06ab01f2459d39f2a2d620850b93
  Author: Walter Bright <walter at walterbright.com>
  Date:   2013-03-30 (Sat, 30 Mar 2013)

  Changed paths:
    M src/posix.mak

  Log Message:
  -----------
  Merge pull request #1797 from leandro-lucarella-sociomantic/cpu-warn-to-info

[trivial] Make guessing the target an info instead of a warning


Compare: https://github.com/D-Programming-Language/dmd/compare/33a3d4f41ba3...ccc7656fda0f


More information about the dmd-internals mailing list