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

The test pass :synchronized to make-hash-table, which is not in the standard #8

Open
Yehouda opened this issue Mar 13, 2020 · 1 comment

Comments

@Yehouda
Copy link

Yehouda commented Mar 13, 2020

In test/function-cache.lisp it calls make-hash-table with :synchronized t, which is not a standard keyword and should give an error on implementations that don't recognize it.

On LispWorks at least, hash-tables are by default "synchronized", i.e. safe to access from multiple threads.

@bobbysmith007
Copy link
Member

Thank you, I will try to get to this and appreciate your bug reports

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

No branches or pull requests

2 participants