[dmd-internals] [D-Programming-Language/dmd] f8ad10: Issue 3467 - Non-int integral template parameters ...

noreply at github.com noreply at github.com
Sat Dec 10 15:05:36 PST 2011


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

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

  Changed paths:
    M src/template.c
  M test/runnable/template4.d
  M test/runnable/template9.d

  Log Message:
  -----------
  Issue 3467 - Non-int integral template parameters not correctly propagated


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

  Changed paths:
    M src/template.c
  M test/runnable/template9.d

  Log Message:
  -----------
  Issue 2550 - implicit conversions don't apply to template value parameter specialization


  Commit: 7f00471d630748663c9a02ec2172b30fcf4ac213
      https://github.com/D-Programming-Language/dmd/commit/7f00471d630748663c9a02ec2172b30fcf4ac213
  Author: Walter Bright <walter at walterbright.com>
  Date:   2011-12-10 (Sat, 10 Dec 2011)

  Changed paths:
    M src/template.c
  M test/runnable/template4.d
  M test/runnable/template9.d

  Log Message:
  -----------
  Merge pull request #449 from 9rnsr/fix3467

Issue 3467 & 2550 - Stored template value arguments should be optimized as their parameter type.


Compare: https://github.com/D-Programming-Language/dmd/compare/32c6dde...7f00471


More information about the dmd-internals mailing list