[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 #11 from Shin Fujishiro 2010-05-23 23:29:58 PDT --- (In reply to comment #10) > BTW, Issue 3489 is also a same report of this issue I think. > So you can close the Issue 3489 too. I see. Thank you for pointing it out to me. :D --

[Issue 3489] Address family not supported by protocol family on freebsd

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

[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 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 close the Issue 3489 too

[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 changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #1 from Don 2

[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: www.digitalmars.c

[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 changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[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 changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[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 changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[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 changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[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 --- Comment #2 from Walter Bright 2010-05-23 21:26:31 PDT --- Requires the following changes to std.math: 317c317 < pure nothrow real cos(real x); /* intrinsic */ --- > @safe pure nothrow real cos(real x); /* intrinsic */ 332c332

[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 changed: What|Removed |Added Status|NEW |RESOLVED CC|

[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 changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[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 changed: What|Removed |Added Status|NEW |ASSIGNED 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 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[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 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 2738] Rebindable should work for interfaces.

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

[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 changed: What|Removed |Added Status|NEW |ASSIGNED 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 #5 from Walter Bright 2010-05-23 16:46:50 PDT --- Uh, I take that back. It works fine with D2, fails on D1. -- 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 --- Comment #4 from Walter Bright 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: http://d.puremagic.com/issues/userprefs.cgi?tab=email ---

[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 changed: What|Removed |Added CC||ellery-newco...@utulsa.edu --- Comme

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

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

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

[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 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 changed: What|Removed |Added Status|NEW |RESOLVED CC|

[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 changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 3200] std.xml doesn't follow spec for Tag.text

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

[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 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 is no need for an e

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

[Issue 3200] std.xml doesn't follow spec for Tag.text

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

[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 changed: What|Removed |Added CC||so...@sohgo.dyndns.org --- Comment #9

[Issue 4223] New: Throwing exception in finally block hides original exception

2010-05-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4223 Summary: Throwing exception in finally block hides original exception Product: D Version: 2.041 Platform: Other OS/Version: Linux Status: NEW Severity: no

[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 Shin Fujishiro changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

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

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

[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 changed: What|Removed |Added CC||r.sagita...@gmx.de --- Comment #3 fro