Skip to content

Upgrade Kotlin to 2.3.10.#1457

Merged
zach-klippenstein merged 1 commit intomainfrom
zachklipp/kotlin-2.3.10
Feb 12, 2026
Merged

Upgrade Kotlin to 2.3.10.#1457
zach-klippenstein merged 1 commit intomainfrom
zachklipp/kotlin-2.3.10

Conversation

@zach-klippenstein
Copy link
Collaborator

No description provided.

@zach-klippenstein

This comment was marked as resolved.

@zach-klippenstein zach-klippenstein force-pushed the zachklipp/kotlin-2.3.10 branch 2 times, most recently from fa982e3 to 07f33c1 Compare February 12, 2026 19:12
@zach-klippenstein zach-klippenstein marked this pull request as ready for review February 12, 2026 20:23
@zach-klippenstein zach-klippenstein requested review from a team as code owners February 12, 2026 20:23
@zach-klippenstein zach-klippenstein changed the base branch from main to zachklipp/codeql-workflow February 12, 2026 20:25
Comment on lines -218 to -220
else -> {
throw IllegalStateException("State can't change while rendering.")
}

Choose a reason for hiding this comment

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

how come this compiles? I'm guessing further in the PR there are changes around the renderState?

Choose a reason for hiding this comment

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

Guessing this was just dead code, didn't see related changes in PR

Copy link
Collaborator Author

@zach-klippenstein zach-klippenstein Feb 12, 2026

Choose a reason for hiding this comment

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

I am not entirely sure – it looks to me like there are cases this doesn't cover, but if I don't remove this then the compiler complains that it's redundant, so ¯_(ツ)_/¯

Of course, the IDE complains the opposite, but what does it know. I'm guessing it's a K2 thing.

TakeTurnsProps.resumeGame(
PlayerInfo("higgledy", "piggledy"),
output!!.lastTurn
output.lastTurn

Choose a reason for hiding this comment

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

❤️

Base automatically changed from zachklipp/codeql-workflow to main February 12, 2026 22:41
@zach-klippenstein zach-klippenstein merged commit e960e5f into main Feb 12, 2026
141 of 143 checks passed
@zach-klippenstein zach-klippenstein deleted the zachklipp/kotlin-2.3.10 branch February 12, 2026 22:45
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