Skip to content

Do not install natively supported libraries#1084

Closed
Retropikzel wants to merge 1 commit intoashinn:masterfrom
Retropikzel:no-install-native
Closed

Do not install natively supported libraries#1084
Retropikzel wants to merge 1 commit intoashinn:masterfrom
Retropikzel:no-install-native

Conversation

@Retropikzel
Copy link
Contributor

@Retropikzel Retropikzel commented Feb 12, 2026

Related to #1078

  • Ignore native libraries even when snow-fort package exists
  • Add warning when not installing SRFI that is natively supported

Correct me if I am wrong but now that the SRFI support check bug is fixed I think the (null? candidates) is a bug. Because the behaviour before these changes was:
snow-chibi install --impls=kawa srfi.1 is not installed because there is no package in snow-fort.
snow-chibi install --impls=kawa srfi.39 is installed because there is package in snow-fort.

And after these changes neither is installed, and warning is issued on both occasions that they are skipped.

…ng when not installing SRFI if it is supported.
@Retropikzel
Copy link
Contributor Author

@ashinn You said in #1085 that you will try to do release soon. I have Skint support in https://github.com/Retropikzel/chibi-scheme/tree/skint which is more urgent to get to any release than this. So I'm closing this pull request and bringing the skint support in first.

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.

1 participant