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

Use symbol-hashtables #6

Merged
merged 1 commit into from
Dec 22, 2023
Merged

Use symbol-hashtables #6

merged 1 commit into from
Dec 22, 2023

Conversation

anttih
Copy link

@anttih anttih commented Dec 21, 2023

No description provided.

@anttih anttih requested a review from f-f December 21, 2023 06:40

(define unsafeHas
(lambda (label)
(lambda (rec)
(srfi:125:hash-table-contains? rec label))))
(symbol-hashtable-contains? rec (string->symbol label)))))
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess we're not going for bytestring->symbol just yet? Or will this not change?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just for being compatible with new symbol-based hashtables, we don't have bytestrings yet.

@anttih anttih merged commit 5db11fe into v6.0.1-scm Dec 22, 2023
1 check passed
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