December 06, 2010 [dmd-internals] Two trivial but important ones: | ||||
---|---|---|---|---|
| ||||
Bug 2954, [tdpl] Appalling bug in associative arrays (D2 only), you missed this line in the patch: expression.c (8603) + if (!arrayTypeCompatibleWithoutCasting(e2->loc, e2->type, taa->index) ) - if (!arrayTypeCompatible(e2->loc, e2->type, taa->index)) 3554: Ddoc generats invalid output for documentation comments with non paired paranthasis In doc.c:189 RPAREN = )\n\ LPAREN = (\n\ |
December 06, 2010 [dmd-internals] Two trivial but important ones: | ||||
---|---|---|---|---|
| ||||
Posted in reply to Don Clugston | Don Clugston wrote: > Bug 2954, [tdpl] Appalling bug in associative arrays (D2 only), > you missed this line in the patch: > > expression.c (8603) > > + if (!arrayTypeCompatibleWithoutCasting(e2->loc, e2->type, > taa->index) ) > - if (!arrayTypeCompatible(e2->loc, e2->type, taa->index)) > > 3554: Ddoc generats invalid output for documentation comments > with non paired paranthasis > Ah, that did the trick! > In doc.c:189 > > RPAREN = )\n\ > LPAREN = (\n\ > _______________________________________________ > dmd-internals mailing list > dmd-internals at puremagic.com > http://lists.puremagic.com/mailman/listinfo/dmd-internals > > > |
Copyright © 1999-2021 by the D Language Foundation