Skip to content

chore: clean up redundant syntax and unused code#112

Merged
devcrocod merged 1 commit intomasterfrom
clean-up
Apr 23, 2026
Merged

chore: clean up redundant syntax and unused code#112
devcrocod merged 1 commit intomasterfrom
clean-up

Conversation

@devcrocod
Copy link
Copy Markdown
Member

Description

Housekeeping pass across modules: drop redundant type arguments, remove unused locals and imports, replace map{}.sum() with sumOf{} in bootstrap tests, and fully qualify DegenerateDataException in @throws tags so Dokka can link it. No behavioral changes.

Testing

./gradlew allTests

Checklist

  • Existing tests pass
  • New/updated tests for changed behavior
  • New/updated documentation if necessary

- drop redundant type arguments on emptyList/listOf/emptySequence
- remove unused local variables and imports
- replace map{}.sum() with sumOf{} in bootstrap tests
- fully qualify DegenerateDataException in @throws for Dokka links
- minor style fixes: trailing semicolons, string interpolation, assertEquals
@devcrocod devcrocod merged commit c6e9ea7 into master Apr 23, 2026
3 checks passed
@devcrocod devcrocod deleted the clean-up branch April 23, 2026 21:49
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.

1 participant