Closed paddor closed 8 years ago
Can you provide some details about the lib/cztop/frame.rb
file? I cannot reproduce this issue with the following file:
# lib/cztop/frame.rb
module Cztop
class Frame
end
end
The exception seems to be coming from w/in YARD, so my guess is that guard-yard is either passing something invalid to yard (which yard just ignores when run by itself).
Thanks for the feedback. I just re-enabled it in my Guardfile, started guard, made a change in some files (including lib/cztop/frame.rb), but can't reproduce the error...
Will keep using this solution for a while and see if the error occurs again. Well, I could check out an older version of the project to see if that'll produce the "desired" result again.
Nope, can't reproduce the error. Even with an old version from that time. I'll close this issue for now. :-)
@paddor Keep me up to date! Maybe some weird one-time issue w/ the yard server.
Consider the following Guardfile:
When I run:
I get:
So far so good. When I change a file, I get:
Now this doesn't happen when I just run
yard
.Also, often times, this
yard server
keeps running even if I quit the guard shell. I don't see the point ofyard server
. How to disable it?Or is the only sane way to do this like this?
Thanks for your help.