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

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

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

hraban
Copy link
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`.
@slburson slburson merged commit 67eca70 into slburson:master Jun 7, 2024
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.

None yet

2 participants