[phobos] [D-Programming-Language/tools] b189f5: fix dget build import error

GitHub noreply at github.com
Sun Mar 16 13:37:20 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/tools
  Commit: b189f5b0a7523f43f127c8db2e89aeb4d42f6913
      https://github.com/D-Programming-Language/tools/commit/b189f5b0a7523f43f127c8db2e89aeb4d42f6913
  Author: John Colvin <john.loughran.colvin at gmail.com>
  Date:   2014-03-16 (Sun, 16 Mar 2014)

  Changed paths:
    M dget.d

  Log Message:
  -----------
  fix dget build import error

std.stdio wasn't imported. Somehow this didn't cause an error before, but now it does.

Also, now it's imported globally, I've removed the local import from ```usage``` and changed it to a fully qualified call.


  Commit: e41a32b87c90e43699db051da99b66159214bdf1
      https://github.com/D-Programming-Language/tools/commit/e41a32b87c90e43699db051da99b66159214bdf1
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2014-03-16 (Sun, 16 Mar 2014)

  Changed paths:
    M dget.d

  Log Message:
  -----------
  Merge pull request #126 from John-Colvin/patch-2

fix dget build import error


Compare: https://github.com/D-Programming-Language/tools/compare/1a0ebe08fd94...e41a32b87c90


More information about the phobos mailing list