Git Product home page Git Product logo

Comments (3)

mpeterv avatar mpeterv commented on August 11, 2024

Good idea, shadowing a global can lead to same issues as shadowing locals. It can be deliberate when "localizing" a global, e.g. local type = type, but that case is trivial to detect. I'll implement this in the next minor version. Thanks!

from luacheck.

mpeterv avatar mpeterv commented on August 11, 2024

Implementation delayed as it requires some refactoring: the checker needs to have information about existing globals, or else it would have to save information about all declared locals so that then the filter could leave only necessary warnings (separation into two steps is needed for caching and parallel checking.)

from luacheck.

mpeterv avatar mpeterv commented on August 11, 2024

I've decided to not implement this because global localization is a popular and flexible idiom, it's not always in the top level scope and it doesn't always use global of the same name on rhs. So either there would be false positives or heuristics to avoid them would be too complex. I think that a better and more general way to detect this is type inference, whenever it gets implemented.

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.