Page MenuHomePhabricator

refactor: [index] Replace deprecated char with uint8_t in serialization
ClosedPublic

Authored by PiRK on Apr 10 2024, 14:44.

Details

Summary

All char representations are serialized in the same way, however the char one is deprecated. Also, using uint8_t directly avoids casts.

This is a backport of core#21824

Test Plan

ninja all check-all