Commit Graph

8 Commits

Author SHA1 Message Date
TeamCity 9fea10a4dc ci: bump version with Build-31 2026-04-08 11:07:23 +02:00
lq64 cfa4429d49 refactor: NCS-19 Currying (#18)
Summary

  - Curried candidateMoves, legalMoves, and applyMove in the RuleSet trait to separate (context) as the world being
  operated on from the computation parameter
  - Updated DefaultRules overrides and all internal call sites
  - Updated all external call sites: GameEngine, PgnParser, PgnExporter, ChessBoardView, and all affected tests

  Test plan

  - All existing tests pass (./gradlew build)
  - No behaviour changes — pure style refactoring, existing test suite is the regression guard

Co-authored-by: LQ63 <lkhermann@web.de>
Reviewed-on: #18
Reviewed-by: Janis <janis-e@gmx.de>
Co-authored-by: Leon Hermann <lq@blackhole.local>
Co-committed-by: Leon Hermann <lq@blackhole.local>
2026-04-08 11:07:23 +02:00
shahdlala66 b4bf447453 test: 100% coverage
Build & Test (NowChessSystems) TeamCity build failed
2026-04-08 09:09:56 +02:00
shahdlala66 f6a6c8376a test: added tests coverage
Build & Test (NowChessSystems) TeamCity build failed
2026-04-08 08:26:06 +02:00
shahdlala66 ef9bbcfe85 fix: used external lib
Build & Test (NowChessSystems) TeamCity build failed
2026-04-07 15:21:48 +02:00
shahdlala66 33c0260b75 feat: I/O json export import, tests should be 100%
Build & Test (NowChessSystems) TeamCity build finished
2026-04-06 21:57:09 +02:00
TeamCity 638139602c ci: bump version with Build-30 2026-04-06 07:21:42 +00:00
Janis 8f56a82104 refactor: NCS-22 NCS-23 reworked modules and tests (#17)
Build & Test (NowChessSystems) TeamCity build finished
Reviewed-on: #17
2026-04-06 09:07:39 +02:00