Skip to content

address the use case of overlapping positive positions #2

Description

@protobufel

Consider (a | b)(0) c(-1) (d | f | e)(2) a(-1) and treat duplicate positive positions as the case of OR-ed values, so that {a, b, c, d, f, e, a} with the corresponding {0, 0, -1, 2, 2, 2, -1} would not cause IllegalArgumentException as of now.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions