December 06, 2010
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

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
>
>
>