[Issue 4852] core.demangle cannot demangle functions with class/struct return types

2010-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4852 --- Comment #1 from Rainer Schuetze r.sagita...@gmx.de 2010-09-25 00:03:59 PDT --- Created an attachment (id=774) corrected patch including some additions Please ignore the previous patch, it is flawed and breaks demangling other symbols.

[Issue 4852] core.demangle cannot demangle functions with class/struct return types

2010-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4852 Rainer Schuetze r.sagita...@gmx.de changed: What|Removed |Added Attachment #774|application/octet-stream|text/plain

[Issue 941] std.regexp fails to match when grouping certain sub-expressions

2010-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=941 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 4938] New: dmd segfault when compiling

2010-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4938 Summary: dmd segfault when compiling Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 4939] New: Some compile-time length tests of array concats

2010-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4939 Summary: Some compile-time length tests of array concats Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: accepts-invalid, diagnostic

[Issue 4938] dmd segfault when compiling

2010-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4938 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 4329] Do not show error messages that refer to __error

2010-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4329 --- Comment #13 from bearophile_h...@eml.cc 2010-09-25 12:36:46 PDT --- struct Vec(int N) { int[N] data; } void main() { Vec!(1)([1, 2]); } DMD 2.049 prints: test.d(5): Error: cannot implicitly convert expression ([1,2]) of type int[]

[Issue 1395] Regex does not support range [something to \*]

2010-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1395 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 1420] No builtin equivalents to C++ containers

2010-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1420 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 1487] toString(string) and toString(Object)

2010-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1487 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 1598] New std.variant is missing functionality from Box

2010-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1598 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 3467] Non-int integral template parameters not correctly propagated

2010-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3467 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 1635] DirEntry.isfile() and DirEntry.isdir() broken

2010-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1635 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 1638] Restrictive functionality of listdir in file.d

2010-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1638 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 309] std.boxer incorrectly handles interface instances (major problem in dmd reflection?)

2010-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=309 nfx...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Issue 1635] DirEntry.isfile() and DirEntry.isdir() broken

2010-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1635 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added CC|

[Issue 309] std.boxer incorrectly handles interface instances (major problem in dmd reflection?)

2010-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=309 --- Comment #3 from Andrei Alexandrescu and...@metalanguage.com 2010-09-25 18:16:52 PDT --- Apologies. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 3175] rejects templated ref return function

2010-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3175 Shin Fujishiro rsi...@gmail.com changed: What|Removed |Added Keywords||patch

[Issue 4934] Cannot compile an overloaded operator returning by ref

2010-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4934 Shin Fujishiro rsi...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4041] Error with ref or auto ref return from opOpAssign

2010-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4041 Shin Fujishiro rsi...@gmail.com changed: What|Removed |Added CC||samu...@voliacable.com

[Issue 4940] New: ICE(symbol.c): Accessing tuple-typed field of struct literal with user-defined constructor

2010-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4940 Summary: ICE(symbol.c): Accessing tuple-typed field of struct literal with user-defined constructor Product: D Version: D2 Platform: Other OS/Version: Windows

[Issue 1858] std.string find signature is not string

2010-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1858 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 4941] New: TypeTuple slice boundaries are not CTFE'd

2010-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4941 Summary: TypeTuple slice boundaries are not CTFE'd Product: D Version: D1 D2 Platform: All OS/Version: All Status: NEW Keywords: patch, rejects-valid Severity:

[Issue 2107] Regexp multiline attribute is broken

2010-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2107 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED