www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 10011] New: Invalid UTF-8 sequence in generated JSON file in "init" property

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=10011

           Summary: Invalid UTF-8 sequence in generated JSON file in
                    "init" property
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: json
          Severity: major
          Priority: P2
         Component: DMD
        AssignedTo: nobody puremagic.com
        ReportedBy: verylonglogin.reg gmail.com



12:34:17 MSD ---
This variable produces invalid UTF-8 sequence in generated JSON file in "init"
property thus making the whole file broken:
---
const Object c = new Object();
---

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Apr 30 2013
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=10011


Andrej Mitrovic <andrej.mitrovich gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull



03:57:38 PDT ---
https://github.com/D-Programming-Language/dmd/pull/1949

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 02 2013
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=10011




Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/1c1d99f6b6c9a576e867227cff24106e505a6795
Fixes Issue 10011 - Wrong JSON "init" property output for class reference
initializers.

https://github.com/D-Programming-Language/dmd/commit/3cb9f6af8b4c7e2524439625f2466e25dec3c2d1


Issue 10011 - Wrong JSON "init" property output for class reference
initializers.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 02 2013
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=10011


Andrej Mitrovic <andrej.mitrovich gmail.com> changed:

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


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