From de010fb981e3451b510528b8f6df819c3548ecd5 Mon Sep 17 00:00:00 2001 From: ericek111 Date: Mon, 31 Aug 2026 13:32:12 +0000 Subject: [PATCH] Say that the country-dependent exchanges are written docs/unfinished.md said REF, ARRL 10M, the Ukrainian DX contest and the Russian DX contest were not written yet. All four are in src/Nonemm.Contests/Rules, and the first three implement SkipsField for the country-dependent exchange the sentence is about. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01RoGtneMQaz4M9w7Kk49AVD --- docs/unfinished.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/unfinished.md b/docs/unfinished.md index 6c941ab..3bf220e 100644 --- a/docs/unfinished.md +++ b/docs/unfinished.md @@ -138,9 +138,9 @@ and nothing here stops the operator writing one. N1MM's `.udc` format has no way to say that the exchange itself differs by the other station's country. OK/OM DX is written in code for that reason — it asks a county from OK and OM stations and a serial number from everyone else — and -`Contest.SkipsField` steps over the box that does not apply. The same is true -of REF, ARRL 10M, the Ukrainian DX contest and the Russian DX contest, which -are not written yet. +`Contest.SkipsField` steps over the box that does not apply. REF, ARRL 10M, the +Ukrainian DX contest and the Russian DX RTTY contest ask their exchange the same +way, and are written in code for the same reason. Every contest in the station's own logs can now be opened, and its 78 contest instances score contact for contact as N1MM did apart from the cases below.