[dmd-internals] [D-Programming-Language/dmd] 0e5b0e: fix Issue 9936 - Wrong opBinary/opBinaryRight rewr...

GitHub noreply at github.com
Tue Apr 16 04:54:42 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 0e5b0ea500919f7c3af6b7eaee10d0feef1db006
      https://github.com/D-Programming-Language/dmd/commit/0e5b0ea500919f7c3af6b7eaee10d0feef1db006
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-04-15 (Mon, 15 Apr 2013)

  Changed paths:
    M src/opover.c
    A test/fail_compilation/fail9936.d

  Log Message:
  -----------
  fix Issue 9936 - Wrong opBinary/opBinaryRight rewrite.

opBinary, opBinaryRight, and opOpAssign had same problem.


  Commit: f4f4b9080ef0574aec31585a2ca49c3e344c1e28
      https://github.com/D-Programming-Language/dmd/commit/f4f4b9080ef0574aec31585a2ca49c3e344c1e28
  Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
  Date:   2013-04-16 (Tue, 16 Apr 2013)

  Changed paths:
    M src/opover.c
    A test/fail_compilation/fail9936.d

  Log Message:
  -----------
  Merge pull request #1899 from 9rnsr/fix9936

Issue 9936 - Wrong opBinary/opBinaryRight rewrite.


Compare: https://github.com/D-Programming-Language/dmd/compare/c2bcc97dd500...f4f4b9080ef0


More information about the dmd-internals mailing list