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

Ambiguity detected for write(::IODebug, x) #759

Closed
Roger-luo opened this issue Sep 17, 2021 · 1 comment
Closed

Ambiguity detected for write(::IODebug, x) #759

Roger-luo opened this issue Sep 17, 2021 · 1 comment

Comments

@Roger-luo
Copy link
Contributor

When I try to add Aqua test IBMQClient it reports that this line causes ambiguity to Base methods that define as Base.write(::IO, ::Rational) etc. when the IO argument is IODebug

Base.write(iod::IODebug, a...) =

I'm not sure how to fix this, but I'd like to have Aqua test pass on my package that depends on HTTP, any idea?

@Roger-luo Roger-luo changed the title Ambiguity for write(::IODebug, x) Ambiguity detected for write(::IODebug, x) Sep 17, 2021
@fredrikekre
Copy link
Member

Duplicate of #712.

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

No branches or pull requests

2 participants