Skip to content

Fix typo in eq-hashtable-ref-cell signature#1027

Merged
burgerrg merged 3 commits intocisco:mainfrom
agspathis:fix-eq-hashtable-ref-cell-sig
Mar 11, 2026
Merged

Fix typo in eq-hashtable-ref-cell signature#1027
burgerrg merged 3 commits intocisco:mainfrom
agspathis:fix-eq-hashtable-ref-cell-sig

Conversation

@agspathis
Copy link
Copy Markdown
Contributor

@agspathis agspathis commented Mar 8, 2026

Currently:

> (let ([x (eq-hashtable-ref-cell (make-eq-hashtable) 'foo)])
    (list (boolean? x) (eq? x #t) (eq? x #f) (if x 'true 'false)))
(#t #f #f true)

@agspathis agspathis requested a review from burgerrg March 11, 2026 06:10
Copy link
Copy Markdown
Contributor

@burgerrg burgerrg left a comment

Choose a reason for hiding this comment

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

Thanks again for finding and fixing this bug!

@burgerrg burgerrg merged commit dbefdba into cisco:main Mar 11, 2026
16 checks 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