[phobos] [D-Programming-Language/phobos] 1bb1f6: Made File.writeln infer @safe/@trusted/etc. Also w...

GitHub via phobos phobos at puremagic.com
Wed Jul 30 10:05:44 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 1bb1f611428fa282e2b54b007be2e888a5e7f571
      https://github.com/D-Programming-Language/phobos/commit/1bb1f611428fa282e2b54b007be2e888a5e7f571
  Author: Robert Blake Anderton <rbanderton at gmail.com>
  Date:   2014-07-30 (Wed, 30 Jul 2014)

  Changed paths:
    M std/stdio.d

  Log Message:
  -----------
  Made File.writeln infer @safe/@trusted/etc. Also wrapped stdout in @trusted private function so writeln (and family) free functions don't always infer @system.


  Commit: 72aa8a9dca85fb03fdaaea74f1ca3303171caaeb
      https://github.com/D-Programming-Language/phobos/commit/72aa8a9dca85fb03fdaaea74f1ca3303171caaeb
  Author: David Nadlinger <code at klickverbot.at>
  Date:   2014-07-30 (Wed, 30 Jul 2014)

  Changed paths:
    M std/stdio.d

  Log Message:
  -----------
  Merge pull request #2233 from rbanderton/fix-writeln-inference

Fix Issue 6644 - std.stdio write/writef(ln) are not @trusted


Compare: https://github.com/D-Programming-Language/phobos/compare/b5a783bf40bf...72aa8a9dca85


More information about the phobos mailing list