[dmd-internals] [D-Programming-Language/dmd] 222b47: Fix bug 10280 CTFE: Circular variable initializers...

GitHub noreply at github.com
Fri Jun 7 21:01:07 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 222b4786551a3852890fed1f39e7da2d8b800f40
      https://github.com/D-Programming-Language/dmd/commit/222b4786551a3852890fed1f39e7da2d8b800f40
  Author: Don Clugston <emailsdontbelong at inarepository.com>
  Date:   2013-06-06 (Thu, 06 Jun 2013)

  Changed paths:
    M src/interpret.c
    A test/fail_compilation/circ10280.d

  Log Message:
  -----------
  Fix bug 10280 CTFE: Circular variable initializers should be detected properly

Use the existing 'inuse' mechanism to detect cycles.


  Commit: 4f9d979d32581a2750276e41cf46c18e9d16415d
      https://github.com/D-Programming-Language/dmd/commit/4f9d979d32581a2750276e41cf46c18e9d16415d
  Author: Walter Bright <walter at walterbright.com>
  Date:   2013-06-07 (Fri, 07 Jun 2013)

  Changed paths:
    M src/interpret.c
    A test/fail_compilation/circ10280.d

  Log Message:
  -----------
  Merge pull request #2140 from donc/circinit10280

10280 CTFE: Circular variable initializers should be detected properly


Compare: https://github.com/D-Programming-Language/dmd/compare/307757119022...4f9d979d3258


More information about the dmd-internals mailing list