[dmd-internals] [D-Programming-Language/dmd] 581ed2: Resolve overload of sapply in arguments inference

noreply at github.com noreply at github.com
Mon Dec 26 13:49:57 PST 2011


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd

  Commit: 581ed237a077569d76b2658ffc24600db76aad25
      https://github.com/D-Programming-Language/dmd/commit/581ed237a077569d76b2658ffc24600db76aad25
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2011-12-26 (Mon, 26 Dec 2011)

  Changed paths:
    M src/opover.c
  M src/statement.c
  M src/statement.h

  Log Message:
  -----------
  Resolve overload of sapply in arguments inference


  Commit: 1751b39a7cf705b57fad5788af191bcd7af081b7
      https://github.com/D-Programming-Language/dmd/commit/1751b39a7cf705b57fad5788af191bcd7af081b7
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2011-12-26 (Mon, 26 Dec 2011)

  Changed paths:
    M src/func.c

  Log Message:
  -----------
  Fix leastAsSpecialized() with ethis matching


  Commit: 4fa3ce7f3db7265646ea44c50e2c943e4a152e4a
      https://github.com/D-Programming-Language/dmd/commit/4fa3ce7f3db7265646ea44c50e2c943e4a152e4a
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2011-12-26 (Mon, 26 Dec 2011)

  Changed paths:
    M src/opover.c
  M src/statement.c
  M test/runnable/foreach5.d

  Log Message:
  -----------
  Issue 2443 - opApply should allow delegates that are not ref if it makes no sense


  Commit: f1705adaa946c693cef4211d8fdea8a7649b6e3e
      https://github.com/D-Programming-Language/dmd/commit/f1705adaa946c693cef4211d8fdea8a7649b6e3e
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2011-12-26 (Mon, 26 Dec 2011)

  Changed paths:
    M src/opover.c
  M test/runnable/foreach5.d

  Log Message:
  -----------
  Issue 2442 - opApply does not allow inferring parameter types when overloaded on const


  Commit: 9afe7359675e07bbcc7cf32a792a43596bdd1507
      https://github.com/D-Programming-Language/dmd/commit/9afe7359675e07bbcc7cf32a792a43596bdd1507
  Author: Walter Bright <walter at walterbright.com>
  Date:   2011-12-26 (Mon, 26 Dec 2011)

  Changed paths:
    M src/func.c
  M src/opover.c
  M src/statement.c
  M src/statement.h
  M test/runnable/foreach.d
  M test/runnable/foreach2.d
  M test/runnable/foreach3.d
  M test/runnable/foreach4.d
  M test/runnable/foreach5.d

  Log Message:
  -----------
  Merge pull request #581 from 9rnsr/fix2443

Issue 2442 & 2443 - More foreach + opApply fix


Compare: https://github.com/D-Programming-Language/dmd/compare/7f84607...9afe735


More information about the dmd-internals mailing list