[dmd-internals] [D-Programming-Language/dmd] bb9fd7: fix Issue 6889 - "finally" mentioned in a compilat...

GitHub via dmd-internals dmd-internals at puremagic.com
Sat May 24 13:48:54 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: bb9fd7e2ad2c0fbc5ddd132129819fdcd2cc6bf0
      https://github.com/D-Programming-Language/dmd/commit/bb9fd7e2ad2c0fbc5ddd132129819fdcd2cc6bf0
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-05-24 (Sat, 24 May 2014)

  Changed paths:
    M src/func.c
    M src/scope.c
    M src/scope.h
    M src/statement.c
    M src/statement.h
    M test/compilable/test602.d
    R test/fail_compilation/fail102.d
    A test/fail_compilation/fail6889.d

  Log Message:
  -----------
  fix Issue 6889 - "finally" mentioned in a compilation error, instead of "scope(exit)" or "scope(success)"


  Commit: 3819ceeeecbe6d7daab94a3ab27d84c7eab6e372
      https://github.com/D-Programming-Language/dmd/commit/3819ceeeecbe6d7daab94a3ab27d84c7eab6e372
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-05-24 (Sat, 24 May 2014)

  Changed paths:
    M src/statement.c
    A test/fail_compilation/fail2456.d

  Log Message:
  -----------
  fix Issue 2456 - "cannot put catch statement inside finally block", missing line number


  Commit: c797a152278e649364fcaa57794134fca53b89b0
      https://github.com/D-Programming-Language/dmd/commit/c797a152278e649364fcaa57794134fca53b89b0
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-05-24 (Sat, 24 May 2014)

  Changed paths:
    M src/statement.c

  Log Message:
  -----------
  Remove workaround for issue 11939


  Commit: 75950518c1a448c85aa7e9db2033b09f4c377380
      https://github.com/D-Programming-Language/dmd/commit/75950518c1a448c85aa7e9db2033b09f4c377380
  Author: Walter Bright <walter at walterbright.com>
  Date:   2014-05-24 (Sat, 24 May 2014)

  Changed paths:
    M src/func.c
    M src/scope.c
    M src/scope.h
    M src/statement.c
    M src/statement.h
    M test/compilable/test602.d
    R test/fail_compilation/fail102.d
    A test/fail_compilation/fail2456.d
    A test/fail_compilation/fail6889.d

  Log Message:
  -----------
  Merge pull request #3564 from 9rnsr/fix_onscope

Issue  6889 & 2456 - Fix diagnostic messages for OnScomeStatement


Compare: https://github.com/D-Programming-Language/dmd/compare/fa24370531c5...75950518c1a4


More information about the dmd-internals mailing list