Derecho-Project / derecho

The main code repository for the Derecho project.
BSD 3-Clause "New" or "Revised" License
187 stars 47 forks source link

Serialization fixes #251

Closed etremel closed 1 year ago

etremel commented 1 year ago

While attempting to write an RPC function for Cascade that accepted a std::map parameter, I discovered some bugs in the mutils-serialization library. I fixed them in the standalone mutils-serialization repository, where it's easier to test changes that affect only that library. This copies in the changes to the Derecho repository's copy of mutils-serialization, and also pulls in another commit that was somehow only in the standalone repository and not in Derecho's copy.