[Issue 4028] delegates with differing default arguments lead to same template instantiation

2010-04-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4028 --- Comment #4 from Don clugd...@yahoo.com.au 2010-04-07 23:56:51 PDT --- The two delegates *are* the same type, so they are supposed to lead to the same template instantiation. Introducing a default parameter does not create a new type. I'm

[Issue 4072] New: Stack overflow on recursive template expansion inside contract

2010-04-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4072 Summary: Stack overflow on recursive template expansion inside contract Product: D Version: 2.040 Platform: Other OS/Version: Windows Status: NEW

[Issue 4073] New: core.cpuid crashes

2010-04-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4073 Summary: core.cpuid crashes Product: D Version: 2.041 Platform: Other OS/Version: Mac OS X Status: NEW Severity: normal Priority: P2 Component: druntime

[Issue 4074] New: function overloading fails

2010-04-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4074 Summary: function overloading fails Product: D Version: 1.057 Platform: x86 OS/Version: Windows Status: NEW Severity: major Priority: P2 Component: DMD

[Issue 3520] std.numeric.CustomFloat horribly broken

2010-04-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3520 Rob Jacques sandf...@jhu.edu changed: What|Removed |Added CC||sandf...@jhu.edu

[Issue 3520] std.numeric.CustomFloat horribly broken

2010-04-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3520 --- Comment #4 from Rob Jacques sandf...@jhu.edu 2010-04-08 10:49:06 PDT --- The bit layout of custom float is not IEEE compliant and can't be used to represent half, float nor double types. Here's the correct layout private

[Issue 4072] Stack overflow on recursive template expansion inside contract

2010-04-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4072 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 4071] Missing support to share memory and objects between DLLs and executable

2010-04-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4071 --- Comment #7 from Rainer Schuetze r.sagita...@gmx.de 2010-04-08 14:29:59 PDT --- I'm not sure the way you did it on OSX is feasable on Windows aswell, because you might not have access to all the info in the DLLs (maybe it's possible if you

[Issue 4021] [CTFE] AA rehash

2010-04-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4021 --- Comment #2 from Michael Rynn y0uf00...@gmail.com 2010-04-08 18:22:50 PDT --- // I feel obliged to submit a version of function _aaRehash that ignores the TypeInfo passed to it, to make the keyti argument redundent. (