[Issue 6810] Strange `tuple used as a type` error

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6810

--- Comment #6 from github-bugzi...@puremagic.com ---
Commits pushed to dmd-cxx at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/5e89c763b5f7e854f1a06c50aaa43340b1cb
fix Issue 6810 - Strange `tuple used as a type` error

https://github.com/dlang/dmd/commit/6c5e3c378e5c8c23bf51ca94b967ff3e029f2f4f
Merge pull request #4439 from 9rnsr/fix6810

--


[Issue 6810] Strange `tuple used as a type` error

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6810

--- Comment #5 from github-bugzi...@puremagic.com ---
Commits pushed to stable at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/5e89c763b5f7e854f1a06c50aaa43340b1cb
fix Issue 6810 - Strange `tuple used as a type` error

https://github.com/D-Programming-Language/dmd/commit/6c5e3c378e5c8c23bf51ca94b967ff3e029f2f4f
Merge pull request #4439 from 9rnsr/fix6810

--


[Issue 6810] Strange `tuple used as a type` error

2015-02-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6810

--- Comment #4 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/5e89c763b5f7e854f1a06c50aaa43340b1cb
fix Issue 6810 - Strange `tuple used as a type` error

https://github.com/D-Programming-Language/dmd/commit/6c5e3c378e5c8c23bf51ca94b967ff3e029f2f4f
Merge pull request #4439 from 9rnsr/fix6810

Issue 6810 - Strange `tuple used as a type` error

--


[Issue 6810] Strange `tuple used as a type` error

2015-02-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6810

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 6810] Strange `tuple used as a type` error

2015-02-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6810

Kenji Hara k.hara...@gmail.com changed:

   What|Removed |Added

   Keywords||pull, rejects-valid
   Hardware|Other   |All
 OS|Windows |All

--- Comment #3 from Kenji Hara k.hara...@gmail.com ---
https://github.com/D-Programming-Language/dmd/pull/4439

--


[Issue 6810] Strange `tuple used as a type` error

2011-10-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6810



--- Comment #2 from Denis verylonglogin@gmail.com 2011-10-27 13:38:23 MSD 
---
dmd 2.056 now prints same error for both tuple templates with an constraint (so
this bug is at least more consistent now).
P.S.
This is the full test code, I don't propose to define any function alone.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 6810] Strange `tuple used as a type` error

2011-10-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6810


Kasumi Hanazuki k.hanaz...@gmail.com changed:

   What|Removed |Added

 CC||k.hanaz...@gmail.com


--- Comment #1 from Kasumi Hanazuki k.hanaz...@gmail.com 2011-10-26 12:47:11 
PDT ---
Isn't this the correct behavior? -- U = 0 is not an type.

By the precedence of overload resolution, DMD does not instantiate some of the
template function overloads and semantic errors are not reported for them.
If you define each template function alone, DMD(v2.056head) reports a used as
a type error for it.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---