Apply Runic 1.10 formatting to src/solve.jl - #514
Closed
ChrisRackauckas wants to merge 1 commit into
Closed
Conversation
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.
Summary
Whitespace-only reformat of
src/solve.jl(41+/41−,git diff -wis empty). A Runic release after master's last green format-check run (2026-08-28,26aa6bb) tightened an indentation rule, so every new CI run now fails the format check repo-wide — including PRs that do not touch this file (e.g. #511). This is the only file that drifts:runic --checkover all 73 tracked.jlfiles flagssrc/solve.jlalone.Formatting only — no behavior change, per the mechanical-changes-ship-alone rule.
Verification
runic --check src/solve.jl(Runic v1.10.0, the version CI resolves): fails before, passes after.git diff -w --statempty: whitespace-only.typos src/solve.jl: clean.GROUP=QA julia --project -e 'using Pkg; Pkg.test()': 26/27. The single error is pre-existing on master and unrelated to this diff: ExplicitImports flags the non-publicSciMLBase.is_trivial_initializationaccess introduced by Support general MTK DAE initialization on GPU kernels #510 (master's Tests workflow is currently red on exactly this QA job: https://github.com/SciML/DiffEqGPU.jl/actions/runs/33171640033). PR Run MTK SCC initialization sequentially on GPU kernels #511 carries the one-line QA ignore fix.This PR should be ignored until reviewed by @ChrisRackauckas.
🤖 Generated with Claude Code