[Issue 8778] Struct with core.simd type has wrong size and gives Segmentation fault

2012-10-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8778 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au

[Issue 8773] [CTFE] foreach ref element doesn't work well at compile time.

2012-10-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8773 SHOO zan77...@nifty.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 7658] [CTFE] assignment to reference in foreach fails without error message

2012-10-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7658 SHOO zan77...@nifty.com changed: What|Removed |Added CC||zan77...@nifty.com ---

[Issue 8782] D lexer do not understand unicode char … for variadic

2012-10-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8782 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8783] New: ref foreach update of const fixed size arrays in constructor

2012-10-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8783 Summary: ref foreach update of const fixed size arrays in constructor Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords:

[Issue 6174] Initialize const fixed-size array in constructor

2012-10-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6174 --- Comment #10 from bearophile_h...@eml.cc 2012-10-08 10:22:27 PDT --- (In reply to comment #9) Please put in a new report. OK, Issue 8783 Thank you. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ---

[Issue 8784] New: std.bigint.BigInt.infinity

2012-10-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8784 Summary: std.bigint.BigInt.infinity Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Phobos

[Issue 6707] Error message for mismatch of const/non-const property functions needs to improve

2012-10-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6707 --- Comment #2 from github-bugzi...@puremagic.com 2012-10-08 10:48:56 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 6707] Error message for mismatch of const/non-const property functions needs to improve

2012-10-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6707 Brad Roberts bra...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7074] std.concurrency.receive segfaults when called from new thread

2012-10-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7074 ratchet freak ratchet.fr...@gmail.com changed: What|Removed |Added CC|

[Issue 8778] Struct with core.simd type has wrong size and gives Segmentation fault

2012-10-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8778 --- Comment #2 from Malte Skarupke malteskaru...@web.de 2012-10-08 12:25:14 PDT --- One more comment: I can also get the non-pure Vector4 to segfault by doing this for example: Vector4 a; a.xyzw.array = [1, 2, 3, 4]; Vector4 b = a + a + a + a

[Issue 8785] New: feature request: static mixin

2012-10-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8785 Summary: feature request: static mixin Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD

<    1   2