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

getTime autocode const #652

Open
zimri-leisher opened this issue Mar 11, 2025 · 0 comments
Open

getTime autocode const #652

zimri-leisher opened this issue Mar 11, 2025 · 0 comments
Labels
code generation Issues related to code generation code quality Issues related to code quality

Comments

@zimri-leisher
Copy link

By default, the AC getTime() function is not const, and I believe it could be, as all the methods it calls are const.
The fact that it isn't const means I can't call it in a SM guard:

Image

Image
isConnected and invoke are const

@bocchino bocchino added code generation Issues related to code generation code quality Issues related to code quality labels Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code generation Issues related to code generation code quality Issues related to code quality
Projects
Development

No branches or pull requests

2 participants