PbList.toFrozenPbList
does not freeze the list in-place, allows modifying frozen messages
#624
Labels
PbList.toFrozenPbList
does not freeze the list in-place, allows modifying frozen messages
#624
Discovered this while reading the code.
Output:
Expected output: it should fail with an exception.
PbList
should implement freezing the same wayPbMap
implements it: set a bool flag inPbList
, mark elements of the list as frozen.The text was updated successfully, but these errors were encountered: