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

Please add stars #1491

Closed
z3t0 opened this issue Apr 28, 2018 · 3 comments
Closed

Please add stars #1491

z3t0 opened this issue Apr 28, 2018 · 3 comments
Labels

Comments

@z3t0
Copy link

z3t0 commented Apr 28, 2018

This is a very basic tool that calculates the total number of stars for a GitHub User.

https://github.com/z3t0/sprint-stars

@phoe
Copy link

phoe commented Apr 29, 2018

https://github.com/z3t0/sprint-stars/blob/master/stars.lisp#L1

This is going to fail on Lisp implementations that do not have Quicklisp loaded.
Please remove the QL:QUICKLOAD lines; the dependencies will be satisfied anyway when the system is loaded via ASDF because your ASD file mentions both DRAKMA and CL-JSON.

@quicklisp
Copy link
Owner

What @phoe says is accurate. You can just take out the ql:quickload statements.

@z3t0
Copy link
Author

z3t0 commented May 1, 2018

Updated. Thanks! I was unaware that the dependencies would be satisfied automatically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants