[dmd-internals] [D-Programming-Language/dmd] c42698: fix Issue 10064 - opDollar called on garbage

GitHub noreply at github.com
Thu Jul 11 15:32:41 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: c426980fd31433c0bbc182a1f9cc9476fe625278
      https://github.com/D-Programming-Language/dmd/commit/c426980fd31433c0bbc182a1f9cc9476fe625278
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-07-10 (Wed, 10 Jul 2013)

  Changed paths:
    M src/dsymbol.c
    M src/expression.c
    M src/expression.h
    M src/opover.c
    M test/runnable/opover2.d

  Log Message:
  -----------
  fix Issue 10064 - opDollar called on garbage


  Commit: 4dfcc215b87ea5f1db8dce85dbba97992938e067
      https://github.com/D-Programming-Language/dmd/commit/4dfcc215b87ea5f1db8dce85dbba97992938e067
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-07-10 (Wed, 10 Jul 2013)

  Changed paths:
    M src/expression.c
    M test/runnable/opover2.d

  Log Message:
  -----------
  fix Issue 10597 - opDollar not callable in static context


  Commit: 33ce37d6495aad7a3d6644392cf47e1af9d9d493
      https://github.com/D-Programming-Language/dmd/commit/33ce37d6495aad7a3d6644392cf47e1af9d9d493
  Author: Walter Bright <walter at walterbright.com>
  Date:   2013-07-11 (Thu, 11 Jul 2013)

  Changed paths:
    M src/dsymbol.c
    M src/expression.c
    M src/expression.h
    M src/opover.c
    M test/runnable/opover2.d

  Log Message:
  -----------
  Merge pull request #2331 from 9rnsr/fix10064

Issue 10064 - opDollar called on garbage


Compare: https://github.com/D-Programming-Language/dmd/compare/d202d1880f31...33ce37d6495a


More information about the dmd-internals mailing list