-
Notifications
You must be signed in to change notification settings - Fork 4
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
009137 '*' on skvh for ClusterFilterSnapshot does not work #308
Labels
Comments
piosok
added a commit
to piosok/imem
that referenced
this issue
Jan 16, 2020
'*' is not interpreted as wildcard becuse only symbols in list are considered wildcards. added clause hasWild to interpret '*' as wildcard too.
Please review the fix. |
|
piosok
added a commit
to piosok/imem
that referenced
this issue
Jan 16, 2020
… compilation for ['*'] case
piosok
added a commit
to piosok/imem
that referenced
this issue
Jan 17, 2020
piosok
added a commit
to piosok/imem
that referenced
this issue
Jan 17, 2020
shamis
pushed a commit
that referenced
this issue
Feb 10, 2020
* #308 '*' is not interpreted as wildcard becuse only symbols in list are considered wildcards. added clause hasWild to interpret '*' as wildcard too. * #308 Added unit test for testing behaviour of filter compilation for ['*'] case * #308 - added specific case for skvh '*' handling in filter2ms * #308 Updated tests according to comments * cosmetics and refactoring Co-authored-by: piosok <piotr.sokolowski@computaris.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: