[dmd-internals] [D-Programming-Language/dmd] a457c8: fix Issue 12829 - Wrong error line number for clos...

GitHub via dmd-internals dmd-internals at puremagic.com
Sun Jan 31 01:09:32 PST 2016


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: a457c8b627123fdb5e6ccf2b130e4d54c1329a56
      https://github.com/D-Programming-Language/dmd/commit/a457c8b627123fdb5e6ccf2b130e4d54c1329a56
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2016-01-31 (Sun, 31 Jan 2016)

  Changed paths:
    M src/declaration.h
    M src/func.d
    A test/fail_compilation/diag12829.d
    M test/fail_compilation/nogc3.d

  Log Message:
  -----------
  fix Issue 12829 - Wrong error line number for closure allocation in @nogc function


  Commit: 44afc308622bb2ef8e455ecf79405d323d9ac06c
      https://github.com/D-Programming-Language/dmd/commit/44afc308622bb2ef8e455ecf79405d323d9ac06c
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2016-01-31 (Sun, 31 Jan 2016)

  Changed paths:
    M src/func.d

  Log Message:
  -----------
  Make the control flow in FuncDeclaration.checkClosure() easier to see


  Commit: 979c8d5e5ef40f43baa5dd4f6d6a2315dfcc8dd4
      https://github.com/D-Programming-Language/dmd/commit/979c8d5e5ef40f43baa5dd4f6d6a2315dfcc8dd4
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2016-01-31 (Sun, 31 Jan 2016)

  Changed paths:
    M src/func.d

  Log Message:
  -----------
  Add a short comment about FuncDeclaration.errors setting


  Commit: 10a0aa2bda569cb6efbb29f4c9f31aeca9685c46
      https://github.com/D-Programming-Language/dmd/commit/10a0aa2bda569cb6efbb29f4c9f31aeca9685c46
  Author: Hara Kenji <k.hara.pg+dev at gmail.com>
  Date:   2016-01-31 (Sun, 31 Jan 2016)

  Changed paths:
    M src/declaration.h
    M src/func.d
    A test/fail_compilation/diag12829.d
    M test/fail_compilation/nogc3.d

  Log Message:
  -----------
  Merge pull request #4855 from 9rnsr/fix12829

Issue 12829 - Wrong error line number for closure allocation in @nogc function


Compare: https://github.com/D-Programming-Language/dmd/compare/489d7364ff29...10a0aa2bda56


More information about the dmd-internals mailing list