-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
The name nil does not designate any package. #30
Comments
I debugged a bit and at the REPL this looks like: cl-user> (ql:quickload (string-downcase "rove/reporter/spec"))
spec"))
To load "rove/reporter/spec":
Load 1 ASDF system:
rove/reporter/spec
; Loading "rove/reporter/spec"
("rove/reporter/spec")
cl-user> (find-package "rove/reporter/spec") It seems that in my case the line at this line returns I am newbie enough to stop here as I can't yet understand how packages works and why it is no finding it 😄 |
Oh I found what would work there: (find-package :rove/reporter/spec)
#<package "ROVE/REPORTER/SPEC"> |
Ok I patched that file but now I see:
It seems it comes from a couple of down further down. |
I suppose that your Lisp is set |
Oh, yes it does, I have even forgot about that 😅 Please feel free to dismiss this one for sure, I learned something and I am happy 😉 |
Hi there, thanks for this nice package 😄
I am trying
rove
and cheked out the latest version. In SBCL, when I do:I receive:
I am also just starting with Common Lisp so I might be missing something here. Any feedback is appreciated.
Thank you again!
The text was updated successfully, but these errors were encountered: