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. Since that PR is not yet merged, manual fixes are needed in the meantime to improve code readability.

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, and others.

🤖 Generated with Claude Code

claude added 2 commits August 1, 2025 07:47
This commit creates the branch for fixing line splits following
Catalyst.jl PR #1306 guidelines.

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

Co-Authored-By: Claude <[email protected]>
Fixed 2 instances of unnecessarily split arithmetic expressions in
collision handling code. Expressions are now more readable on single lines
while staying under 120 characters.

Following Catalyst.jl PR #1306 guidelines.

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

Co-Authored-By: Claude <[email protected]>
@ChrisRackauckas ChrisRackauckas merged commit a9564b8 into master Aug 1, 2025
42 of 47 checks passed
@ChrisRackauckas ChrisRackauckas deleted the fix-formatter-line-splits branch August 1, 2025 15:07
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.

3 participants