coffeedoc / codo

CoffeeScript API documentation generator. It's like YARD but for CoffeeScript!
Other
624 stars 92 forks source link

Test is failing with CoffeeScript >= 1.9.1 #210

Closed maul-esel closed 8 years ago

maul-esel commented 9 years ago

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.