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

math/big: big.Float doesn't satisfy Scanner #17391

Closed
splace opened this issue Oct 9, 2016 · 2 comments
Closed

math/big: big.Float doesn't satisfy Scanner #17391

splace opened this issue Oct 9, 2016 · 2 comments
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@splace
Copy link

splace commented Oct 9, 2016

quote from; https://golang.org/pkg/math/big/

"*Int, *Rat, and *Float satisfy the fmt package's Scanner interface for scanning"

but *Float, (unlike *Int, *Rat), for some reason, doesn’t have a Scan method, so doesn't.

@quentinmit quentinmit changed the title big.Float not satisfying Scanner as documented. math/big: big.Float doesn't satisfy Scanner Oct 10, 2016
@quentinmit quentinmit added the NeedsFix The path to resolution is known, but the work has not been done. label Oct 10, 2016
@quentinmit quentinmit added this to the Go1.8 milestone Oct 10, 2016
@odeke-em
Copy link
Member

I've mailed https://go-review.googlesource.com/30723.

@gopherbot
Copy link

CL https://golang.org/cl/30723 mentions this issue.

@golang golang locked and limited conversation to collaborators Oct 19, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

4 participants