-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
update gradle and junit #557
base: main
Are you sure you want to change the base?
Conversation
Hello. Thanks for opening a PR 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 PR has been pre-approved, please link back to this PR on the forum thread and a maintainer or staff member will reopen it. |
Hi there @lsoares, it seems that you're trying to upgrade the
Normally we'd discuss changes like this first in issues (now: forum), which is why this PR was automatically closed. |
Hey @SleeplessByte I don't mind discussing this in the forum. Should I? To answer your questions:
The last two bullets apply to this exercise and those were what triggered me to do the PR. Regarding the upgrade: in 90% of the cases, it's just updating the imports. the remaining 10% is a bit more tricky (I'm referring to the advantages above as they were revamped features) BTW, a question: why is the runner not available from the website? JUnit 5 is the standard now. Nobody uses 4 in a new project (recall that Kotlin is just wrapping it so that's a detail - we could have imported JUnit 5 directly). |
The runner would always timeout because gradle startup and build is too slow. The entire execution must be under ten seconds and we were not yet able to get it that low. |
Can you explain how this change makes it easier to run the tests from the IDE? Documenting that here, in this PR, can aid with future discussions about the topic :) |
No description provided.