[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

[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

[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

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

[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 c...@klickverbot.at changed: What|Removed |Added Status|NEW |RESOLVED

[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 c...@klickverbot.at changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[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 k.hara...@gmail.com changed: What|Removed |Added Keywords||pull

[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:

[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

[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 sturtiv...@gmail.com: 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.

[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

[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 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[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 r.sagita...@gmx.de 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

[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:

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...