julia
397db792 - Cleanup of tryparse_internal methods (#17078)

Commit
9 years ago
Cleanup of tryparse_internal methods (#17078) * Cleanup of tryparse_internal methods, which were probably written before we had default positional arguments. As they were, they weren't allowing Bool parsing to pass through to the right tryparse_internal(Bool, ...) method. Fixes #17065 * Clarify Bool string signature and fix failing tests in datafmt * Fix failing BigInt tests by making deserialize(x::BigInt) call the appropriate parse() dispatch method
Author
Parents
Loading