[dmd-internals] [D-Programming-Language/dmd] bdc92c: fix Issue 14249 - Loose error check for incorrect ...

GitHub via dmd-internals dmd-internals at puremagic.com
Wed Apr 8 19:05:20 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: bdc92c7c244398a361261369c3f59daccaa62664
      https://github.com/D-Programming-Language/dmd/commit/bdc92c7c244398a361261369c3f59daccaa62664
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-04-09 (Thu, 09 Apr 2015)

  Changed paths:
    M src/aliasthis.c
    M src/attrib.c
    M src/func.c
    A test/fail_compilation/fail14249.d
    R test/fail_compilation/fail197.d
    R test/fail_compilation/fail268.d

  Log Message:
  -----------
  fix Issue 14249 - Loose error check for incorrect template mixin


  Commit: f54862eb0e4a9af4265042f35972bf6e91d1eaf1
      https://github.com/D-Programming-Language/dmd/commit/f54862eb0e4a9af4265042f35972bf6e91d1eaf1
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-04-09 (Thu, 09 Apr 2015)

  Changed paths:
    M src/magicport.json
    M src/statement.c
    M src/statement.h
    M test/runnable/mixin1.d

  Log Message:
  -----------
  fix Issue 14243 - mixin template scope inconsistency?


  Commit: ee243b618c48d3e99dc6af861cbc89c5c5f1b461
      https://github.com/D-Programming-Language/dmd/commit/ee243b618c48d3e99dc6af861cbc89c5c5f1b461
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-04-09 (Thu, 09 Apr 2015)

  Changed paths:
    M test/runnable/mixin1.d

  Log Message:
  -----------
  fix Issue 10492 - Illegal Instruction for mixin template with scope declarations


  Commit: 50b19975fdb339c56c3c96f7e5e706b9090eebbe
      https://github.com/D-Programming-Language/dmd/commit/50b19975fdb339c56c3c96f7e5e706b9090eebbe
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2015-04-09 (Thu, 09 Apr 2015)

  Changed paths:
    M src/aliasthis.c
    M src/attrib.c
    M src/func.c
    M src/magicport.json
    M src/statement.c
    M src/statement.h
    A test/fail_compilation/fail14249.d
    R test/fail_compilation/fail197.d
    R test/fail_compilation/fail268.d
    M test/runnable/mixin1.d

  Log Message:
  -----------
  Merge pull request #4455 from 9rnsr/fix14243

Issue 14243 - mixin template scope inconsistency?


Compare: https://github.com/D-Programming-Language/dmd/compare/7f8f27c9520c...50b19975fdb3


More information about the dmd-internals mailing list