You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When message extension is used, following error is printed:
luajit: /usr/local/share/lua/5.1/pb/standard.lua:357: table index is nil
stack traceback:
/usr/local/share/lua/5.1/pb/standard.lua:357: in function 'define'
/usr/local/share/lua/5.1/pb/standard.lua:219: in function 'define_types'
/usr/local/share/lua/5.1/pb/standard.lua:253: in function 'define'
/usr/local/share/lua/5.1/pb/standard.lua:219: in function 'define_types'
/usr/local/share/lua/5.1/pb/standard.lua:373: in function 'compile'
/usr/local/share/lua/5.1/pb.lua:182: in function 'load_proto'
./test_extension.lua:20: in main chunk
[C]: at 0x004043f0
Problem is in line 357 in pb/standard.lua: field.tag_type is nil. Table ket tag_type not exists.
When message extension is used, following error is printed:
Problem is in line 357 in pb/standard.lua:
field.tag_type
is nil. Table kettag_type
not exists.Code to reproduce:
The text was updated successfully, but these errors were encountered: