[dmd-internals] [D-Programming-Language/dmd] 1da4af: fix Issue 2427 - Function call in struct initializ...

GitHub via dmd-internals dmd-internals at puremagic.com
Sun Aug 10 05:54:32 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 1da4af187d02023bb32f6b8ff8dfaa236f809b6d
      https://github.com/D-Programming-Language/dmd/commit/1da4af187d02023bb32f6b8ff8dfaa236f809b6d
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-08-10 (Sun, 10 Aug 2014)

  Changed paths:
    M test/runnable/structlit.d

  Log Message:
  -----------
  fix Issue 2427 - Function call in struct initializer fails to compile


  Commit: ea848c1a18d899de78627b98b34ecb668fed096d
      https://github.com/D-Programming-Language/dmd/commit/ea848c1a18d899de78627b98b34ecb668fed096d
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-08-10 (Sun, 10 Aug 2014)

  Changed paths:
    M test/compilable/compile1.d

  Log Message:
  -----------
  fix Issue 2438 - Cannot get types of delegate properties


  Commit: c43a17582bdfb7c28980803c05663a5d09526557
      https://github.com/D-Programming-Language/dmd/commit/c43a17582bdfb7c28980803c05663a5d09526557
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-08-10 (Sun, 10 Aug 2014)

  Changed paths:
    M test/compilable/compile1.d

  Log Message:
  -----------
  fix Issue 4225 - forward reference of opCall (mangle.c:81: char* mangle(Declaration*): Assertion `fd && fd->inferRetType' failed.)


  Commit: 3f719e1002b1aaf2c9f2e066f13c97dbd86cc498
      https://github.com/D-Programming-Language/dmd/commit/3f719e1002b1aaf2c9f2e066f13c97dbd86cc498
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-08-10 (Sun, 10 Aug 2014)

  Changed paths:
    M test/runnable/xtest46.d

  Log Message:
  -----------
  fix Issue 4423 - [tdpl] enums of struct types


  Commit: def6905786701bbfe647f09ced0e30f772f5d1c1
      https://github.com/D-Programming-Language/dmd/commit/def6905786701bbfe647f09ced0e30f772f5d1c1
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-08-10 (Sun, 10 Aug 2014)

  Changed paths:
    A test/fail_compilation/diag6699.d
    M test/fail_compilation/fail10.d

  Log Message:
  -----------
  fix Issue 6699 - More cases of __error in error messages


  Commit: 4cf455e6c5d686aa239300f3f6e955f6e8ceac66
      https://github.com/D-Programming-Language/dmd/commit/4cf455e6c5d686aa239300f3f6e955f6e8ceac66
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-08-10 (Sun, 10 Aug 2014)

  Changed paths:
    A test/fail_compilation/diag7477.d
    R test/fail_compilation/fail8.d

  Log Message:
  -----------
  fix Issue 7477 - Enum structs without specified values


  Commit: 46c3121fc70d6189136cebfed75fc8796015f870
      https://github.com/D-Programming-Language/dmd/commit/46c3121fc70d6189136cebfed75fc8796015f870
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-08-10 (Sun, 10 Aug 2014)

  Changed paths:
    M test/runnable/testdt.d

  Log Message:
  -----------
  fix Issue 10629 - [ICE](dt.c 106) with void array


  Commit: 4b9df682679b7792aa48a32aa343d3dd63a6a3ad
      https://github.com/D-Programming-Language/dmd/commit/4b9df682679b7792aa48a32aa343d3dd63a6a3ad
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-08-10 (Sun, 10 Aug 2014)

  Changed paths:
    M test/runnable/funclit.d

  Log Message:
  -----------
  fix Issue 10928 - Fails to create closures that reference structs with dtor


  Commit: 301658634a9d6cf2542b613850774a077391bf6d
      https://github.com/D-Programming-Language/dmd/commit/301658634a9d6cf2542b613850774a077391bf6d
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-08-10 (Sun, 10 Aug 2014)

  Changed paths:
    M test/compilable/testInference.d

  Log Message:
  -----------
  fix Issue 13217 - nothrow, template function and delegate: compilation error


  Commit: f1590ef483a4be2360ec8ac0e1b549dcd1525a72
      https://github.com/D-Programming-Language/dmd/commit/f1590ef483a4be2360ec8ac0e1b549dcd1525a72
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2014-08-10 (Sun, 10 Aug 2014)

  Changed paths:
    M test/compilable/compile1.d
    M test/compilable/testInference.d
    A test/fail_compilation/diag6699.d
    A test/fail_compilation/diag7477.d
    M test/fail_compilation/fail10.d
    R test/fail_compilation/fail8.d
    M test/runnable/funclit.d
    M test/runnable/structlit.d
    M test/runnable/testdt.d
    M test/runnable/xtest46.d

  Log Message:
  -----------
  Merge pull request #3863 from 9rnsr/worksforme

Add test cases for worksforme issues with git-head


Compare: https://github.com/D-Programming-Language/dmd/compare/839f2e1bc929...f1590ef483a4


More information about the dmd-internals mailing list