[dmd-internals] [D-Programming-Language/dmd] 59ee1f: Fix issue 7770 __dollar cannot be read at compile ...

GitHub noreply at github.com
Sat Apr 14 15:43:18 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 59ee1fa13ff8f921bfe45307ea595fae7ea51fa7
      https://github.com/D-Programming-Language/dmd/commit/59ee1fa13ff8f921bfe45307ea595fae7ea51fa7
  Author: Don Clugston <don.clugston at sociomantic.com>
  Date:   2012-04-04 (Wed, 04 Apr 2012)

  Changed paths:
    M src/dsymbol.c
    M test/compilable/interpret3.d

  Log Message:
  -----------
  Fix issue 7770 __dollar cannot be read at compile time

It is always a CTFE variable, even if in global scope.


  Commit: 4ff8864319107a802430cc1117fb560a1dcd6383
      https://github.com/D-Programming-Language/dmd/commit/4ff8864319107a802430cc1117fb560a1dcd6383
  Author: Walter Bright <walter at walterbright.com>
  Date:   2012-04-14 (Sat, 14 Apr 2012)

  Changed paths:
    M src/dsymbol.c
    M test/compilable/interpret3.d

  Log Message:
  -----------
  Merge pull request #867 from donc/ctfe7770dollar

Fix issue 7770 __dollar cannot be read at compile time


Compare: https://github.com/D-Programming-Language/dmd/compare/14d64ec...4ff8864


More information about the dmd-internals mailing list