[Issue 5164] Error without line number using is (T...)

2010-11-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5164 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||patch

[Issue 5176] Limit static object sizes

2010-11-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5176 nfx...@gmail.com changed: What|Removed |Added CC||nfx...@gmail.com --- Comment #2

[Issue 5178] New: StructLiteral should not be lvalue

2010-11-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5178 Summary: StructLiteral should not be lvalue Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: accepts-invalid Severity: normal

[Issue 5176] Limit static object sizes

2010-11-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5176 --- Comment #3 from Andrei Alexandrescu and...@metalanguage.com 2010-11-06 06:43:55 PDT --- This change doesn't limit what can be done in a systems-level program. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 5179] New: Make files missing dependency rule for strtold.obj

2010-11-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5179 Summary: Make files missing dependency rule for strtold.obj Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: minor Priority: P2

[Issue 5180] New: ICE(arrayop.c) in-place array operation on incompatible types

2010-11-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5180 Summary: ICE(arrayop.c) in-place array operation on incompatible types Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords:

[Issue 4337] Associative array assignment with dstring keys breaks lookup

2010-11-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4337 Masahiro Nakagawa repeate...@gmail.com changed: What|Removed |Added CC|

[Issue 5181] New: Excess cast on in-place operation op= involving conversion

2010-11-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5181 Summary: Excess cast on in-place operation op= involving conversion Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords:

[Issue 5182] New: ICE(expression.c): calling unittest from a function

2010-11-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5182 Summary: ICE(expression.c): calling unittest from a function Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 5182] ICE(expression.c): calling unittest from a function

2010-11-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5182 Iain Buclaw ibuc...@ubuntu.com changed: What|Removed |Added CC||ibuc...@ubuntu.com

[Issue 4709] ICE(mtype.c): undefined variable in const struct

2010-11-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4709 Jeremy jerminatorster+db...@gmail.com changed: What|Removed |Added CC|

[Issue 5183] New: WinSock error occurs when socket is created in thread other than main

2010-11-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5183 Summary: WinSock error occurs when socket is created in thread other than main Product: D Version: D2 Platform: x86_64 OS/Version: Windows Status: NEW

[Issue 5183] WinSock error occurs when socket is created in thread other than main

2010-11-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5183 --- Comment #1 from Andrew Wiley debio...@gmail.com 2010-11-06 18:35:01 PDT --- Okay, after adding some debugging writeflns to std.socket, the output is now this: initializing WSA Initializing socket success! cleaning up WSA Initializing

[Issue 5183] WinSock error occurs when socket is created in thread other than main

2010-11-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5183 --- Comment #2 from Andrew Wiley debio...@gmail.com 2010-11-06 18:38:34 PDT --- Created an attachment (id=804) Patch to correct the issue -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving

[Issue 5183] WinSock error occurs when socket is created in thread other than main

2010-11-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5183 Stephan Dilly s...@extrawurst.org changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5183] WinSock error occurs when socket is created in thread other than main

2010-11-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5183 --- Comment #4 from Andrew Wiley debio...@gmail.com 2010-11-06 18:54:09 PDT --- (In reply to comment #3) this was already fixed in the latest release of dmd2.050 Well, this is from an install of dmd2.050 on Windows, so something didn't get

[Issue 5183] WinSock error occurs when socket is created in thread other than main

2010-11-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5183 --- Comment #5 from Andrew Wiley debio...@gmail.com 2010-11-06 18:57:27 PDT --- (In reply to comment #4) (In reply to comment #3) this was already fixed in the latest release of dmd2.050 Well, this is from an install of dmd2.050 on