Skip to content

fix: proper external package for sb-int:once-only#46

Merged
slburson merged 1 commit intoslburson:masterfrom
hraban:patch-1
Jun 7, 2024
Merged

fix: proper external package for sb-int:once-only#46
slburson merged 1 commit intoslburson:masterfrom
hraban:patch-1

Conversation

@hraban
Copy link
Copy Markdown
Contributor

@hraban hraban commented May 22, 2024

SBCL 2.4.4 (current) is the last release to have sb-ext::once-only. fset breaks on current sbcl master. The symbol originally comes from sb-int, so if using private symbols is ok, it's just as well to just directly get the symbol from sb-int.

SBCL 2.4.4 (current) is the last release to have `sb-ext::once-only`. fset breaks on current sbcl master. The symbol originally comes from `sb-int`, so if using private symbols is ok, it's just as well to just directly get the symbol from `sb-int`.
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.

2 participants