[dmd-internals] [D-Programming-Language/dmd] 5bacc3: Fix issue 10840 CTFE *this._data.arr is not yet im...

GitHub noreply at github.com
Wed Aug 21 04:38:37 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 5bacc3c1a6c1e380bc3be96c0d3d706d9c2cd870
      https://github.com/D-Programming-Language/dmd/commit/5bacc3c1a6c1e380bc3be96c0d3d706d9c2cd870
  Author: Don Clugston <emailsdontbelong at inarepository.com>
  Date:   2013-08-21 (Wed, 21 Aug 2013)

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

  Log Message:
  -----------
  Fix issue 10840 CTFE *this._data.arr is not yet implemented

This is a wrong-code bug in ?:, and a failure to detect null pointers
in DotVar expressions.


  Commit: 324cd03977c9749a8a86ed507af897ebbaa85d60
      https://github.com/D-Programming-Language/dmd/commit/324cd03977c9749a8a86ed507af897ebbaa85d60
  Author: Martin Nowak <code at dawg.eu>
  Date:   2013-08-21 (Wed, 21 Aug 2013)

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

  Log Message:
  -----------
  Merge pull request #2489 from donc/ctfeNullptrDotVar

10840 CTFE *this._data.arr is not yet implemented


Compare: https://github.com/D-Programming-Language/dmd/compare/85c033631b65...324cd03977c9


More information about the dmd-internals mailing list