-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Two-Fer starts with a file that already satisfies all tests #1266
Comments
@wischi-chr It looks like the stub file contains the correct implementation: https://github.com/exercism/rust/blob/main/exercises/practice/two-fer/src/lib.rs This is not really an issue with the itself, but with the Rust track itself. I'm therefore moving this issue to the |
Two-fer is deprecated and should not be visible in the v3 website: Lines 1419 to 1431 in 519032f
There was a problem, years ago, which broke things if we removed it entirely, so deprecation was the best we could do. |
I think it will be visible to students that started the exercise when it was still not deprecated, right @iHiD? |
It will. That's not really a problem in itself as the nature of having starting it means they'll probably have a solution. However, because we have the "reset exercise" functionality in v3, where a student can go back to the start of an exercise if they get stuck, this does become important. @coriolinus Is there an old stub we can revert to? Or if not, we should probably just make this stub an empty file. |
Previous discussion: #832. I note that the exercise has been deprecated for over two years. It seems unlikely to me that any student has opened but not completed that exercise in that span. See also: #773 (comment), #564, #547, #552. |
As there are 22 people in that group, I've opened #1267 |
I'm not sure if this is a problem with the exercise, v3 or even not a bug at all.
https://exercism.lol/tracks/rust/exercises/two-fer/edit
https://github.com/exercism/rust/tree/main/exercises/practice/two-fer
After starting the exercise there is basically nothing left to do besides pressing F2 ("run tests")
The text was updated successfully, but these errors were encountered: