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
This error looks like issue with the pg gem, not YARD. Occasionally, YARD requires source files to be properly ordered to parse properly, especially when it comes to C source. From the looks of the load order errors, it looks like the author of pg may need to define a .yardopts file with the source files ordered in a way that YARD can correctly parse.
Got the same error as becker1701 here:
The
#show-method
method is throwing an unhandled exception in YARD::Handlers::C::MixinHandler.Basically doing the following in PRY:
Ruby 2.3.1
Pry 0.10.4
PG: 0.20.0 x86-mingw32
Yard: 0.9.9
Here's a gist of the full stack.
The text was updated successfully, but these errors were encountered: