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

fix: correct supported matcher types #320

Merged
merged 2 commits into from
Dec 1, 2022
Merged

Conversation

siarhei-belavus
Copy link
Contributor

@siarhei-belavus siarhei-belavus commented Dec 1, 2022

Aviator script used to evaluate matcher expression does not support Float and Int types.
It uses Double and Long instead.

Fix: #319

Aviator script used to evaluate matcher expression
does not support Float and Int types.
It uses Double and Long instead.
@casbin-bot
Copy link
Member

@tangyang9464 @imp2002 please review

@CLAassistant
Copy link

CLAassistant commented Dec 1, 2022

CLA assistant check
All committers have signed the CLA.

Aviator script used to evaluate matcher expression
does not support Float and Int types.
It uses Double and Long instead.
@casbin casbin deleted a comment from siarhei-belavus Dec 1, 2022
@hsluoyz hsluoyz merged commit c35739e into casbin:master Dec 1, 2022
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

Successfully merging this pull request may close these issues.

Support Double and Long types as matcher result
4 participants