Skip to content

Conversation

@abhro
Copy link
Contributor

@abhro abhro commented Jan 4, 2026

Checklist

  • Appropriate tests were added
  • Any code changes were done in a way that does not break public API
  • All documentation related to code changes were updated
  • The new code follows the contributor guidelines, in particular the SciML Style Guide and COLPRAC.
  • Any new documentation only uses public API

Additional context

Starting with Julia 1.5, f(..., a=a, ...) can be written as f(...; a, ....), so I rewrite it as the second option for a bit more brevity since some keyword arguments have long names. This also helps clean up the code a little bit with less repetitive names, and some line widths where it flows a bit nicer.

I have made no use of any LLM/generative AI tools in making the changes for this PR. This was entirely just mechanical changes out of some boredom, and as a detour from some doc updates, even though a PR like this generally fails me the Turing test.

@abhro abhro force-pushed the semicolons branch 4 times, most recently from 55e99eb to c16c30d Compare January 6, 2026 14:39
@abhro abhro marked this pull request as ready for review January 6, 2026 14:45
Starting with Julia 1.5, `f(..., a=a, ...)` can be
written as `f(...; a, ....)`
@ChrisRackauckas
Copy link
Member

tests fail

Starting with Julia 1.5, `f(..., a=a, ...)` can be
written as `f(...; a, ....)`. Also removes some trailing whitespace.
@ChrisRackauckas
Copy link
Member

All tests were passing on master, and Either dgdu_discrete, dgdu_continuous, or g must be specified. are definitely from this PR

Starting with Julia 1.5, `f(..., a=a, ...)` can be written
as `f(...; a, ....)`. Also removes some trailing whitespace.
@ChrisRackauckas ChrisRackauckas merged commit 7415195 into SciML:master Jan 27, 2026
44 of 48 checks passed
@abhro abhro deleted the semicolons branch January 27, 2026 18:12
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