Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Leaking variables #29

Open
SuperIzzo opened this issue Feb 13, 2013 · 1 comment
Open

Leaking variables #29

SuperIzzo opened this issue Feb 13, 2013 · 1 comment

Comments

@SuperIzzo
Copy link

Hi, I run ATL under strict and it showed that a few variables are being accidentally defined in the global namespace.

Here are the 3 I got so far:

Error: lib/atl/TileLayer.lua:381: assign to undeclared variable 'str'
Error: lib/atl/Map.lua:248: assign to undeclared variable 'heightOffset'
Error: lib/atl/TileLayer.lua:151: assign to undeclared variable 'rot'

It also reports TILED_LOADER_PATH, but I'm not sure there is a way to avoid that

@Kadoba
Copy link
Owner

Kadoba commented Feb 13, 2013

Thanks, I'll look into this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants