Closed ntc2 closed 1 year ago
Hello. Thanks for opening an issue on Exercism. We are currently in a phase of our journey where we have paused community contributions to allow us to take a breather and redesign our community model. You can learn more in this blog post. As such, all issues and PRs in this repository are being automatically closed.
That doesn't mean we're not interested in your ideas, or that if you're stuck on something we don't want to help. The best place to discuss things is with our community on the Exercism Community Forum. You can use this link to copy this into a new topic there.
Note: If this issue has been pre-approved, please link back to this issue on the forum thread and a maintainer or staff member will reopen it.
Hi and welcome to Exercism! 👋
This GitHub repository is no longer used for providing support or logging issues. Please open all issues in our community forum:
If you are suggesting a new feature or an improvement to Exercism, we also suggest taking a read of this post first.
Unless this issue has been pre-approved (or you are part of the Exercism Team) it will likely be closed without a response. See you in the forum!
I opened a forum post for you: https://forum.exercism.org/t/rust-why-does-this-code-take-a-long-time-to-run/6550
@iHiD thanks!
I'm new to Exercism, doing the Rust track, using the
exercism
command line tool to submit my solutions. I've done 6 exercises so far -- perhaps 15 iterations total -- and twice I've gotten the "One of the tests timed out" error, and both times resubmitting my code (semantically) unchanged passes all tests with no timeouts. So, I'm getting some kind of random timeout error, for code that should not be timing out.Related, the
exercism
CLI won't let me resubmit a syntactically unchanged solution, so I have to insert meaningless white space (or whatever syntactic tweak that doesn't affect semantics) in order to resubmit the "timed out" solutions, which is annoying.My Exercism username is
ntc2
, and one of the spurious timeout is for my first iteration of thespace-age
exercise. I can't see how to get a link to that iteration, but I mean this exercise: https://exercism.org/tracks/rust/exercises/space-age.