Re: GC.collect() and GC.minimize() not releasing memory

2010-12-23 Thread torhu
This newsgroup is just for automated use by Bugzilla. You should post to d.D or d.learn instead. Or use the Bugzilla at http://d.puremagic.com/issues/ (search before posting a new issue).

GC.collect() and GC.minimize() not releasing memory

2010-12-23 Thread %u
Hi, I'm running this piece of code, but the memory isn't getting freed (as judging from Task Manager). It doesn't help if I call collect() and minimize() in a loop... is something wrong? Or is Task Manager not a reliable indicator of this? Thank you! import std.stdio; import core.memory; import

[Issue 5366] std.json parseJSON incorrectly parses unicode entities

2010-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5366 --- Comment #1 from Iain Buclaw 2010-12-23 10:19:27 PST --- Unittest for testsuite: auto res = parseJSON(`"\u003C"`); assert(res.str == "\<"); res = parseJSON(`"\u003E"`); assert(res.str == "\>"); res = parseJSON(`"\u0391"`); assert(res.str =

[Issue 5366] New: std.json parseJSON incorrectly parses unicode entities

2010-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5366 Summary: std.json parseJSON incorrectly parses unicode entities Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 5365] Regression (2.051) implicit conversions via alias this are broken

2010-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5365 --- Comment #3 from Max Samukha 2010-12-23 05:26:06 PST --- Changed subject to something arguably more relevant. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: -

[Issue 5365] Regression (2.051) alias this causes segfault

2010-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5365 --- Comment #2 from Max Samukha 2010-12-23 03:51:52 PST --- (In reply to comment #1) > It works with DMD 2.051 if I replace this line of the main(): > IFactory f = new A; > > With: > A f = new A; We still need the implicit cast to work corre

[Issue 5365] Regression (2.051) alias this causes segfault

2010-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5365 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Com

[Issue 5365] New: Regression (2.051) alias this causes segfault

2010-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5365 Summary: Regression (2.051) alias this causes segfault Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: regression Priority: P2