feat: add support for keymatch5 function#159
Conversation
|
@hsluoyz the CI issue seems to be related to leafo/gh-actions-lua@v8.0.0 GitHub action... Some insight: leafo/gh-actions-lua#49 From LuaJIT website:
|
|
@mikyll how to fix it? Is there any decision that requires me to make? Like there are solution A and solution B. The good and bad points of A are balabala, the good and bad points of B are balabala. Make your choice, something like this |
|
@hsluoyz sorry for the delay, I opened a new issue and provided a possible solution. If that's ok I can open a new PR that fixes the CI issue (I've already tested the workflow on a fork and it appears to be working) |
|
🎉 This PR is included in version 1.43.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
I added the support for keymatch5, based on Casbin (Go) implementation, with related tests 👀
Fixes #153
KeyMatch5 function ported from: casbin/casbin/util/builtin_operators.go
Tests ported from: casbin/casbin/util/builtin_operators_test.go