[dmd-internals] Two trivial but important ones:
Don Clugston
dclugston at googlemail.com
Mon Dec 6 00:16:45 PST 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\
More information about the dmd-internals
mailing list