Skip to content

Format for Runic v1.10 - #549

Merged
ChrisRackauckas merged 1 commit into
SciML:masterfrom
ChrisRackauckas-Claude:codex/runic-v1.10-format
Aug 31, 2026
Merged

Format for Runic v1.10#549
ChrisRackauckas merged 1 commit into
SciML:masterfrom
ChrisRackauckas-Claude:codex/runic-v1.10-format

Conversation

@ChrisRackauckas-Claude

Copy link
Copy Markdown
Member

What changed and why

Reformat five generator expressions for Runic v1.10.0. Runic v1.10 changed generator-clause indentation, so the previously formatted source no longer passes the repository's formatter check.

This is formatting-only; it makes no behavioral or public-API changes. Please ignore this PR until it has been reviewed by @ChrisRackauckas.

Verification

Failing before the change, on upstream 17dc385c2e19c64ac7c501bb2941dd7ac91d434b:

$ julia +release --startup-file=no --project=@runic -m Runic --check .
[exit 1]

Passing after the change:

$ julia +release --startup-file=no --project=@runic -m Runic --check .
[exit 0]

$ git diff --check
[exit 0]

$ typos ext/ModelingToolkitSIExt.jl src/io_equation.jl test/bodies/diff_sequence_solution.jl test/bodies/paradigm_shift.jl test/bodies/submodels.jl
[exit 0]

$ GROUP=QA julia +release --startup-file=no --project -e 'using Pkg; Pkg.test()'
Test Summary: | Pass  Total      Time
QA/qa.jl      |   21     21  11m33.1s
Testing StructuralIdentifiability tests passed

$ GROUP=All julia +release --startup-file=no --project -e 'using Pkg; Pkg.test()'
Test Summary:                           | Pass  Total      Time
ModelingToolkitSIExt/modelingtoolkit.jl |   79     79  13m59.6s
Testing StructuralIdentifiability tests passed

The first full-suite run reached its one-hour wrapper limit without an assertion or exception. The warm-cache rerun completed successfully with a two-hour wrapper.

Not verified

No GPU-specific or downstream-package jobs were run beyond the repository's declared All group.

Reviewer note

The diff should contain only Runic's generator indentation changes.

🤖 Generated with Codex CLI 0.151.0 (model: unknown; session: local session ID 01a04fa1-cfe0-7260-b416-72fe8a15d17d)

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

Co-Authored-By: OpenAI Codex <noreply@openai.com>

Agent-Harness: Codex CLI 0.151.0

Agent-Model: unknown

Agent-Session: local session ID 01a04fa1-cfe0-7260-b416-72fe8a15d17d
@ChrisRackauckas
ChrisRackauckas marked this pull request as ready for review August 31, 2026 11:38
@ChrisRackauckas
ChrisRackauckas merged commit 4053a15 into SciML:master Aug 31, 2026
11 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