[dmd-internals] [D-Programming-Language/dmd] bd0e45: Issue 4785 - auto return of a function with in con...

GitHub noreply at github.com
Wed May 2 18:24:09 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: bd0e45f56f869da03baf89d8b530a9a2afc5f561
      https://github.com/D-Programming-Language/dmd/commit/bd0e45f56f869da03baf89d8b530a9a2afc5f561
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-02-19 (Sun, 19 Feb 2012)

  Changed paths:
    M src/parse.c
    M test/runnable/testcontracts.d

  Log Message:
  -----------
  Issue 4785 - auto return of a function with in contract


  Commit: 82b2ab988702618b3468818f615a7eefac1656b4
      https://github.com/D-Programming-Language/dmd/commit/82b2ab988702618b3468818f615a7eefac1656b4
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-02-19 (Sun, 19 Feb 2012)

  Changed paths:
    M src/declaration.h
    M src/func.c
    M src/statement.c
    M test/fail_compilation/fail317.d
    M test/runnable/testcontracts.d

  Log Message:
  -----------
  Change semantic order and build fd->vresult lazily.


  Commit: 007b936e0970666c7698ad7c3b2c2b3da2d8cbc0
      https://github.com/D-Programming-Language/dmd/commit/007b936e0970666c7698ad7c3b2c2b3da2d8cbc0
  Author: Walter Bright <walter at walterbright.com>
  Date:   2012-05-02 (Wed, 02 May 2012)

  Changed paths:
    M src/declaration.h
    M src/func.c
    M src/parse.c
    M src/statement.c
    M test/fail_compilation/fail317.d
    M test/runnable/testcontracts.d

  Log Message:
  -----------
  Merge pull request #147 from 9rnsr/fix4785

Issue 4785 & 5039 Allow auto return function with contracts


Compare: https://github.com/D-Programming-Language/dmd/compare/6dd1000...007b936


More information about the dmd-internals mailing list