-
-
Notifications
You must be signed in to change notification settings - Fork 196
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
fix: different behavior of glob_match from other casbin #254
Conversation
@ffyuanda @Zxilly @elfisworking please review |
@Nekotoxin plz squash commits: |
@Nekotoxin Although it passes the unit test cases, it does not fully implement globbing patterns,like: |
ok. I will do it and add more testcases. |
have updated, added more test and compared the bahavior with glob match in golang. plz review |
# Conflicts: # tests/util/test_builtin_operators.py
## [1.16.3](v1.16.2...v1.16.3) (2022-04-30) ### Bug Fixes * different behavior of glob_match from other casbin ([#254](#254)) ([49b6a04](49b6a04))
🎉 This PR is included in version 1.16.3 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Fix: #148
Reimplement the glob_match