-
-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.9.1 NamespaceObjects defined on objects included via 'require' #985
Comments
Can you provide a reproduction case for this? |
First, just digging around and noticed As to the repro, run YARD thru YARD with --private. I'm pretty sure I didn't see errors with either 0.8.7.6 or 0.9.0. |
I don't see any errors. Can you please follow the bug report instructions in the Contributing Guide to provide more relevant information (debug output, versions, expected output, etc)? |
YARD Version 0.9.1 WEBrick::HTTPRequest is listed in the 'Class List' as: WEBrick::HTTPRequest < Object listed on the index page as: HTTPRequest (WEBrick) no html file is created for the object by YARD. Same situation with WEBrick::HTTPRequest. Below is debug / log output --
|
What's in the |
--private, as I stated earlier...
|
Thanks for the complete info, I was able to reproduce and fix! |
I normally doc YARD with --private, and prior to 0.9.1 I didn't see any errors. Now I'm seeing errors with
Rack and WEBrick. You might have a look, I can't get to it until tomorrow. YARD does recover fine from the error.
FYI, I did notice that I had (in error) excluded them from the 'Class List' generated by yard-t2. I've never noticed issues (after all parsing) with proxies, but I forgot about 'require' namespace objects...
The text was updated successfully, but these errors were encountered: