Skip to content

Literal table length of 100 from 3.13.8 should be configurable #3116

@BenevolusGoat

Description

@BenevolusGoat

I work with the Binding of Isaac Lua API which holds a lot of enumeration tables, many well over 100 items. The most recent update (3.13.8) added the following change:

CHG when analyzing the literal table, only the first 100 items are analyzed at most

Now any table items past 100 give warnings showing they're unknown when typing them outside of the file they were created in. This table length should be configurable to change the number, and/or the option to disable it altogether, allowing for as many items as the table holds like with previous versions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions