Thread overview | ||||||||
---|---|---|---|---|---|---|---|---|
|
April 30, 2013 [Issue 10011] New: Invalid UTF-8 sequence in generated JSON file in "init" property | ||||
---|---|---|---|---|
| ||||
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 --- Comment #0 from Denis Shelomovskij <verylonglogin.reg@gmail.com> 2013-04-30 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: ------- |
May 02, 2013 [Issue 10011] Wrong JSON "init" property output for class reference initializers | ||||
---|---|---|---|---|
| ||||
Posted in reply to Denis Shelomovskij | http://d.puremagic.com/issues/show_bug.cgi?id=10011 Andrej Mitrovic <andrej.mitrovich@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-05-02 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 [Issue 10011] Wrong JSON "init" property output for class reference initializers | ||||
---|---|---|---|---|
| ||||
Posted in reply to Denis Shelomovskij | http://d.puremagic.com/issues/show_bug.cgi?id=10011 --- Comment #2 from github-bugzilla@puremagic.com 2013-05-02 10:42:21 PDT --- 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 Merge pull request #1949 from AndrejMitrovic/Fix10011 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 [Issue 10011] Wrong JSON "init" property output for class reference initializers | ||||
---|---|---|---|---|
| ||||
Posted in reply to Denis Shelomovskij | 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: ------- |
Copyright © 1999-2021 by the D Language Foundation