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

Remove hard dependency on quicklisp #11

Closed
wants to merge 1 commit into from
Closed

Conversation

atgreen
Copy link
Contributor

@atgreen atgreen commented Feb 10, 2024

This patch removes the hard dependency on quicklisp for people who use ocicl instead of quicklisp.
As a last-ditch effort, it will just use asdf:load-system when neither is available.

Comment on lines +211 to +213
((ocicl-dl (eval `(let ((,ocicl-dl t))
(dolist (s system-names)
(asdf:load-system s))))))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can the uiop:symbol-call be used instead of eval?

@atgreen
Copy link
Contributor Author

atgreen commented Feb 11, 2024 via email

@cxxxr
Copy link
Member

cxxxr commented Feb 11, 2024

It's nice libarry.
Nevertheless, due to the limitations of micros, introducing external libraries has the following problems
#2 (comment)

@cxxxr
Copy link
Member

cxxxr commented May 27, 2024

It is my understanding that this PR has been resolved by #12 and can be closed as is.
Forgive me for not noticing and neglecting the PR of this repository for a while.

@cxxxr cxxxr closed this May 27, 2024
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

Successfully merging this pull request may close these issues.

None yet

2 participants