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

[MSHARED-1077] Bugfix for classifier in pattern #26

Merged
merged 8 commits into from Jun 11, 2022

Commits on Jun 8, 2022

  1. [MASSEMBLY-955] Bugfix for classifier in pattern

    Parsing of pattern with classifier was busted, that
    prevented use cases like before rewrite, that was again
    busted due early return (not happening since rewrite).
    cstamas committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    802a2e4 View commit details
    Browse the repository at this point in the history
  2. Get rid of simplePatterns

    Not only it's never used (as version seems alwats PosPattern),
    but is completely left out from methods like getPatternsAsString
    and hasMissedCriteries etc.
    cstamas committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    9adbe51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5020451 View commit details
    Browse the repository at this point in the history
  4. Experiment with high-level fast patterns (#28)

    Rewrite pattern matcher to high level Java (and make it even more faster).
    cstamas committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    2d659b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Fix typo

    cstamas committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    1500d06 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

  1. Apply PR comments

    cstamas committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    2dfc71b View commit details
    Browse the repository at this point in the history
  2. Add reference to input.

    cstamas committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    b52caa8 View commit details
    Browse the repository at this point in the history
  3. Add remarks and TODOs

    cstamas committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    349dd80 View commit details
    Browse the repository at this point in the history