Skip to content

Hash clash on JRuby and TruffleRuby #152

@rkh

Description

@rkh

Sometimes hashes of expander instances are clashing on JRuby and TruffleRuby, making CI runs fail inconsistently. Restarting the jobs usually fixes it.

One theory is that we might have two pattern classes that differ in only one bit in their hash, and as we use binary or, there's a chance this difference will not matter. We should move to addition or xor to avoid this issue.

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