[
https://issues.apache.org/jira/browse/THRIFT-3114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14512974#comment-14512974
]
ASF GitHub Bot commented on THRIFT-3114:
----------------------------------------
Github user Jens-G commented on the pull request:
https://github.com/apache/thrift/pull/463#issuecomment-96361236
Tracked in THRIFT-3114
> Using local temp variables to not pollute the global table
> ----------------------------------------------------------
>
> Key: THRIFT-3114
> URL: https://issues.apache.org/jira/browse/THRIFT-3114
> Project: Thrift
> Issue Type: Improvement
> Components: Lua - Compiler
> Affects Versions: 1.0
> Environment: Mac OS X 10.9.5, Lua 5.2
> Reporter: Xin Li
>
> Should prefix the field deserialization statements with "local" whenever the
> output is a temporary variable, for example this compiler output:
> _elem46 = iprot:readI32()
> should be changed to:
> local _elem46 = iprot:readI32().
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)