You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reproduce, download a track repo and run fetch-configlet:
$ git clone --depth 1 https://github.com/exercism/csharp
Cloning into 'csharp'...
...
$ cd csharp
$ bin/fetch-configlet
Now run e.g. configlet sync --check, and note that it thinks that every test case is missing:
$ bin/configlet sync --check
Checking exercises...
Cloning the problem-specifications repo into /tmp/csharp/.problem-specifications...
[warn] acronym: missing 9 test cases
- basic (1e22cceb-c5e4-4562-9afe-aef07ad1eaf4)
- lowercase words (79ae3889-a5c0-4b01-baf0-232d31180c08)
- punctuation (ec7000a7-3931-4a17-890e-33ca2073a548)
- all caps word (32dd261c-0c92-469a-9c5c-b192e94a63b0)
- punctuation without whitespace (ae2ac9fa-a606-4d05-8244-3bcc4659c1d4)
- very long abbreviation (0e4b1e7c-1a6d-48fb-81a7-bf65eb9e69f9)
- consecutive delimiters (6a078f49-c68d-4b7b-89af-33a1a98c28cc)
- apostrophes (5118b4b1-4572-434c-8d57-5b762e57973e)
- underscore emphasis (adc12eab-ec2d-414f-b48c-66a4fc06cdef)
[warn] affine-cipher: missing 16 test cases
...etc
I'll fix this soon. Some of the recent linting work was more important: at the moment, track maintainers generally have a lot to do other than updating their track's (now-)practice exercises.
The text was updated successfully, but these errors were encountered:
The first "prepare for Exercism v3" PR on every track was merged
by 2021-02-05. This changed the track structure of every track: Exercism
v2 exercises are now "practice exercises" and have been moved to a
different path, which caused `configlet sync` to believe that all test
cases are missing.
Fixes: exercism#174
The first "prepare for Exercism v3" PR on every track was merged
by 2021-02-05. This changed the track structure of every track: Exercism
v2 exercises are now "practice exercises" and have been moved to a
different path, which caused `configlet sync` to believe that all test
cases are missing.
Fixes: #174
To reproduce, download a track repo and run
fetch-configlet
:Now run e.g.
configlet sync --check
, and note that it thinks that every test case is missing:I'll fix this soon. Some of the recent linting work was more important: at the moment, track maintainers generally have a lot to do other than updating their track's (now-)practice exercises.
The text was updated successfully, but these errors were encountered: