Skip to content

Stop nightly Julia CI from red-lighting on ResumableFunctions incompatibility - #101

Merged
detrin merged 1 commit into
masterfrom
claude/nightly-action-failures-zy0czt
Aug 2, 2026
Merged

Stop nightly Julia CI from red-lighting on ResumableFunctions incompatibility#101
detrin merged 1 commit into
masterfrom
claude/nightly-action-failures-zy0czt

Conversation

@detrin

@detrin detrin commented Aug 2, 2026

Copy link
Copy Markdown
Owner

Julia nightly's internal generated-function calling convention changed,
breaking ResumableFunctions.jl's @Resumable macro used by
evolution_operator_iterator/evolution_super_operator_iterator: every
nightly-build CI run since 2026-07-06 fails with
MethodError: no method matching (::ResumableFunctions.FSMIGenerator)(...).
This is an upstream incompatibility, not a regression in this package,
and blocks stable-Julia results from being reported.

Mark the nightly-version legs as non-blocking so real regressions on
supported Julia releases still fail the build, while nightly stays
informational until ResumableFunctions.jl catches up.

…tibility

Julia nightly's internal generated-function calling convention changed,
breaking ResumableFunctions.jl's @Resumable macro used by
evolution_operator_iterator/evolution_super_operator_iterator: every
nightly-build CI run since 2026-07-06 fails with
`MethodError: no method matching (::ResumableFunctions.FSMIGenerator)(...)`.
This is an upstream incompatibility, not a regression in this package,
and blocks stable-Julia results from being reported.

Mark the nightly-version legs as non-blocking so real regressions on
supported Julia releases still fail the build, while nightly stays
informational until ResumableFunctions.jl catches up.
@detrin
detrin merged commit 1346ba6 into master Aug 2, 2026
3 of 7 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