Git Product home page Git Product logo

Comments (3)

bjorn avatar bjorn commented on August 11, 2024

Good suggestion! We've run into this with our Lua code as well.

In our case, the shipped Lua code is obfuscated and the obfuscator adds some locals for its own purposes, so having a configuration option for setting the maximum to somewhat lower than the Lua default would indeed be useful.

from luacheck.

mpeterv avatar mpeterv commented on August 11, 2024

Ok, I'll need to check how Lua counts locals and upvalues and if there are differences between various versions of Lua and LuaJIT, then this should be simple to implement. Not sure about custom thresholds for now.

@bjorn you would probably want to run luacheck a second time, on the obfuscated code, checking only syntax errors to detect this instead of guessing how many locals can obfuscator add.

from luacheck.

bjorn avatar bjorn commented on August 11, 2024

@bjorn you would probably want to run luacheck a second time, on the obfuscated code, checking only syntax errors to detect this instead of guessing how many locals can obfuscator add.

Yeah, that would be nice, but the power of luacheck for me is seeing the errors directly in Sublime Text while editing the code. The obfuscated code is only created on some build machine and it does already run some custom automatic checks there.

Not that this is an error one would run into much I think. In general, once you run into it once you'll probably avoid it easily.

from luacheck.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.