You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like a regression in symbol parsing (via #1168) is causing symbols to incorrectly parse and probably leading to the full Ruby file parsing incorrectly too. I will look into this.
The regression was specific to symbols that used Ruby keywords as their symbol content, which was probably only affecting your JSON module. This will be fixed and a hotfix version pushed shortly.
Hi, it seems the private tag (
# @private
) has stopped working for an inherited class on0.9.13
, we use this on RSpec to help us hide / ignore files that are internal workings not intended for direct manipulation, we also have a lint check enforcing we have 100% of our public API documented, since0.9.13
this is now failing, see example: https://travis-ci.org/rspec/rspec-core/jobs/385051942 and the file in question: https://github.com/rspec/rspec-core/blob/7b6b9c3f2e2878213f97d6fc9e9eb23c323cfe1c/lib/rspec/core/formatters/json_formatter.rbSteps to reproduce
Run
bin/yard stats --list-undoc
orbin/yard stats --list-undoc --no-private
againstrspec-core
, see that file is incorrectly marked as undocumented.Actual Output
Expected Output
Environment details:
yard -v
): 0.9.13The text was updated successfully, but these errors were encountered: