[Issue 767] compiler shall print dependencies and pragma(lib)

2010-05-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=767 Rainer Schuetze r.sagita...@gmx.de changed: What|Removed |Added CC||r.sagita...@gmx.de

[Issue 767] compiler shall print dependencies and pragma(lib)

2010-05-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=767 --- Comment #4 from nfx...@gmail.com 2010-05-23 00:09:23 PDT --- I figure dmd doesn't report these string imports because it would re -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this

[Issue 767] compiler shall print dependencies and pragma(lib)

2010-05-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=767 --- Comment #5 from nfx...@gmail.com 2010-05-23 00:14:12 PDT --- I figure dmd doesn't report these string imports because it would require full semantic analysis of the code. Which would be much slower, making the -deps mode less useful. Maybe

[Issue 2835] std.socket.TcpSocket.connect doesn't actually connect

2010-05-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2835 Sohgo Takeuchi so...@sohgo.dyndns.org changed: What|Removed |Added CC|

[Issue 4224] New: alias this and opDispatch

2010-05-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4224 Summary: alias this and opDispatch Product: D Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component:

[Issue 767] compiler shall print dependencies and pragma(lib)

2010-05-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=767 --- Comment #6 from Rainer Schuetze r.sagita...@gmx.de 2010-05-23 04:01:44 PDT --- -deps does not enable a different mode, it just tells dmd to output any file imported to the given dependency file during the normal compilation process. There

[Issue 3880] std.regex functions with const/immutable Regex object

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

[Issue 4109] writeln doesn't work with empty static array

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

[Issue 4225] New: mangle.c:81: char* mangle(Declaration*): Assertion `fd fd-inferRetType' failed.

2010-05-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4225 Summary: mangle.c:81: char* mangle(Declaration*): Assertion `fd fd-inferRetType' failed. Product: D Version: 1.057 Platform: Other OS/Version: All Status: NEW

[Issue 4226] New: Can't forward reference identifier defined within a string mixin

2010-05-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4226 Summary: Can't forward reference identifier defined within a string mixin Product: D Version: 1.057 Platform: Other OS/Version: Linux Status: NEW

[Issue 4227] New: Overloading rules not complete in D1 docs

2010-05-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4227 Summary: Overloading rules not complete in D1 docs Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 4228] New: std.array.replace contains 2 bugs

2010-05-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4228 Summary: std.array.replace contains 2 bugs Product: D Version: 2.041 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component:

[Issue 4228] std.array.replace contains 2 bugs

2010-05-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4228 SHOO zan77...@nifty.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 3907] @ attributes not part of lexical grammar

2010-05-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3907 Ellery Newcomer ellery-newco...@utulsa.edu changed: What|Removed |Added CC|

[Issue 4210] Random crashes / heisenbugs caused by dmd commit 478: compiler messes up vtables

2010-05-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4210 --- Comment #4 from Walter Bright bugzi...@digitalmars.com 2010-05-23 16:46:08 PDT --- I cannot reproduce the failure, either with the last release (2.046) or the current version. -- Configure issuemail:

[Issue 2738] Rebindable should work for interfaces.

2010-05-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2738 Shin Fujishiro rsi...@gmail.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 4210] Random crashes / heisenbugs caused by dmd commit 478: compiler messes up vtables

2010-05-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4210 --- Comment #6 from Walter Bright bugzi...@digitalmars.com 2010-05-23 17:52:06 PDT --- changeset 498 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 4210] Random crashes / heisenbugs caused by dmd commit 478: compiler messes up vtables

2010-05-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4210 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4219] hasAliasing does not care about immutable

2010-05-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4219 Shin Fujishiro rsi...@gmail.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 3465] isIdeographic can be wrong in std.xml

2010-05-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3465 Shin Fujishiro rsi...@gmail.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 4220] I cannot apply @safe to intrinsic operation(eg: std.math.sqrt)

2010-05-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4220 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3088] std.xml.check() fails on xml comments

2010-05-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3088 Shin Fujishiro rsi...@gmail.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 2738] Rebindable should work for interfaces.

2010-05-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2738 Shin Fujishiro rsi...@gmail.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 3465] isIdeographic can be wrong in std.xml

2010-05-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3465 Shin Fujishiro rsi...@gmail.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 4229] New: cast spec

2010-05-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4229 Summary: cast spec Product: D Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component:

[Issue 4225] mangle.c:81: char* mangle(Declaration*): Assertion `fd fd-inferRetType' failed.

2010-05-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4225 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 2835] std.socket.TcpSocket.connect doesn't actually connect

2010-05-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2835 --- Comment #10 from Sohgo Takeuchi so...@sohgo.dyndns.org 2010-05-23 22:28:02 PDT --- I have looked at the Changeset 1548. Thanks for applying this fix to the phobos1. BTW, Issue 3489 is also a same report of this issue I think. So you can