Since CoffeeScript 1.9.1, one of codo's tests is failing – it seems a documentation comment This should not be swallowed in spec/_templates/properties/properties.coffee is indeed "swallowed".
I did some investigation with git bisect and traced it back to jashkenas/coffeescript@dc44ebb. And indeed, using the newest CoffeeScript master but commenting that one changed line, the tests run fine.
I'd really like to help fixing this, but I don't even understand enough of the code of either codo or CoffeeScript to say this is a bug in the former or the latter. Just thought I'd post my findings here, in case it helps anyone in fixing this – I will continue to investigate further.
Since CoffeeScript 1.9.1, one of codo's tests is failing – it seems a documentation comment
This should not be swallowed
inspec/_templates/properties/properties.coffee
is indeed "swallowed".I did some investigation with
git bisect
and traced it back to jashkenas/coffeescript@dc44ebb. And indeed, using the newest CoffeeScriptmaster
but commenting that one changed line, the tests run fine.I'd really like to help fixing this, but I don't even understand enough of the code of either codo or CoffeeScript to say this is a bug in the former or the latter. Just thought I'd post my findings here, in case it helps anyone in fixing this – I will continue to investigate further.