protobuf icon indicating copy to clipboard operation
protobuf copied to clipboard

Example code for push parser loop

Open gerben-stavenga opened this issue 1 month ago • 2 comments

gerben-stavenga avatar Nov 23 '25 01:11 gerben-stavenga

This seems to be failing tests

upb/wire/eps_copy_input_stream_test.cc:52:1: error: unused label 'state1' [-Werror,-Wunused-label]
   52 | state1:  // ptr and size need to be saved across Yield point (next_chunk_ and size_ in EpsCopyInputStream).
      | ^~~~~~~
upb/wire/eps_copy_input_stream_test.cc:60:1: error: unused label 'state2' [-Werror,-Wunused-label]
   60 | state2:  // end needs to be saved across Yield point (buffer_end_ in EpsCopyInputStream).

Can you update your PR and let us know when this is ready for review again?

zhangskz avatar Dec 03 '25 21:12 zhangskz

I can handle manually importing this and resolving the compiler errors.

haberman avatar Dec 05 '25 23:12 haberman