Skip to content

Convert Lua's python data structure from list to dict - #161

Merged
monty-linden merged 3 commits into
secondlife:mainfrom
tapple:slua-dict
Jul 20, 2026
Merged

Convert Lua's python data structure from list to dict#161
monty-linden merged 3 commits into
secondlife:mainfrom
tapple:slua-dict

Conversation

@tapple

@tapple tapple commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

A lot (all?) of the lua generators need to look up things by name, and that's easier if the internal data structure is a dict, not a list. Python-only change

The generators that need the most access to modules and classes by name are:

Comment thread lsl_definitions/generators/keywords.py
Comment thread lsl_definitions/generators/keywords.py
Comment thread lsl_definitions/generators/keywords.py

@monty-linden monty-linden left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@monty-linden
monty-linden merged commit b0ef9c8 into secondlife:main Jul 20, 2026
5 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 20, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants