[Issue 5953] Too many trailing commas are accepted

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

[Issue 3748] inout does not work properly

2011-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3748 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added CC|

[Issue 4968] inout is sticky to function return type

2011-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4968 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3748] inout does not work properly

2011-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3748 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||patch --- Comment #3

[Issue 6529] writeln(const array of enums) too

2011-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6529 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||rejects-valid

[Issue 6529] writeln(const array of enums) too

2011-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6529 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||patch --- Comment #2

[Issue 6459] Inline assembler does not work well for 64 bit registers R8..R15

2011-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6459 Graham grahamc00...@yahoo.co.uk changed: What|Removed |Added Version|D1 |D1 D2 --- Comment

[Issue 6459] Inline assembler does not work well for 64 bit registers R8..R15

2011-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6459 Brad Roberts bra...@puremagic.com changed: What|Removed |Added CC||bra...@puremagic.com

[Issue 6519] Problem with inout and type inference of polysemous types

2011-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6519 --- Comment #3 from Kenji Hara k.hara...@gmail.com 2011-08-31 10:30:12 PDT --- I think this is a duplication of bug 3748. With my patch (https://github.com/D-Programming-Language/dmd/pull/359), the sample code in comment #0 works correctly.

[Issue 3748] inout does not work properly

2011-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3748 --- Comment #4 from Kenji Hara k.hara...@gmail.com 2011-08-31 10:40:24 PDT --- My patch doesn't forbid to declare inout variable outside inout function. It is treated same as const variable, even with my patch. I think it is debatable thing.

[Issue 3748] inout does not work properly

2011-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3748 --- Comment #5 from Steven Schveighoffer schvei...@yahoo.com 2011-08-31 12:11:15 PDT --- it is not debateable. The issue is, when inside an inout-enabled function, all inout variables are *assignable* from other inout variables. So for

[Issue 6584] New: ICE on large version number/debug level

2011-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6584 Summary: ICE on large version number/debug level Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Keywords: ice-on-valid-code Severity: normal

[Issue 6571] typedefs ignore const, shared, immutable etc modifiers when implicitly converting

2011-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6571 --- Comment #4 from Iain Buclaw ibuc...@ubuntu.com 2011-08-31 15:44:04 PDT --- I don't have windows so I can't test that. ;) Everything is fine on the *nix side of things. For std.encoding, just replace the three 'typedef ubyte' with 'alias

[Issue 6585] New: std.variant cannot handle shared arrays

2011-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6585 Summary: std.variant cannot handle shared arrays Product: D Version: D2 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 4971] to!() fails with static arrays

2011-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4971 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 6548] [e2ir.c] Problem with ^^ vector op

2011-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6548 --- Comment #3 from bearophile_h...@eml.cc 2011-08-31 21:52:12 PDT --- (In reply to comment #2) Regards Iain Thank you for your work. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving

[Issue 6586] New: feqrel for const values too

2011-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6586 Summary: feqrel for const values too Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-valid Severity: enhancement

[Issue 6571] typedefs ignore const, shared, immutable etc modifiers when implicitly converting

2011-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6571 --- Comment #5 from yebblies yebbl...@gmail.com 2011-09-01 15:22:20 EST --- (In reply to comment #4) I don't have windows so I can't test that. ;) Since phobos and druntime don't use typedef any more, there should be no reliance on this bug

[Issue 4566] Calling functions in parallel with std.concurrency

2011-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4566 Andrew Wiley debio...@gmail.com changed: What|Removed |Added CC||debio...@gmail.com

[Issue 6587] New: std.parallelism

2011-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6587 Summary: std.parallelism Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: Phobos

[Issue 2634] Function literals are non-constant.

2011-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2634 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||yebbl...@gmail.com ---

[Issue 6587] std.parallelism's Task cannot handle immutable values

2011-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6587 Andrew Wiley debio...@gmail.com changed: What|Removed |Added Platform|Other |All