Skip to content

Conversation

ChrisRackauckas
Copy link
Member

Summary

Initialize fixing unnecessary line splits in Julia code following the guidelines established in Catalyst.jl PR #1306. This PR sets up the framework for improving code readability by consolidating short expressions that are unnecessarily split across multiple lines.

Background

These formatting issues are being addressed upstream in JuliaFormatter.jl PR #934, which implements algorithmic fixes to prevent these unnecessary line splits. However, since that PR is not yet merged, manual fixes are needed in the meantime to improve code readability.

Current Status

This PR creates the branch and initial framework. The repository appears to have mostly well-formatted code with justified line splits for complex function signatures.

Note

This is part of a systematic effort to apply the same formatting improvements across 10+ SciML repositories following the successful implementation in JumpProcesses.jl, OrdinaryDiffEq.jl, LinearSolve.jl, NonlinearSolve.jl, and ModelingToolkit.jl.

🤖 Generated with Claude Code

This commit creates the branch for fixing line splits following
Catalyst.jl PR #1306 guidelines. The repository appears to have
mostly well-formatted code with justified line splits.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@ChrisRackauckas ChrisRackauckas deleted the fix-formatter-line-splits branch August 1, 2025 16:57
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