Skip to content

Add view support for tables with table keys #12

@robinvierich

Description

@robinvierich

When a table is keyed by other tables, LRDB erroneously reports that the table is empty.

Using "next" on these tables returns JSON and is not parsed into an inspectable lua table.

A simple repro case:

a = {}
b = {}
b[a] = 1

b will be displayed as empty in this case

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions