style: run Runic on ModelingToolkitBase's debugging.jl - #4884
Merged
ChrisRackauckas merged 1 commit intoAug 5, 2026
Merged
Conversation
`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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Runic / Runic Format Checkis red onmaster(32a955a), andlib/ModelingToolkitBase/src/debugging.jlis the only file it flags — so every PRinherits a red Runic check.
Purely mechanical: trailing whitespace on two lines, and
1e-10/1e-6float literalsthat Runic normalises to
1.0e-10/1.0e-6. Produced byRunic.format_string(Runicv1.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