[Issue 4978] Can't get object out of Rebindable: get is private

2010-10-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4978 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4982] Repeating same error message thousands of times due to brute forcing matching symbol name

2010-10-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4982 Stewart Gordon s...@iname.com changed: What|Removed |Added Keywords||diagnostic,

[Issue 4988] New: Floats in structs are not equal on 0.0f vs -0.0f

2010-10-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4988 Summary: Floats in structs are not equal on 0.0f vs -0.0f Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Keywords: wrong-code Severity:

[Issue 4986] New: IFTI fails on partial matching with value parameters

2010-10-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4986 Summary: IFTI fails on partial matching with value parameters Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Keywords: rejects-valid

[Issue 3318] [PATCH]Rebindable.get is not accessible

2010-10-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3318 --- Comment #5 from Steven Schveighoffer schvei...@yahoo.com 2010-10-04 06:15:59 PDT --- *** Issue 4978 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ---

[Issue 4968] inout is sticky to function return type

2010-10-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4968 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added CC|

[Issue 4989] New: opDispatch not used when alias this is present

2010-10-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4989 Summary: opDispatch not used when alias this is present Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 4982] Repeating same error message thousands of times due to brute forcing matching symbol name

2010-10-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4982 --- Comment #2 from Koroskin Denis 2kor...@gmail.com 2010-10-04 11:59:44 PDT --- With int someSymbol; uncommented code becomes valid, isn't it? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 4990] New: Internal error e2ir.c 4629 when trying to foreach over a compile time assoc array

2010-10-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4990 Summary: Internal error e2ir.c 4629 when trying to foreach over a compile time assoc array Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW

[Issue 4991] New: Make 'nothrow', other function attributes, accessible (via traits?)

2010-10-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4991 Summary: Make 'nothrow', other function attributes, accessible (via traits?) Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW

[Issue 4782] core.atomic.atomicLoad broken for floating point

2010-10-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4782 David Simcha dsim...@yahoo.com changed: What|Removed |Added Summary|atomicOp!+= hangs with|core.atomic.atomicLoad

[Issue 2254] Size of executable almost triples

2010-10-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2254 --- Comment #13 from Heinz Traub malagan...@yahoo.es 2010-10-04 12:56:05 PDT --- Please vote for this issue. It may give a higher priority and Walter might take a look at this long term bug. -- Configure issuemail:

[Issue 4992] New: ICE(glue.c) or segfault: using int[new]

2010-10-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4992 Summary: ICE(glue.c) or segfault: using int[new] Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Keywords: ice-on-invalid-code, patch

[Issue 4993] New: Temporary values and opIndexAssign

2010-10-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4993 Summary: Temporary values and opIndexAssign Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: major

[Issue 4994] New: std.range assumeSorted and SortedRange!() don't work with immutables

2010-10-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4994 Summary: std.range assumeSorted and SortedRange!() don't work with immutables Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW

[Issue 2254] Size of executable almost triples

2010-10-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2254 nfx...@gmail.com changed: What|Removed |Added CC||nfx...@gmail.com --- Comment #14

[Issue 4425] More bells whistles for bitfields

2010-10-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4425 --- Comment #2 from bearophile_h...@eml.cc 2010-10-04 18:16:44 PDT --- Another possible feature is to make std.bitmanip.bitfields generate two versions of the code, that get compiled conditionally according to the CPU endianess: static if

[Issue 4995] New: invariant() can violate a function's nothrow

2010-10-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4995 Summary: invariant() can violate a function's nothrow Product: D Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2