Bump LuaJIT to 2026-07-20 v2.1 head for compound-assignment syntax - #4
Open
scottsheppeard wants to merge 2 commits into
Open
Bump LuaJIT to 2026-07-20 v2.1 head for compound-assignment syntax#4scottsheppeard wants to merge 2 commits into
scottsheppeard wants to merge 2 commits into
Conversation
PathOfBuilding's dev branch now uses LuaJIT's compound assignment operators (e.g. 'count += 1' in Modules/Main.lua), which the 2026-03-30 pin cannot parse — running a current PoB checkout fails at startup with "'=' expected near '+'". Add a 2026-07-20_0 port version pinning LuaJIT/LuaJIT@2460b3ff, the same commit PathOfBuilding's CI Dockerfile pins, and point the registry baseline at it. Port patches are unchanged from 2026-03-30_0. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…sistency check failed at configure)
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.
PathOfBuilding's
devbranch now uses LuaJIT's compound assignment operators (e.g.count += 1inModules/Main.lua), which the current 2026-03-30 pin can't parse. Running a current PoB checkout through the dev-mode launcher fails at startup with:This adds a
2026-07-20_0port version pinningLuaJIT/LuaJIT@2460b3ff— the same commit PathOfBuilding's CI Dockerfile pins (and upstream PathOfBuilding-SimpleGraphic has an equivalent2026-07-20_1port) — and points a new2026-08-26registry baseline at it. The port's patch set is unchanged from2026-03-30_0; all three patches still apply cleanly.Verified on an M-series MacBook Pro: PoE1 and PoE2 dev checkouts both start and run normally with the rebuilt engine (in combination with #3).
🤖 Generated with Claude Code