[Issue 8521] Internal error: e2ir.c 720 when a function uses a template which relies on that function and -release and -inline are used

2012-08-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8521 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de --- Comment #3 fr

[Issue 8521] Internal error: e2ir.c 720 when a function uses a template which relies on that function and -release and -inline are used

2012-08-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8521 --- Comment #4 from Jonathan M Davis 2012-08-21 00:47:26 PDT --- Well, it helps in that the situation is improved enough that dmd's tests passed (which wasn't the case before), but clearly, it doesn't fully get around the problem. Bleh. I gue

[Issue 8571] New: Defined exception for unequal zip lengths with StoppingPolicy.requireSameLength

2012-08-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8571 Summary: Defined exception for unequal zip lengths with StoppingPolicy.requireSameLength Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 8572] New: Bad mismatched nested comments error

2012-08-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8572 Summary: Bad mismatched nested comments error Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: diagnostic Severity: minor Pr

[Issue 8356] Disabled postblit ignored on return statement

2012-08-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8356 --- Comment #1 from github-bugzi...@puremagic.com 2012-08-21 05:04:56 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/b4bc25d72e601436f3999abc5c9c31e46438505

[Issue 7579] Disabled postblit ignored and not called by all array operations

2012-08-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7579 --- Comment #6 from github-bugzi...@puremagic.com 2012-08-21 05:04:48 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/eee6c658ade142f84909503ba463bacecb7cfac

[Issue 8573] New: A simpler Phobos function that returns the index of the mix or max item

2012-08-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8573 Summary: A simpler Phobos function that returns the index of the mix or max item Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity

std.demangle.demangle does not parse symbols that are type names

2012-08-21 Thread Carl Sturtivant
Use of demangle from std.demangle or core.demangle on the mangled names in an object or library generated by dmd works only on the names of functions, and not on the names of types embedded in such objects and libraries. e.g. the following names are not demangled, being type names (ending i

[Issue 8516] std.string.representation works incorrect for shared(const(T)) types

2012-08-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8516 klickverbot changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 8527] `object.destroy` doesn't destroy interfaces

2012-08-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8527 klickverbot changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

[Issue 8574] New: [std.format] The flag ' ' works for floating numbers, not only for integers

2012-08-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8574 Summary: [std.format] The flag ' ' works for floating numbers, not only for integers Product: D Version: unspecified Platform: All OS/Version: All Status: NEW

[Issue 8574] [std.format] The flag ' ' works for floating numbers, not only for integers

2012-08-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8574 Kenji Hara changed: What|Removed |Added Keywords||pull Version|unspecified

[Issue 8575] New: Lambda expression causes compilation error with template function

2012-08-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8575 Summary: Lambda expression causes compilation error with template function Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: norm

[Issue 8576] New: unions call destructors of all their fields

2012-08-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8576 Summary: unions call destructors of all their fields Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Compone

[Issue 8576] unions call destructors of all their fields

2012-08-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8576 bearophile_h...@eml.cc changed: What|Removed |Added Platform|All |x86 OS/Version|All

Re: std.demangle.demangle does not parse symbols that are type names

2012-08-21 Thread Johannes Pfau
Am Tue, 21 Aug 2012 15:34:35 +0200 schrieb "Carl Sturtivant" : > snip This newsgroup is only used to accumulate updates from the bug tracker. Please file your bug report directly at the bug tracker, as long as it's only a post in this newsgroup it will probably get lost. http://d.puremagic.com/i

[Issue 8339] is(typeof(...)) is reporting true when it's false due to nested function error

2012-08-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8339 --- Comment #6 from github-bugzi...@puremagic.com 2012-08-21 12:53:13 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/a8be86a36d7071092eb6a4a1efddd9552af2581

[Issue 8577] New: static assert is triggered after tuple bounds check

2012-08-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8577 Summary: static assert is triggered after tuple bounds check Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 8339] is(typeof(...)) is reporting true when it's false due to nested function error

2012-08-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8339 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 8521] Internal error: e2ir.c 720 when a function uses a template which relies on that function and -release and -inline are used

2012-08-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8521 --- Comment #5 from Rainer Schuetze 2012-08-21 15:05:28 PDT --- It seems that dmd is unable to generate code for the expression return str[index] < codeUnitLimit!S ? str[index++] : decodeImpl!true(str, index); This workaround compiled fo

[Issue 8578] New: std.demangle.demangle does not parse symbols that are type names

2012-08-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8578 Summary: std.demangle.demangle does not parse symbols that are type names Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: norma

Re: std.demangle.demangle does not parse symbols that are type names

2012-08-21 Thread Carl Sturtivant
On Tuesday, 21 August 2012 at 19:08:31 UTC, Johannes Pfau wrote: Am Tue, 21 Aug 2012 15:34:35 +0200 schrieb "Carl Sturtivant" : snip This newsgroup is only used to accumulate updates from the bug tracker. Please file your bug report directly at the bug tracker, as long as it's only a post

Re: std.demangle.demangle does not parse symbols that are type names

2012-08-21 Thread dnewbie
Why don't you remove the 'create thread' button from this forum? Lazy people...