Sync tests not needing example updates - #1392
Conversation
|
This PR touches files which potentially affect the outcome of the tests of an exercise. This will cause all students' solutions to affected exercises to be re-tested. If this PR does not affect the result of the test (or, for example, adds an edge case that is not worth rerunning all tests for), please add the following to the merge-commit message which will stops student's tests from re-running. Please copy-paste to avoid typos. For more information, refer to the documentation. If you are unsure whether to add the message or not, please ping |
|
The failed exercise is Lens Person which last passed two weeks ago. No changes were made directly to Lens Person since then so maybe this is a dependency issue of some sort for Aether. |
|
dotnet/fsharp#20253 appears to be the issue. There's a merged compiler fix at dotnet/fsharp#20260 so I guess the next release will solve the CI problem or we pin it to 10.0.302 |
Related to #1381.
Updating the test suites for
bob,connect,line-up, andperfect-numbersdon't require changing the example solutions or test generator.