Pin acts@main to pre-grid-regression commit to unblock build#67
Closed
madbaron wants to merge 1 commit into
Closed
Pin acts@main to pre-grid-regression commit to unblock build#67madbaron wants to merge 1 commit into
madbaron wants to merge 1 commit into
Conversation
acts main HEAD (739072bb) fails to compile k4actstracking: the CylindricalSpacePointGrid fill path calls grid.atPosition(binIndex) with a std::size_t global-bin index, which after the 2026-06-08 grid refactor (acts-project/acts#5541, c36cd88cd) resolves to the position-lookup overload (Point = std::size_t). MultiAxisHelper then subscripts the scalar, giving "subscripted value is neither array nor pointer". Freeze acts@main to 0f9e9afe (parent of the breaking refactor, 2026-06-08) so the nightly stack builds. Revert to plain '@main' once acts main is fixed. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Pins
acts@mainto commit0f9e9afe(parent of the breaking refactor) to unblock the nightly stack build.Problem
The
simlayer fails to compilek4actstrackingagainst currentacts@main(HEAD739072bb):Instantiation chain:
Root cause
This is an upstream acts regression, not a k4ActsTracking/branch issue (k4actstracking
mainfails identically). InCylindricalSpacePointGrid.ipp, acts callsgrid.atPosition(binIndex)with astd::size_tglobal-bin index; after the 2026-06-08 grid refactor (acts-project/acts#5541,c36cd88cd) that resolves to the position-lookup overload, soMultiAxisHelpersubscripts a scalar.739072bb(current acts main HEAD)0f9e9afe(parent ofc36cd88cd, 2026-06-08) — pinned hereVerified the deleted buildcache forced a from-source rebuild that still failed, confirming the source (not a stale binary) is the problem.
Fix
Freeze
acts@mainto0f9e9afeinenvironments/mucoll-common/packages.yaml. Revert to plain@mainonce acts main is fixed upstream (an issue is being filed at acts-project/acts).🤖 Generated with Claude Code