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

Type checking in explicit casts: implement #204

Open
jlapeyre opened this issue Mar 28, 2024 · 0 comments
Open

Type checking in explicit casts: implement #204

jlapeyre opened this issue Mar 28, 2024 · 0 comments
Labels
required feature Feature or behavior in OQ3 spec, needs implementation

Comments

@jlapeyre
Copy link
Collaborator

For example,
this should error (eg with IncompatibleTypesError) but it does not

const float[64] f1 = 2.5;
bit[32](f1);
@jlapeyre jlapeyre added the required feature Feature or behavior in OQ3 spec, needs implementation label Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
required feature Feature or behavior in OQ3 spec, needs implementation
Projects
None yet
Development

No branches or pull requests

1 participant