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 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01RoGtneMQaz4M9w7Kk49AVD
This commit is contained in:
2026-08-31 13:32:12 +00:00
parent 6c2ee0f78f
commit de010fb981

View File

@@ -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 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 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 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 `Contest.SkipsField` steps over the box that does not apply. REF, ARRL 10M, the
of REF, ARRL 10M, the Ukrainian DX contest and the Russian DX contest, which Ukrainian DX contest and the Russian DX RTTY contest ask their exchange the same
are not written yet. 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 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. instances score contact for contact as N1MM did apart from the cases below.