Skip to content

Have activeContext.sealed use a Set rather than a hashmap #290

@cwebber

Description

@cwebber

Assuming #289 is pulled in, activeContext.sealed should use a Set. Currently it's using the "hashmap as a set" hack because of cache serialization issues. Ie, shenanigans like so would happen:

Set { '[', 'o', 'b', 'j', 'e', 'c', 't', ' ', 'S', ']' }

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