Skip to content

Fix most kotlin warnings - #1236

Open
Robotgiggle wants to merge 2 commits into
mainfrom
fix-warnings
Open

Fix most kotlin warnings#1236
Robotgiggle wants to merge 2 commits into
mainfrom
fix-warnings

Conversation

@Robotgiggle

@Robotgiggle Robotgiggle commented Aug 4, 2026

Copy link
Copy Markdown
Member

Resolves #1044 by making the CastingImage constructor public. Also changes a bunch of ctx: CastingEnvironment parameters to be called env instead, both to fix some other warnings (about subclasses using different parameter names than their parents in overridden methods) and because it hasn't been called a CastingContext in years.

@IridescentVoid IridescentVoid left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@IridescentVoid
IridescentVoid added this pull request to the merge queue Aug 4, 2026
@IridescentVoid
IridescentVoid removed this pull request from the merge queue due to a manual request Aug 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 📋 Backlog

Development

Successfully merging this pull request may close these issues.

Public copy() with private constructor deprecated in Kotlin

2 participants