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

Fix: coalton struct regression #888

Merged

Conversation

macrologist
Copy link
Contributor

@macrologist macrologist commented Jun 16, 2023

a typeclass method named .* was causing an ambiguous accessor error

I have renamed scalar operators from things like .* to things like s*.

Moreover, one (probably unrelated) additional regression: generate-maform-output-with-double was marked from monomorphization but it would not compile - an assertion failed. For now I have simply commented out the monomorphization directive and added a TODO note.

@eliaslfox @stylewarning

a typeclass method named .* was causing an ambiguous accessor error
@stylewarning stylewarning merged commit 1309e19 into quil-lang:master Jun 17, 2023
3 checks passed
@macrologist macrologist deleted the coalton-struct-regression branch October 13, 2023 20:29
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.

3 participants