to_float
and parse_float
should have the same implementation
#1120
Labels
type: tech debt
A code change that does not add user value
While working on #1107, I realized that
parse_float
doesn't share the same implementation asto_float
. The latter has a more generic implementation that can replace the former. Same forto_int
andparse_int
.Since 0.43 these deviated, see playground example (needs VRL version v.20.0).
The text was updated successfully, but these errors were encountered: