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

GitHub noreply at github.com
Tue Apr 2 14:01:59 PDT 2013


  Branch: refs/heads/dmd-1.x
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: cae2094c4889c7ca9bcd8e0ba70ab1ee8d112f1d
      https://github.com/D-Programming-Language/dmd/commit/cae2094c4889c7ca9bcd8e0ba70ab1ee8d112f1d
  Author: Leandro Lucarella <leandro.lucarella at sociomantic.com>
  Date:   2013-04-02 (Tue, 02 Apr 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: b054da19495dd8cc0e9e07b9a0cd191f960cb1cc
      https://github.com/D-Programming-Language/dmd/commit/b054da19495dd8cc0e9e07b9a0cd191f960cb1cc
  Author: Walter Bright <walter at walterbright.com>
  Date:   2013-04-02 (Tue, 02 Apr 2013)

  Changed paths:
    M src/posix.mak

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

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


Compare: https://github.com/D-Programming-Language/dmd/compare/b69475b7d2c8...b054da19495d


More information about the dmd-internals mailing list