January 24, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=391


thomas-dloop@kuehne.cn changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED




------- Comment #4 from thomas-dloop@kuehne.cn  2007-01-24 07:46 -------
Fixed indeed in DMD 0.169

The test cases failed due to missing dups and thus trying to sort an constant string in place.


-- 

April 21, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=391


clugdbug@yahoo.com.au changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




------- Comment #5 from clugdbug@yahoo.com.au  2009-04-21 03:54 -------
This case (cut down from reverse_08_C) is still failing.

int main(){
   wchar[] a = "a\U00000081b\U00002000c\U00010000";
   wchar[] b = a.dup;

   b.reverse; // OK
   b.reverse; // fails
   return 0;
}


-- 

November 26, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=391


Andrei Alexandrescu <andrei@metalanguage.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |ASSIGNED
                 CC|                            |andrei@metalanguage.com
            Version|1.00                        |D1 & D2


--- Comment #6 from Andrei Alexandrescu <andrei@metalanguage.com> 2010-11-26 11:30:22 PST ---
Don's latest fails both on 1.065 and 2.050. Marking as a D1 & D2 issue.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
November 20, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=391



--- Comment #7 from github-bugzilla@puremagic.com 2012-11-20 01:36:18 PST ---
Commit pushed to phobos-1.x at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/8b4f262f9ed898a82e55e269ee68a865d97cc122 fix Issue 391 - .sort and .reverse break utf8 encoding

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
November 20, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=391



--- Comment #8 from github-bugzilla@puremagic.com 2012-11-20 01:40:38 PST ---
Commit pushed to master at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/b30134123b200f0daa616015ac8d6bdcfb350c50 fix Issue 391 - .sort and .reverse break utf8 encoding

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
November 20, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=391


Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
December 28, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=391


Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|DMD                         |druntime
         AssignedTo|bugzilla@digitalmars.com    |nobody@puremagic.com


--- Comment #9 from Walter Bright <bugzilla@digitalmars.com> 2012-12-27 18:40:32 PST ---
This is also fixed in Phobos1.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
1 2
Next ›   Last »