On Wed, Sep 15, 2010 at 17:50, Johannes Pfau <[email protected]> wrote:
> On 14.09.2010 22:35, Philippe Sigaud wrote: > > * a small script that find ddocs comments from D code and find any > > fri****g missing parenthesis, telling the user were in the file she > > should look (and range of line spanning the comment). Finding ddocs > > comments and counting open/closed parenthesis is a simple example of > > parsing/finite state automata. > > > > That has been fixed in dmd: > http://d.puremagic.com/issues/show_bug.cgi?id=3554 > http://www.dsource.org/projects/dmd/changeset/620 > > Wow, I didn't know this (obviously). There has been a steady stream of small and not-so-small improvements over the past few months that makes D even more attractive to me. After Don squashing bugs/limitations in CTFE, David went into a killing spree on algorithm/range bugs that's impressive to behold. As for this particular bug: thanks Walter! Philippe
