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

QVM is no longer quicklisp loadable (clos-encounters dependency) #322

Open
Izaakwltn opened this issue May 14, 2024 · 4 comments
Open

QVM is no longer quicklisp loadable (clos-encounters dependency) #322

Izaakwltn opened this issue May 14, 2024 · 4 comments

Comments

@Izaakwltn
Copy link

Because of the dependency on clos-encounters, qvm is no longer out-of-the-box-quickloadable.

I don't know if this project cares that much about being quickloadable, but it might be a hindrance to first time users.

There are probably 3 options:

  1. Add clos-encounters to quicklisp
  2. Roll clos-encounters into the qvm repo
  3. Let quicklisp loading be broken but document dependencies well on the README
@stylewarning
Copy link
Member

Let's at least do #1.

@Izaakwltn
Copy link
Author

Sounds good, I'll do that tomorrow unless someone else wants to

@Izaakwltn
Copy link
Author

quicklisp/quicklisp-projects#2407 Looks like a request has already been made, and there seems to be a hefty backlog

@jdriordan
Copy link

jdriordan commented Aug 9, 2024

A quic fix for the meantime:

cd ~/quicklisp/local-projects
git clone https://github.com/quil-lang/clos-encounters.git

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

3 participants