Skip to content

Initial 0.6.0 groundwork#127

Draft
Sythivo wants to merge 11 commits intomasterfrom
zune-groundwork
Draft

Initial 0.6.0 groundwork#127
Sythivo wants to merge 11 commits intomasterfrom
zune-groundwork

Conversation

@Sythivo
Copy link
Copy Markdown
Member

@Sythivo Sythivo commented Jan 23, 2026

Closes #104

  • Upgrades luau to 0.711
  • help command dynamic rework, generates help message in compile time.

Breaking Changes

  • luau.parse results casing changes, and locations spans are now vector primitives using x and y field for column, and line.
  • Library ffi has been renamed to c, with some changes to the API.

Behavior Changes

  • require on blank luau files must have a return value (explicitly nil), previously: when having no returns, zune would have considered that as nil.

@Sythivo Sythivo added this to the 0.6.0 milestone Jan 23, 2026
@Sythivo Sythivo added release notes Issue or pull to be mentioned/written in release notes breaking labels Jan 23, 2026
@Sythivo Sythivo force-pushed the zune-groundwork branch 4 times, most recently from b04689a to 4de6b41 Compare February 2, 2026 05:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking release notes Issue or pull to be mentioned/written in release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Consistent casing for luau API

1 participant