Skip to content

Migrate lua from 5.1~5.3.x to 5.4.x #332

Closed
@aismann

Description

@aismann
  • unpack, pack moved from global to package table
  • math.pow was removed, use operator ^ instead
  • Use # instead table.getn
  • Since lua-5.1 math.mod was renamed to math.fmod, the behavior same with operator %
  • Remove any garbage collection settings in lua code

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions