[dmd-internals] [D-Programming-Language/dmd] abe375: Fix issue 8830 [CTFE] Incorrect slicing with point...

GitHub noreply at github.com
Sat Oct 20 17:18:43 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: abe37596dcfd0a150b86f703b582cfcf495c1727
      https://github.com/D-Programming-Language/dmd/commit/abe37596dcfd0a150b86f703b582cfcf495c1727
  Author: Don Clugston <don.clugston at sociomantic.com>
  Date:   2012-10-16 (Tue, 16 Oct 2012)

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

  Log Message:
  -----------
  Fix issue 8830 [CTFE] Incorrect slicing with pointer from sliced array

Simple bug -- the offset of the pointer needs to be added to the slice.


  Commit: be5cae498f81c1e5965fd7755f432ffb7fdb5ec1
      https://github.com/D-Programming-Language/dmd/commit/be5cae498f81c1e5965fd7755f432ffb7fdb5ec1
  Author: Don Clugston <don.clugston at sociomantic.com>
  Date:   2012-10-18 (Thu, 18 Oct 2012)

  Changed paths:
    M src/interpret.c

  Log Message:
  -----------
  Minor code cleanup following bug 8830


  Commit: ae02f6f8b708eb0c7290195840fcb7859983690f
      https://github.com/D-Programming-Language/dmd/commit/ae02f6f8b708eb0c7290195840fcb7859983690f
  Author: Walter Bright <walter at walterbright.com>
  Date:   2012-10-20 (Sat, 20 Oct 2012)

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

  Log Message:
  -----------
  Merge pull request #1188 from donc/ctfe8830_pointerslice

8830 [CTFE] Incorrect slicing with pointer from sliced array


Compare: https://github.com/D-Programming-Language/dmd/compare/81860f81f35d...ae02f6f8b708


More information about the dmd-internals mailing list