We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should be able to know the following things at compile time:
Which should allow us to make a normal python lookup in a lot of cases instead of a cheetah variable (assuming we have autokey and autocall off)
Blocked by #80 because this would involve considering things before searchList, which is currently not the behaviour
The text was updated successfully, but these errors were encountered:
After #174 VFN will not be used any more in the optimized case
Sorry, something went wrong.
VFN is no longer used. #241, #189, and #200 are necessary to call this fixed
This is basically unblocked (other than removing the enable_auto_self setting)
enable_auto_self
Via #245
No branches or pull requests
We should be able to know the following things at compile time:
Which should allow us to make a normal python lookup in a lot of cases instead of a cheetah variable (assuming we have autokey and autocall off)
Blocked by #80 because this would involve considering things before searchList, which is currently not the behaviour
The text was updated successfully, but these errors were encountered: