[dmd-internals] [D-Programming-Language/dmd] a8be86: fix Issue 8339 - is(typeof(...)) is reporting true...

GitHub noreply at github.com
Tue Aug 21 12:53:00 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: a8be86a36d7071092eb6a4a1efddd9552af2581d
      https://github.com/D-Programming-Language/dmd/commit/a8be86a36d7071092eb6a4a1efddd9552af2581d
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-08-18 (Sat, 18 Aug 2012)

  Changed paths:
    M src/declaration.c
    M test/runnable/nested.d

  Log Message:
  -----------
  fix Issue 8339 - is(typeof(...)) is reporting true when it's false due to nested function error


  Commit: a44ccbfc072ad81d34f1a97f38501b5b15618891
      https://github.com/D-Programming-Language/dmd/commit/a44ccbfc072ad81d34f1a97f38501b5b15618891
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-08-18 (Sat, 18 Aug 2012)

  Changed paths:
    M src/template.c

  Log Message:
  -----------
  Avoid weird SEH error in Windows.


  Commit: 578ba6634f9dbb0eb1e132d46dd14c89542497d6
      https://github.com/D-Programming-Language/dmd/commit/578ba6634f9dbb0eb1e132d46dd14c89542497d6
  Author: Walter Bright <walter at walterbright.com>
  Date:   2012-08-21 (Tue, 21 Aug 2012)

  Changed paths:
    M src/declaration.c
    M src/template.c
    M test/runnable/nested.d

  Log Message:
  -----------
  Merge pull request #1087 from 9rnsr/fix8339

Issue 8339 - is(typeof(...)) is reporting true when it's false due to nested function error


Compare: https://github.com/D-Programming-Language/dmd/compare/d2ba7864be9f...578ba6634f9d


More information about the dmd-internals mailing list