-
Notifications
You must be signed in to change notification settings - Fork 28
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
Implement restrictions #16
Comments
To |
@borkdude Any suggestion how to convert this into a quote for above expression give a vector with symbol. however want to convert this into a quoted collection for input to :deny. |
Just |
@borkdude Yes, it does. I over thought on this one and didn't realise that :deny is just needing a vector. Using the backpack I was trying to create a "quoted" statement to pass 🤦 |
You're overcomplicating things. I wrote this function by trying to solve this problem and as I currently don't yet have a proper branch to merge it from so I post it here:
|
What about just using |
Yes it would work but my function distinguishes between |
No, that would give false positives on locals with that name. The |
My function would fail on Would SCI matching recover from this correctly? |
yes |
|
Should it still evaluate and show the results together with restriction error? |
@Invertisment Maybe we can make restricting a setting like you did for the editor settings. In case an error happens with restrictions, we want to offer the ability to turn that off. |
Do you mean that you would expect to accept Also if restriction check wouldn't be part of evaluator then we could do this check elsewhere. |
Evaluating twice also seems fine, in case the restriction is hit. |
deny
The text was updated successfully, but these errors were encountered: