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
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@ryukinix
Copy link
Member

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

It seems Fukamachi know how to do that at Qlot

@ryukinix ryukinix added the enhancement New feature or request label Feb 24, 2019
@ryukinix
Copy link
Member Author

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 added the good first issue Good for newcomers label Feb 24, 2019
@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
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant