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
is_compile_time
Bool
As title. CC @JoeLoser.
Now it returns a i1, so we can't write code like if not is_compile_time(): .... Maybe we should wrap it in a function.
i1
if not is_compile_time(): ...
max/mojo/stdlib/src/sys/compile.mojo
Lines 22 to 25 in 89cfffc
N/A
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Review Mojo's priorities
What is your request?
As title. CC @JoeLoser.
What is your motivation for this change?
Now it returns a
i1
, so we can't write code likeif not is_compile_time(): ...
. Maybe we should wrap it in a function.max/mojo/stdlib/src/sys/compile.mojo
Lines 22 to 25 in 89cfffc
Any other details?
N/A
The text was updated successfully, but these errors were encountered: