[Issue 7504] New: Cannot assign an object of type 'typeof(null)' to an array

2012-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7504 Summary: Cannot assign an object of type 'typeof(null)' to an array Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: minor

[Issue 2666] forward reference hell!

2012-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2666 Lukasz Wrzosek luk.wrzo...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3523] Fiber is not garbage collected properly

2012-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3523 --- Comment #10 from d...@dawgfoto.de 2012-02-15 04:15:06 PST --- Hm... that's tricky. The fiber implementation needs to hold a reference to the fiber on its stack for context switching, and that's the reference that is keeping the fiber

[Issue 5660] yield syntax sugar

2012-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5660 --- Comment #7 from bearophile_h...@eml.cc 2012-02-15 04:24:02 PST --- (In reply to comment #6) But any way - no need to syntax sugars. This was a request for syntax sugar for opApply. No need for Fibers here (fibers are useful, but here I

[Issue 7505] New: [your code here] tip points at the old NewsGroup page rather than the new forum

2012-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7505 Summary: [your code here] tip points at the old NewsGroup page rather than the new forum Product: D Version: unspecified Platform: All OS/Version: All Status: NEW

[Issue 7506] New: Postblit does not called properly with inlining

2012-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7506 Summary: Postblit does not called properly with inlining Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: wrong-code Severity: normal

[Issue 7504] Cannot assign an object of type 'typeof(null)' to an array

2012-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7504 kenn...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #1 from

[Issue 7353] NRVO not properly working with inferred return type

2012-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7353 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords|wrong-code |pull

[Issue 3523] Fiber is not garbage collected properly

2012-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3523 --- Comment #11 from Witold Baryluk bary...@smp.if.uj.edu.pl 2012-02-15 08:09:20 PST --- (In reply to comment #10) Hm... that's tricky. The fiber implementation needs to hold a reference to the fiber on its stack for context switching,

[Issue 7507] New: DMD crashes when trying to call to!string on a float4 array property

2012-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7507 Summary: DMD crashes when trying to call to!string on a float4 array property Product: D Version: D2 Platform: x86_64 OS/Version: Mac OS X Status: NEW

[Issue 7508] New: float4 values aren't stored on initialisation

2012-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7508 Summary: float4 values aren't stored on initialisation Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: major Priority: P2

[Issue 7509] New: Allow SIMD variable contents to have all their values changed to a single float variable

2012-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7509 Summary: Allow SIMD variable contents to have all their values changed to a single float variable Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 850] we need (*type).property to refer to property if we use typedef

2012-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=850 Lukasz Wrzosek luk.wrzo...@gmail.com changed: What|Removed |Added CC|

[Issue 7353] NRVO not properly working with inferred return type

2012-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7353 --- Comment #3 from Trass3r mrmoc...@gmx.de 2012-02-15 17:48:44 CET --- You're right. The third one is an inlining problem. But there's a different thing I'm now confused about. Why is postblit called after all? It's assignment to t, not

[Issue 7353] NRVO not properly working with inferred return type

2012-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7353 --- Comment #4 from Kenji Hara k.hara...@gmail.com 2012-02-15 09:16:26 PST --- (In reply to comment #3) You're right. The third one is an inlining problem. But there's a different thing I'm now confused about. Why is postblit called after

[Issue 7510] New: implicit conversion to immutable fails for pure delegates and function pointers

2012-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7510 Summary: implicit conversion to immutable fails for pure delegates and function pointers Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 7511] New: purity inference does not work for methods of templated aggregates

2012-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7511 Summary: purity inference does not work for methods of templated aggregates Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity:

[Issue 7353] NRVO not properly working with inferred return type

2012-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7353 --- Comment #5 from Trass3r mrmoc...@gmx.de 2012-02-15 20:39:08 CET --- Ok, so in essence the postblit is the one called by 'S s = this;' in save1. But what about save3? -- Configure issuemail:

[Issue 7512] New: Associative arrays with dstring as key do not work correctly

2012-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7512 Summary: Associative arrays with dstring as key do not work correctly Product: D Version: D2 Platform: All OS/Version: Linux Status: NEW Severity: major

[Issue 3701] Incorrect initialisation of static arrays of floating-point values (Linux only)

2012-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3701 --- Comment #5 from hst...@quickfur.ath.cx 2012-02-15 12:04:55 PST --- P.S. Oh, and I tested this on 64-bit; don't know the status of 32-bit. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 3701] Incorrect initialisation of static arrays of floating-point values (Linux only)

2012-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3701 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx ---

[Issue 7513] New: [TDPL] opAssign examples don't work as described

2012-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7513 Summary: [TDPL] opAssign examples don't work as described Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 7514] New: Dynamic array to fixed size array cast error message

2012-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7514 Summary: Dynamic array to fixed size array cast error message Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: diagnostic Severity:

[Issue 7515] New: The new std.string.translate is slow for ASCII text

2012-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7515 Summary: The new std.string.translate is slow for ASCII text Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 7514] Dynamic array to fixed size array cast error message

2012-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7514 yebblies yebbl...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5113] stray e2ir: in casting error message

2012-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5113 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||bearophile_h...@eml.cc

[Issue 3632] modify float is float to do a bitwise compare

2012-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3632 yebblies yebbl...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 1088] structs allocated with a struct allocator will not have default initializer values assigned

2012-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1088 yebblies yebbl...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED