starwing / lua-protobuf

A Lua module to work with Google protobuf
MIT License
1.73k stars 387 forks source link

fix: don't reset pos on full_ident #188

Closed javierguerragiraldez closed 2 years ago

javierguerragiraldez commented 2 years ago

local pos is nil. the position is advanced on self:full_ident()

Signed-off-by: Javier Guerra javier@guerrag.com

coveralls commented 2 years ago

Coverage Status

Coverage increased (+0.002%) to 99.653% when pulling 02767ddab945d751fa2bf50d5d24760238ca13aa on Kong:fix/no_reset_pos into 2f2a37bb3c7d4cc917cd90fd4a840f611df6a7de on starwing:master.

starwing commented 2 years ago

Thanks for the catch!