Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a few Lua 5.2 and 5.3 standard library functions #497

Merged
merged 7 commits into from
Mar 30, 2023

Conversation

ccuser44
Copy link
Contributor

Didn't add a few package.* as well as debug.* functions.
Also didn't add the Lua 5.3 math.* functions.

Added:

  • bit32 library
  • added table.pack and table.move
  • added rawlen
  • added package.config

Changed:

  • Moved math.log addition to correct version

Copy link
Owner

@Kampfkarren Kampfkarren left a comment

Choose a reason for hiding this comment

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

Looks good! Make sure to keep it in alphabetical order, and update the changelog (make a new Added section).

@ccuser44
Copy link
Contributor Author

Looks good! Make sure to keep it in alphabetical order, and update the changelog (make a new Added section).

Done.

@ccuser44 ccuser44 requested a review from Kampfkarren March 28, 2023 08:12
@ccuser44 ccuser44 requested a review from Kampfkarren March 29, 2023 08:54
@Kampfkarren Kampfkarren enabled auto-merge (squash) March 30, 2023 01:20
@Kampfkarren Kampfkarren disabled auto-merge March 30, 2023 01:58
@Kampfkarren Kampfkarren merged commit bf2aac0 into Kampfkarren:main Mar 30, 2023
@ccuser44 ccuser44 deleted the patch-1 branch March 30, 2023 08:37
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.

2 participants