Skip to content

Remove the Invalidations CI workflow - #42

Merged
ChrisRackauckas merged 1 commit into
JuliaSIMD:mainfrom
ChrisRackauckas-Claude:remove-invalidations-ci
Aug 8, 2026
Merged

Remove the Invalidations CI workflow#42
ChrisRackauckas merged 1 commit into
JuliaSIMD:mainfrom
ChrisRackauckas-Claude:remove-invalidations-ci

Conversation

@ChrisRackauckas-Claude

Copy link
Copy Markdown

⚠️ Draft — please ignore until reviewed by @ChrisRackauckas.

Removes .github/workflows/Invalidations.yml. The julia-actions/julia-invalidations@v1 action pins SnoopCompile to "3", whose report_invalidations does inv.method.name (ext/SCPrettyTablesExt.jl:35); on Julia 1.12 an invalidation root can be a Core.Binding (binding partitions), which has no name field, so the job dies with a FieldError independent of the change under test — as seen on #41 (diagnosis with local reproduction evidence: #41 (comment)).

Mechanical CI-only change, shipped separately from #41 on purpose.

🤖 Generated with Claude Code

The julia-actions/julia-invalidations action pins SnoopCompile to 3.x,
whose report path errors on Julia 1.12 binding-partition invalidation
roots (FieldError: Core.Binding has no field name), so the job fails on
current Julia regardless of the change under test.

Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
@ChrisRackauckas
ChrisRackauckas marked this pull request as ready for review August 8, 2026 07:33
@ChrisRackauckas
ChrisRackauckas merged commit d3ce0d5 into JuliaSIMD:main Aug 8, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants