[dmd-internals] Two trivial but important ones:
Walter Bright
walter at digitalmars.com
Mon Dec 6 12:12:19 PST 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
>
>
>
More information about the dmd-internals
mailing list