[Issue 5723] New: array of base class cannot be initialized with derived types

2011-03-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5723 Summary: array of base class cannot be initialized with derived types Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: norm

[Issue 5724] New: web example of BufferedFile has compile error

2011-03-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5724 Summary: web example of BufferedFile has compile error Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Compo

[Issue 5724] web example of BufferedFile has compile error

2011-03-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5724 ZY Zhou changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2114] Incorrect example foreach readLine()

2011-03-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2114 ZY Zhou changed: What|Removed |Added CC||rin...@gmail.com --- Comment #2 from ZY Zhou

[Issue 5717] 1.067 regression: appending Unicode char to string broken

2011-03-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5717 Sohgo Takeuchi changed: What|Removed |Added CC||so...@sohgo.dyndns.org --- Comment #1

[Issue 5498] array of elements of subtypes of a common supertype

2011-03-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5498 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@yahoo.com --- Comment

[Issue 5723] array of base class cannot be initialized with derived types

2011-03-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5723 Steven Schveighoffer changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 5498] array of elements of subtypes of a common supertype

2011-03-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5498 Steven Schveighoffer changed: What|Removed |Added CC||wilfried.kirschenmann@gmail

[Issue 4804] Sequence example alternative

2011-03-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4804 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 5517] SEGV: assert(false) in release mode

2011-03-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5517 --- Comment #8 from Iain Buclaw 2011-03-09 12:10:47 PST --- Some notes: - sigaction can be used to catch signals - signals caught have a packed struct with some simple information attached. - si_signo: Signal number (ie: SIGSEGV = 11). - si_

[Issue 3425] StdioException on end of stdin on Windows

2011-03-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3425 David Simcha changed: What|Removed |Added Summary|std.stdio.File does not |StdioException on end of