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

Annotate conditional compilation for fixed_point so it compiles in all profiles #2156

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

sezna
Copy link
Contributor

@sezna sezna commented Feb 4, 2025

closes #2143

@@ -25,6 +27,8 @@ operation AssertAllZeroFxP(fp : FixedPoint) : Unit {
/// Array of quantum fixed-point numbers that will be checked for
/// compatibility (using assertions).
function AssertFormatsAreIdenticalFxP(fixedPoints : FixedPoint[]) : Unit {
import Std.Diagnostics.Fact;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one is imported globally, so the local one isn't needed anymore.

Suggested change
import Std.Diagnostics.Fact;

Comment on lines +55 to +56


Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these blank lines might be leftover from an earlier version.

Suggested change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FixedPoint library doesn't compile in adaptive
3 participants