Run Runic formatter on the repository#94
Merged
Conversation
Apply Runic.jl v1 formatting so the FormatCheck CI (the centralized SciML/.github runic.yml@v1 reusable workflow) passes. The only change is expanding a `let ... end` one-liner in test/runtests.jl into multi-line form; it is formatting-only and semantically identical. `runic --check` over `git ls-files '*.jl'` is clean after this commit. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.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.
Please ignore until reviewed by @ChrisRackauckas. Draft.
Runs the Runic.jl v1 formatter over the repository so the
format-checkCI (the centralizedSciML/.github/.github/workflows/runic.yml@v1reusable workflow,fredrikekre/runic-action@v1) passes.Change
The only change is in
test/runtests.jl: alet ... endone-liner (introduced in #93) expanded to multi-line form. This is what currently makesformat-checkred on master.Formatting-only and semantically identical. The other 13 tracked
.jlfiles were already Runic-clean.Verification (clean-room, independent fresh clones)
Runic v1.7.0(the versionrunic-action@v1resolves),runic --checkovergit ls-files '*.jl'(14 files) → exit 0, no diff. CIformat-checkwill pass.test/runtests.jldiffers from master; theconst GROUPvalue is identical for GROUP unset/""/"all"/"core"/"QA"; andMeta.parseallwithLineNumberNodes stripped compares AST-equal between the two versions.Pkg.testexit 0 (ModelingToolkit DAE Initialization 46/46, Testing common interface 4/4, QA 20/20).🤖 Generated with Claude Code