[Issue 5202] opIndexAssign doesn't work on structs obtained via getters

2010-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5202 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||yebbl...@gmail.com ---

[Issue 5208] New: Inconsistency between src and import druntime files.

2010-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5208 Summary: Inconsistency between src and import druntime files. Product: D Version: D2 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 5208] Inconsistency between src and import druntime files.

2010-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5208 --- Comment #1 from Iain Buclaw ibuc...@ubuntu.com 2010-11-13 03:32:17 PST --- Created an attachment (id=808) diff between druntime/src and druntime/import -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ---

[Issue 5209] New: posix/sys/select.d: FD_ISSET function should return bool

2010-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5209 Summary: posix/sys/select.d: FD_ISSET function should return bool Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: major

[Issue 5209] posix/sys/select.d: FD_ISSET function should return bool

2010-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5209 --- Comment #1 from Iain Buclaw ibuc...@ubuntu.com 2010-11-13 06:18:41 PST --- Created an attachment (id=809) patch for 5209 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 5210] New: PATCH: minor changes to allow compiling with Visual C++ 2008

2010-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5210 Summary: PATCH: minor changes to allow compiling with Visual C++ 2008 Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity:

[Issue 5211] New: DMD Can't handle nested aa literals

2010-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5211 Summary: DMD Can't handle nested aa literals Product: D Version: D1 Platform: Other OS/Version: Mac OS X Status: NEW Severity: normal Priority: P2

[Issue 5212] Safer typesafe variadics

2010-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5212 --- Comment #1 from Sobirari Muhomori dfj1es...@sneakemail.com 2010-11-13 12:27:42 PST --- Just adding a dup inside the this() avoids the bug. Also, the bug is avoided if Foo receives arguments like this: Foo foo() { return new

[Issue 5212] Safer typesafe variadics

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

[Issue 5212] Safer typesafe variadics

2010-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5212 --- Comment #4 from Sobirari Muhomori dfj1es...@sneakemail.com 2010-11-13 13:49:42 PST --- A quote from Denis: I find a bit strange that the compiler accepts f([1,2,3]) when the declaration reads eg void f(int[] ints...). -- Configure

[Issue 5213] New: const/immutable inner structs don't work

2010-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5213 Summary: const/immutable inner structs don't work Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal

[Issue 5214] New: Compiler crash with array of empty {}

2010-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5214 Summary: Compiler crash with array of empty {} Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 5215] New: Crash with empty program

2010-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5215 Summary: Crash with empty program Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: Optlink

[Issue 5215] Crash with empty program

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

[Issue 5214] Compiler crash with array of empty {}

2010-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5214 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||ice-on-invalid-code, patch

[Issue 5215] Crash with empty program

2010-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5215 --- Comment #2 from bearophile_h...@eml.cc 2010-11-13 18:46:45 PST --- (In reply to comment #1) What do you mean, 'unexpected'? It complains that there's no main(). Passing an empty file does exactly the same thing. (The annoying thing is

[Issue 3827] automatic joining of adjacent strings is bad

2010-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3827 --- Comment #14 from Ellery Newcomer ellery-newco...@utulsa.edu 2010-11-13 19:26:18 PST --- you don't need to mess with associativity rules, you just need to be able to handle two or three ast cases: 1. (~ str str)ie str ~ str 2. (~

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

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

[Issue 3827] automatic joining of adjacent strings is bad

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