Skip to content

style: apply Runic formatting to unblock runic CI#3481

Merged
ChrisRackauckas merged 1 commit intoSciML:masterfrom
ChrisRackauckas-Claude:runic-formatting
Apr 21, 2026
Merged

style: apply Runic formatting to unblock runic CI#3481
ChrisRackauckas merged 1 commit intoSciML:masterfrom
ChrisRackauckas-Claude:runic-formatting

Conversation

@ChrisRackauckas-Claude
Copy link
Copy Markdown
Contributor

Summary

Re-runs Runic on the 5 files currently flagged by the `runic` format-check job, so that open PRs (including #3480) are no longer blocked by inherited formatting drift.

Flagged files:

  • `lib/OrdinaryDiffEqCore/src/integrators/integrator_utils.jl`
  • `lib/OrdinaryDiffEqFIRK/src/algorithms.jl`
  • `lib/OrdinaryDiffEqStabilizedRK/src/rkc_perform_step.jl`
  • `lib/OrdinaryDiffEqSymplecticRK/src/symplectic_caches.jl`
  • `lib/OrdinaryDiffEqSymplecticRK/src/symplectic_tableaus.jl`

The drift was introduced primarily by #3473 (SymplecticRK refactor).

No semantic changes — purely whitespace / line-break formatting produced by `Runic.format_file(f, f; inplace = true)` with Runic v1.

Co-Authored-By: Chris Rackauckas accounts@chrisrackauckas.com

Runs Runic.format_file on the 5 files flagged by the runic CI check.
The formatting drift was introduced by recent merges (most notably
the SymplecticRK refactor in SciML#3473) and now blocks format-check on
every open PR.

No semantic changes.

Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
@ChrisRackauckas ChrisRackauckas merged commit b0504b3 into SciML:master Apr 21, 2026
221 of 232 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