feat: refactor ChessBoardView to use AtomicReference for state management
Build & Test (NowChessSystems) TeamCity build failed

This commit is contained in:
2026-04-14 15:19:09 +02:00
parent ec2ab2f365
commit 50ecc0fd4d
154 changed files with 256 additions and 12042 deletions
@@ -122,7 +122,7 @@ class GameFileServiceSuite extends AnyFunSuite with Matchers:
val context = GameContext.initial
val faultyExporter = new GameContextExport {
def exportGameContext(c: GameContext): String =
throw new RuntimeException("Export failed")
throw new RuntimeException("Export failed") // scalafix:ok DisableSyntax.throw
}
val result = FileSystemGameService.saveGameToFile(context, tmpFile, faultyExporter)