Skip to content

Merge builtin-functions into global-functions - #133

Merged
HaroldCindy merged 5 commits into
secondlife:mainfrom
tapple:merge-slua-functions
May 26, 2026
Merged

Merge builtin-functions into global-functions#133
HaroldCindy merged 5 commits into
secondlife:mainfrom
tapple:merge-slua-functions

Conversation

@tapple

@tapple tapple commented May 13, 2026

Copy link
Copy Markdown
Contributor

There's really no reason to separate them. Combine them into one yaml section. I also properly sorted the global slua functions. They weren't before.

I made sure nothing changed by

  1. Sorting the selene/keywords global functions together in the first commit, without modifying slua_definitions.yaml
  2. Verifying that nothing changed in those files in the following commits

@tapple
tapple marked this pull request as draft May 13, 2026 19:13
)


declare function assert<T>(value: T?, message: string?): T

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Comment on lines +250 to +253
declare function require(target: string): any
declare function select(i: string | number, ...any): any
declare setfenv: nil
declare function touuid(val: string? | buffer | uuid): uuid?
declare function tovector(val: string? | vector): vector?
declare function setmetatable(t: { [any]: any }, mt: { [any]: any }?): ()

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@tapple
tapple force-pushed the merge-slua-functions branch from 74406ab to 004de7f Compare May 26, 2026 17:11
@tapple
tapple marked this pull request as ready for review May 26, 2026 17:11
@HaroldCindy
HaroldCindy merged commit cd49632 into secondlife:main May 26, 2026
5 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators May 26, 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