Skip to content

Remove repeated naming for keyword arguments#355

Merged
ChrisRackauckas merged 1 commit intoSciML:mainfrom
abhro:kwargs-naming
Apr 30, 2026
Merged

Remove repeated naming for keyword arguments#355
ChrisRackauckas merged 1 commit intoSciML:mainfrom
abhro:kwargs-naming

Conversation

@abhro
Copy link
Copy Markdown
Contributor

@abhro abhro commented Apr 13, 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

If the local variable has the same name as the keyword argument, using a semicolon from Julia 1.5+ takes care of needing to duplicate the name.

If the local variable has the same name as the keyword argument,
using a semicolon from Julia 1.5+ takes care of needing to
duplicate the name.
@ChrisRackauckas ChrisRackauckas merged commit bd6999e into SciML:main Apr 30, 2026
18 checks passed
@abhro abhro deleted the kwargs-naming branch April 30, 2026 11:17
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