[dmd-internals] [D-Programming-Language/dmd] b5f183: fix Issue 8937 - import declaration statement with...

GitHub noreply at github.com
Wed Nov 14 14:12:46 PST 2012


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

  Changed paths:
    M src/parse.c
    A test/compilable/test8937.d

  Log Message:
  -----------
  fix Issue 8937 - import declaration statement without scope after `if` imports to a parent scope


  Commit: a227688faf8631a04bf5616b0fb77608f4edfcbe
      https://github.com/D-Programming-Language/dmd/commit/a227688faf8631a04bf5616b0fb77608f4edfcbe
  Author: Walter Bright <walter at walterbright.com>
  Date:   2012-11-14 (Wed, 14 Nov 2012)

  Changed paths:
    M src/parse.c
    A test/compilable/test8937.d

  Log Message:
  -----------
  Merge pull request #1254 from 9rnsr/fix8937

Issue 8937 - import declaration statement without scope after `if` imports to a parent scope


Compare: https://github.com/D-Programming-Language/dmd/compare/8b45f5e06a8e...a227688faf86


More information about the dmd-internals mailing list