The Wayback Machine - https://web.archive.org/web/20201215184923/https://github.com/commonlispbr/quicksys/issues/14
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

Force qs:quickload load the system from a particular dist #14

Open
ryukinix opened this issue Feb 24, 2019 · 1 comment
Open

Force qs:quickload load the system from a particular dist #14

ryukinix opened this issue Feb 24, 2019 · 1 comment

Comments

@ryukinix
Copy link
Member

@ryukinix ryukinix commented Feb 24, 2019

This would ensure that the load system indeed it's from expected dist.

It seems Fukamachi know how to do that at Qlot

@ryukinix
Copy link
Member Author

@ryukinix ryukinix commented Feb 24, 2019

good reference here: https://github.com/ultralisp/quickdist#priorities-of-distributions

When multiple distributions provide the same system, the latest installed distribution is prefered by default. If this is not what you want, you can inspect priorities with (ql-dist:preference (ql-dist:find-dist "{dist}"))) and set them with setf. For a finer-grained control projects (ql-dist:find-release-in-dist) and systems (ql-dist:find-system-in-dist) have preferences too.

@ryukinix ryukinix self-assigned this Feb 25, 2019
@ryukinix ryukinix removed their assignment Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.