conversations on IRC reminded me that we should add this
Details
Details
- Reviewers
ardumont - Group Reviewers
Reviewers - Commits
- rDCOREa371a78adb7b: Add backwards-compatibility warning to msgpack_loads
Diff Detail
Diff Detail
- Repository
- rDCORE Foundations and core functionalities
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Build is green
See https://jenkins.softwareheritage.org/job/DCORE/job/tox/430/ for more details.
Comment Actions
Another thing we could do would be to inline these serialization/deserialization functions directly in swh.journal; that way that module can carry the bw-compat burden and the RPC layer can stay as efficient as possible.