Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

internal/core/convert: fix conversion from float #761

Closed
wants to merge 1 commit into from
Closed

internal/core/convert: fix conversion from float #761

wants to merge 1 commit into from

Conversation

antong
Copy link
Contributor

@antong antong commented Feb 11, 2021

Conversion from Go types big.Float, float32 and
float64 always added an error to the OpContext even
when no error had occured.

Fixes #749

Conversion from Go types big.Float, float32 and
float64 always added an error to the OpContext even
when no error had occured.

Fixes #749
@myitcv myitcv requested a review from mpvl February 12, 2021 15:51
cueckoo pushed a commit that referenced this pull request Feb 13, 2021
Conversion from Go types big.Float, float32 and
float64 always added an error to the OpContext even
when no error had occured.

Fixes #749

Closes #761
#761

GitOrigin-RevId: 3476e9f
Change-Id: I253846087ddaf5dbfd9bd2ade4cf917101e482e5
@cueckoo cueckoo closed this in b20ac5a Feb 13, 2021
@antong antong deleted the floatbug branch February 15, 2021 06:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pkg/strconv: ParseFloat does not parse anything
2 participants