Skip to content
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

stumptray - module not found #79

Closed
voobscout opened this issue Aug 14, 2017 · 2 comments
Closed

stumptray - module not found #79

voobscout opened this issue Aug 14, 2017 · 2 comments

Comments

@voobscout
Copy link
Contributor

very easy to repro:

;; asdf system loads perfectly fine
(ql:quickload "stumptray")
;; stumpwm doesn't know about that module
(load-module "stumptray")
@dmb2
Copy link
Contributor

dmb2 commented Aug 20, 2017

I need more information as I use (load-module "stumptray") in my rc file without issues.

Can you do the following from slime?

; SLIME 2016-04-19
CL-USER> (in-package :stumpwm)
#<PACKAGE "STUMPWM">
STUMPWM> (find "stumptray" *load-path* :test (lambda (a b) (search a (namestring b))))
"/home/dave/.stumpwm.d/modules/util/stumptray/"
STUMPWM> (find "stumptray" asdf:*central-registry* :test (lambda (a b) (search a (namestring b))))
"/home/dave/.stumpwm.d/modules/util/stumptray/"
STUMPWM> (find "stumptray" (list-modules) :test 'equal)
"stumptray"

@voobscout
Copy link
Contributor Author

This happens even while stumptray works, weird...

STUMPWM> (in-package :stumpwm)
#<PACKAGE "STUMPWM">
STUMPWM> (find "stumptray" *load-path* :test (lambda (a b) (search a (namestring b))))
NIL
STUMPWM> (find "stumptray" asdf:*central-registry* :test (lambda (a b) (search a (namestring b))))
NIL
STUMPWM> (find "stumptray" (list-modules) :test 'equal)
NIL

Aside from that weirdness, my stumptray actually works, rather it started working again after rm -rf ~/.cache/common-lisp

I no longer think it is a bug with stumptray or stumpwm, i am chucking it up to my lisp illiteracy and some setts in env. A 'clean' install works as expected.

It'd be nice to hear thoughts on why stumptray works and is not being detected in slime, but other then that this issue should be closed.

@dmb2 dmb2 closed this as completed Mar 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants