Closed
Description
cc @alexcrichton. It looks like we have a lot of duplicated code with libcore/fmt/float.rs and std::num::strconv::float_to_str_bytes_common. Can this code be merged?
cc @alexcrichton. It looks like we have a lot of duplicated code with libcore/fmt/float.rs and std::num::strconv::float_to_str_bytes_common. Can this code be merged?
Activity
alexcrichton commentedon Jul 5, 2014
I'd love to remove the libstd version! I think that it did a thing or two that the libcore version didn't do (hence the duplication), but those bits could probably just be removed.
steveklabnik commentedon Jun 29, 2015
I'm not sure how this has gottne shuffled, but
to_str_digits
nor most of these modules still exist. Let me know if this refactor is still worthwhile!Auto merge of rust-lang#15432 - alibektas:deunwrap/inline_call, r=Vey…