Files
NowChessSystems/modules
Janis 2d07f1f75a refactor(io): remove dead code from PgnParser.importGameContext
Remove unnecessary if/else check (lines 49-50) that could never be true.
DefaultRules.applyMove always calls .withMove(move) on the context,
so finalCtx.moves is always populated when game.moves.nonEmpty.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-05 13:15:41 +02:00
..