Skip to content

style: run Runic on ModelingToolkitBase's debugging.jl - #4884

Merged
ChrisRackauckas merged 1 commit into
SciML:masterfrom
ChrisRackauckas-Claude:agent/runic-debugging-jl
Aug 5, 2026
Merged

style: run Runic on ModelingToolkitBase's debugging.jl#4884
ChrisRackauckas merged 1 commit into
SciML:masterfrom
ChrisRackauckas-Claude:agent/runic-debugging-jl

Conversation

@ChrisRackauckas-Claude

Copy link
Copy Markdown
Member

Ignore until reviewed by @ChrisRackauckas. Opened as a draft.

Runic / Runic Format Check is red on master (32a955a), and
lib/ModelingToolkitBase/src/debugging.jl is the only file it flags — so every PR
inherits a red Runic check.

Purely mechanical: trailing whitespace on two lines, and 1e-10 / 1e-6 float literals
that Runic normalises to 1.0e-10 / 1.0e-6. Produced by Runic.format_string (Runic
v1.7.0); no other file in the repo changes.

Verified locally: before the change Runic.format_string(read(path, String)) != source,
after it they are equal, and Runic reports no other file needing reformatting.

Split out of #4879 so the JET fix there
does not carry unrelated formatting churn.

🤖 Generated with Claude Code

https://claude.ai/code/session_019ywCW8vbGoc9X3dUbmXyme

`Runic / Runic Format Check` is red on master; `lib/ModelingToolkitBase/src/debugging.jl`
is the only file it flags. Trailing whitespace on two lines and `1e-10`-style float
literals that Runic normalises to `1.0e-10`.

Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
@ChrisRackauckas
ChrisRackauckas marked this pull request as ready for review August 5, 2026 12:42
@ChrisRackauckas
ChrisRackauckas merged commit 6357ab6 into SciML:master Aug 5, 2026
32 of 37 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