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

2011-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6529


Walter Bright bugzi...@digitalmars.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||bugzi...@digitalmars.com
 Resolution||FIXED


--- Comment #3 from Walter Bright bugzi...@digitalmars.com 2011-10-02 
14:35:17 PDT ---
https://github.com/D-Programming-Language/dmd/commit/b83b97e7b83e987a035cde99ff0f9de7ca8a0cf4

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[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
  Component|Phobos  |DMD
   Platform|x86 |All
 OS/Version|Windows |All
   Severity|enhancement |normal


--- Comment #1 from Kenji Hara k.hara...@gmail.com 2011-08-31 09:25:23 PDT ---
This is not an issue of std.format, is the issue of dmd.

enum Foo : char { A='a' }
ref const(Foo) f(const(Foo)[] arr){ return arr[0]; }
// test.d(2): Error: arr[0u] isn't mutable

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[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 from Kenji Hara k.hara...@gmail.com 2011-08-31 10:04:08 PDT ---
https://github.com/D-Programming-Language/dmd/pull/360

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---