Skip to content

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

Open
tapple wants to merge 3 commits into
secondlife:mainfrom
tapple:slua-dict
Open

Convert Lua's python data structure from list to dict#161
tapple wants to merge 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant