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

add support for unmasked statements #2833

Open
MkazemAkhgary opened this issue Apr 11, 2024 · 2 comments
Open

add support for unmasked statements #2833

MkazemAkhgary opened this issue Apr 11, 2024 · 2 comments
Labels
Features Quality of Life Things that improve the quality of experience when using the compiler.

Comments

@MkazemAkhgary
Copy link

it would be nice to have unmasked statements.

unmasked float x = Foo(); // any expression in this statement should be unmasked

Interestingly, this doesn’t throw an error and compiles fine, but it doesn’t do anything (i.e., still masked).

@pbrubaker
Copy link
Collaborator

Would you mind splitting this into two issues please? It's a bug that this compiles, but making this actually work is a feature request. I suggest keeping this the feature request and creating a new one for the bug.

@MkazemAkhgary MkazemAkhgary changed the title unmasked statements are ignored add support for unmasked statements Apr 14, 2024
@MkazemAkhgary
Copy link
Author

MkazemAkhgary commented Apr 14, 2024

done #2835

@pbrubaker pbrubaker added Features Quality of Life Things that improve the quality of experience when using the compiler. labels Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Features Quality of Life Things that improve the quality of experience when using the compiler.
Projects
None yet
Development

No branches or pull requests

2 participants