Skip to content

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

@Yehouda

Description

@Yehouda

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions