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

Bugs with pattern guessing #12

Open
ghost opened this issue May 7, 2022 · 1 comment
Open

Bugs with pattern guessing #12

ghost opened this issue May 7, 2022 · 1 comment

Comments

@ghost
Copy link

ghost commented May 7, 2022

Currently pattern guessing can place an N match at the end of a clip, and still allows "ccnnb" match sequences with "use ccnnn" disabled.

@myrsloik
Copy link
Collaborator

myrsloik commented May 9, 2022

Impossible matches are now prevented at start and end.
According to the code you can have b matches with all patterns, ccnnc included, which will then be indistinguishable from ccnnn. If anything I think the correct solution is a checkbox to decide if b matches are to be tried at all. In short: I don't know how you expect this to change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant