Skip to content

Format for Runic v1.10 - #69

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

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

Conversation

@ChrisRackauckas-Claude

Copy link
Copy Markdown
Member

What changed and why

Runic v1.10.0 normalizes line endings inside multiline comments. This PR applies the formatter output required by that release; it contains no behavioral, dependency, or public-API changes.

Ignore this PR until it has been reviewed by @ChrisRackauckas.

Verification

Failing before formatting at c1b2bd42bc12:

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

Passing after formatting:

$ ~/.juliaup/bin/julia +release --startup-file=no --project=@runic -m Runic --check .
[exit 0]
$ git diff --check
[exit 0]
$ typos docs/make.jl
[exit 0]
$ ~/.juliaup/bin/julia +release --startup-file=no --project -e 'using Pkg; Pkg.test()'
ModelingToolkitCourse.jl | 2 pass, 2 total
Testing ModelingToolkitCourse tests passed
$ ~/.juliaup/bin/julia +release --startup-file=no --project=<isolated-docs-env> docs/make.jl
[exit 0]

The docs environment was copied to an isolated local environment, developed against this checkout, and instantiated before the build; no tracked docs environment files were changed.

Not verified

  • GPU, downstream, and allowed-to-fail jobs were not run locally.

Reviewer note

This is a mechanical Runic-only line-ending normalization in a commented LiveServer block.

🤖 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 30, 2026 08:57
@ChrisRackauckas
ChrisRackauckas merged commit 1b82a87 into SciML:main Aug 30, 2026
4 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