-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
v2.1.16 — TypeError at sorter.js:12:134 #439
Comments
Would be nice. :) |
What kind of debug info exactly do you need? I added I've added
But that doesn't give me any other useful info:
I'm running Node.js version 5.0.0 on OSX 10.11.1. |
The problem seems to be solved by downgrading to Sassdoc v2.1.15, even with Node.js v5.1.0. So there's a difference between 2.1.15 and 2.1.16. |
Related to #438 maybe? Ok found it. Since SassDoc/scss-comment-parser#21, the code that adds the Not sure how to fix this since we don't have I'm downgrading scss-comment-parser meanwhile this issue is fixed on scss-comment-parser side. |
Temporarily fixed with 2.1.17, which is basically the same as using 2.1.15... (but at least won't affect new installs). |
Sorry for this regression. I did not realize that the line info was required by SassDoc. I will look into a fix to provide it in scss-comment-parser. |
@carljm That would be awesome, thank you! No hurry though, we can't say repos are active currently, and the downgrade fix can live for a while. :D |
This would be preventable with the right tests, have you thought about adding them? |
Agreed, the fact that this totally sneaked through our tests is the sign we should give it a more serious though and planning. Sadly we are all lacking free time lately. |
When I fix scss-comment-parser, I will also see about possibly adding a test to sassdoc that would have caught the regression. |
See SassDoc/scss-comment-parser#23 and #442 |
Should be fixed as of |
👍 thanks for the review and merge! |
When running
gulp sassdoc
, with this gulpfile:This is the error I get:
I'm using sassdoc version 2.1.16. I can provide additional debug info if that's required.
The text was updated successfully, but these errors were encountered: