uptane / aktualizr

C++ Uptane Client
Mozilla Public License 2.0
15 stars 15 forks source link

Unify on ToString. #31

Closed pattivacek closed 2 years ago

pattivacek commented 2 years ago

I'm tired of trying to remember when it's toString and when it's ToString.

Also added operator<< for RepositoryType, which is what set off this change. Moved a couple similar operators to a more logical place as well. Improved a test to use the uptane_generator library directly instead of making system calls to the executable. (We should really do that pretty much everywhere.)

FYI @mike-sul @cajun-rat.

cajun-rat commented 2 years ago

Love. it.