-
-
Notifications
You must be signed in to change notification settings - Fork 198
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: get_implicit_users_for_permission() #168
Conversation
@ffyuanda fix: |
@hsluoyz that could be a third-party issue, not sure how to resolve it yet |
@ffyuanda can we fix it by updating semantic-release package version or Node.js version? (I note it's still Node.js 10 and it's very old already) |
@ffyuanda we encountered the same error in jCasbin, see: semantic-release/semantic-release#1981 (comment) See jCasbin's fix: casbin/jcasbin#203 |
@hsluoyz it seems to solve the issue nicely, thank you! |
ci: upgrade node.js version test: addded more comprehensive tests for get_implicit_users_for_permission() Signed-off-by: ffyuanda <[email protected]>
@hsluoyz @techoner plz review |
## [1.1.3](v1.1.2...v1.1.3) (2021-06-16) ### Bug Fixes * get_implicit_users_for_permission() ([#168](#168)) ([92e1110](92e1110))
🎉 This PR is included in version 1.1.3 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Thanks for the quick turnaround! Had actually patched it locally and was going to raise a PR but your beat me to it (had nearly exactly the same fix). Cheers. |
@gmc77 No worries, glad that the issue is fixed! Didn't mean to take your work XD. Anyway, happy using PyCasbin! |
Fix: #167
Signed-off-by: ffyuanda [email protected]