[Issue 2393] Regression(1.032,	D1 only) IFTI on (T:char)(T[]) vs (T:dchar)(T[])
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Tue Jan 31 19:11:12 PST 2012
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=2393
Walter Bright <bugzilla at digitalmars.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla at digitalmars.com
         Resolution|                            |WONTFIX
--- Comment #3 from Walter Bright <bugzilla at digitalmars.com> 2012-01-31 19:11:10 PST ---
The way this was 'fixed' in D2 was to type string literals as dynamic arrays
rather than static ones, along with various other string literal changes.
Applying this fix to D1 breaks the test suite. I'm concerned that this would be
a disruptive change to D1, rather than an improvement, which is not what we
should be doing for D1 users.
-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
    
    
More information about the Digitalmars-d-bugs
mailing list