-
Notifications
You must be signed in to change notification settings - Fork 80
undefined method `empty?' for nil:NilClass #44
Comments
Adding |
I'm seeing the same issue with some Python files I'm running Rocco on. The simplest test case I could find was:
|
Possibly the same as #40 |
I'm seeing this issue with some Ruby files in a Rails lib folder. Default Rocco, no customization. |
Did this commit fix the issue for you guys? I'm shipping out an 0.8 release that includes it now. |
Sadly, I can't say for sure. We had to remove Rocco because it kept causing the following error in our application (see #45):
We tried moving Rocco to its own bundler group, but that didn't help. |
I encountered this error running against our (large) code base. This completely resolved the issue for us. |
No, the issue remains. The test case I gave above still produces the error. |
Stack trace:
I'm using a custom language definition:
This allows me to differentiate between public API (
##
lines) and private API (#
lines). Otherwise, nothing remarkable.The text was updated successfully, but these errors were encountered: