[phobos] [D-Programming-Language/phobos] 7d0f4f: DDoc: file.d: Exceptions thrown (except slurp)

GitHub noreply at github.com
Sat Apr 20 07:55:37 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 7d0f4f665a6d041f744515ccf548a948b890eb50
      https://github.com/D-Programming-Language/phobos/commit/7d0f4f665a6d041f744515ccf548a948b890eb50
  Author: Ferdinand Majerech <kiithsacmp at gmail.com>
  Date:   2013-04-19 (Fri, 19 Apr 2013)

  Changed paths:
    M std/file.d

  Log Message:
  -----------
  DDoc: file.d: Exceptions thrown (except slurp)

Added all missing Throws:, with the exception of slurp,
which might throw pretty much anything
(at least Exception, ErrnoException, ConvException, maybe FormatException, gave up on trying to parse all the called code
(main offenders are formattedRead and the File ctor)).


  Commit: f7d5081570ac50430d4083592a8538066bdd9e2d
      https://github.com/D-Programming-Language/phobos/commit/f7d5081570ac50430d4083592a8538066bdd9e2d
  Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
  Date:   2013-04-20 (Sat, 20 Apr 2013)

  Changed paths:
    M std/file.d

  Log Message:
  -----------
  Merge pull request #1268 from kiith-sa/patch-3

DDoc: file.d: Exceptions thrown (except slurp)


Compare: https://github.com/D-Programming-Language/phobos/compare/d0b01c31520a...f7d5081570ac


More information about the phobos mailing list