-
Notifications
You must be signed in to change notification settings - Fork 121
Add explicit cast support #2377
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signing off on Convert.qs
compiler/qsc_qasm/src/semantic/tests/expression/explicit_cast_from_angle.rs
Outdated
Show resolved
Hide resolved
compiler/qsc_qasm/src/semantic/tests/expression/explicit_cast_from_angle.rs
Outdated
Show resolved
Hide resolved
compiler/qsc_qasm/src/tests/expression/explicit_cast_from_angle.rs
Outdated
Show resolved
Hide resolved
compiler/qsc_qasm/src/tests/expression/implicit_cast_from_bit.rs
Outdated
Show resolved
Hide resolved
compiler/qsc_qasm/src/semantic/tests/expression/explicit_cast_from_float.rs
Outdated
Show resolved
Hide resolved
compiler/qsc_qasm/src/semantic/tests/expression/explicit_cast_from_float.rs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
devskim found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
compiler/qsc_qasm/src/semantic/tests/expression/explicit_cast_from_bit.rs
Dismissed
Show dismissed
Hide dismissed
compiler/qsc_qasm/src/semantic/tests/expression/explicit_cast_from_bit.rs
Dismissed
Show dismissed
Hide dismissed
4514044
to
7db623c
Compare
7db623c
to
b467812
Compare
Change in memory usage detected by benchmark. Memory Report for b350269
|
Change in memory usage detected by benchmark. Memory Report for f69e465
|
Change in memory usage detected by benchmark. Memory Report for 727aa46
|
Change in memory usage detected by benchmark. Memory Report for 9ba0d7c
|
Add explicit cast support and fixes a few issues with implicit casting as a side effect.