chore(release): 1.0.0-rc.3#367
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cuts
1.0.0-rc.3. Bumpsmix.exs@versionto1.0.0-rc.3and promotes theUnreleasedCHANGELOG section into a datedv1.0.0-rc.3entry summarizing the diff vs rc.2.The website footer/install snippet read the version from the app spec (since rc.2), so no manual website edits are needed.
What's in rc.3
Added
Lua.Parser.parse_structured/1+Lua.Parser.Error.to_map/1,2— structured parse errors with the same wire shape as runtime errors, for tooling (feat(parser): expose structured parse errors (parse_structured + Error.to_map) #363)Lua.new/1:max_instructionsinstruction budget (feat(vm): add configurable :max_instructions instruction budget #320)Performance
#ton no-hole tables (perf(table): cache array border for O(1) #t on no-hole tables #350)pairsover hash-keyed tables (perf(table): O(1)-per-step hash iteration via memoized order index #349)set_listtails compiled on the dispatcher (perf(vm): compile bitwise ops and set_list multi-return tails #347)Fixed
goto/labelon both engines (feat(vm): conformant goto/label on both engines #364)Lua.call_function/3terse error value forArgumentError(fix(vm): return terse error value for ArgumentError at protected-call boundary #354)required modules visible inpairs(package.loaded)(fix(stdlib): route cache_module_result through Table.put so required modules appear in pairs(package.loaded) #356)tostring(fn)returns afunction: 0x...address (chore: roadmap hygiene, settle 1.0.0 suite gate (20/29), tostring(fn) fix #353)Verification
mix format --check-formatted— cleanmix compile --warnings-as-errors— cleanmix test— 2523 passed, 7 skippedmix docs --warnings-as-errors— cleanmix hex.build— buildslua-1.0.0-rc.3.tarRelease handoff (manual, after merge)
Not auto-tagged or published. After merge to
main:Creating the GitHub Release triggers
.github/workflows/release.yml, which runsmix hex.publish.