You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@thrift.apache.org by GitBox <gi...@apache.org> on 2021/07/09 21:05:25 UTC

[GitHub] [thrift] hkb1990 commented on pull request #2413: THRIFT-5439: Lua Generator: not support const i64

hkb1990 commented on pull request #2413:
URL: https://github.com/apache/thrift/pull/2413#issuecomment-877455673


   > Some more information about the problem and why the patch solves it would be super awesome.
   
   described in jira ticket 5439.
   `const i64` is not generated correctly to lua. it is always generated to `lualongnumber.new('')` , no matter what value it is. Because t_base_type is i64, `get_string` returns empty.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@thrift.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org