manoelcampos / xml2lua

XML Parser written entirely in Lua that works for Lua 5.1+. Convert XML to and from Lua Tables 🌖💱
MIT License
290 stars 74 forks source link

Removed uninitialized and global variables in code #15

Closed RussDragon closed 6 years ago

RussDragon commented 6 years ago

I am sorry for so many PRs but my strict-checking found more global/unused variables. I've commented some uninitialized variables in table constructor and moved tag to local scope of XmlParser.

manoelcampos commented 6 years ago

Don't be sorry and thanks for the contribution.

RussDragon commented 6 years ago

I've closed this PR because I am not sure about my fixes, please check this issue https://github.com/manoelcampos/xml2lua/issues/16

manoelcampos commented 6 years ago

Ok. I'll need some time to take a look at it because I'm in a run. I return to you ASAP.

RussDragon commented 6 years ago

Alright, I will be waiting for you!