-
-
Notifications
You must be signed in to change notification settings - Fork 214
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 test cases #775
Comments
I will start with: allergies |
I'd love to help but am not sure what needs updating? |
The above exercises need their tests synced from the problem specs. See docs for Reading through prior commits on this repo (look for PRs that mention syncing tests) might prove helpful. |
@CadeMichael |
Here is a wiki entry on test case updates to explain what I have been doing so far, maybe it is helpful for you @CadeMichael |
Thank You I'll check it out and try to update for anagram! |
Sorry for the slow progress long weekend. I got configlet working and found the testcases that need improvement
will get a pr done tomorrow |
Make sure you pull the data from the problem specs! |
I think that configlet does this automatically ? from my understanding but I'm not sure. |
I think I got it. I found the missing tests id's correspond to the same named tests (as already implemented) with different inputs so I've added the testcases and updated the test.toml. I'm not sure if I should be manually updating the toml with the id's of the testcases added but I don't see an automated way of doing it. |
I think the |
submitted a PR, sorry for all the questions, I think I got the hang of it and made the updates. |
Hi everyone! I will start working on triangle. First time here so checking out the documentation and will try to update. |
I submitted a PR for revision [https://github.com//pull/787] Please advise, thank you! |
Here is a PR that updates |
Here is an update for |
And here goes a sync of |
[no important files changed]
i will take the bank-account |
I will also update the complex-numbers |
I'll grab protein translation for next week. |
First time here. I'll take phone-numbers to start. |
@vaeng hey, it looks like phone-numbers has all the files and is updated as far as configlet goes, except for when i use new to open source contributions so apologies in advance if these are simple questions. |
@tanno1 The "key" sounds like the UUID from the root-folder config.json, but that is set-up correctly as far as I can tell. |
Configlet is checking the exercise config, not the track config. You need to run that command at the root level repo. |
Yep, @BNAndras was right, |
Whoops, I forgot about protein-translation. I'll take a look at it later this week and tackle high-scores after that. |
First Time here but could I contribute to prime factors ? |
Sure thing. Try it out :) |
I opened a PR but it automatically got closed #895 |
I just saw one of the errors in the merging and clang formatting gives this warning which is treated as an error. Apparently the final test case overflows the bounds of an integer
Specifically this part |
I have got more time tomorrow. May I take Grade School if no one has taken that? |
Sure, that would be great! |
I could take matching-brackets if no one has? |
Hey, I'd like to update the checklist so that we're clearer on which exercises still need an update and which are and aren't taken. @vaeng feel free to just copy and paste it.
I would also like to contribute and fix all the missing unassigned ones (say, protein-translation) since the generator tool that you linked in the wiki really seems to make it easy. I have started with just say #903 to see whether I'm on the right track. |
Oops, I got distracted. I’ll take a look this week. |
I can take whichever one isn't getting worked on, if anyone puts any back into the pool. |
Configlet is warning that
|
Can I put Grade School back to the pool I am just not getting time.
|
ill take a look at the high scores if that's okay |
Sure thing, submit your PR when you're done and tag me, so I don't overlook it. |
Grab what you want, mark it and make a PR. These exercises need updates:
armstrong-numbers
#808I made a wiki entry on test case updates if you are unsure how to start.
The text was updated successfully, but these errors were encountered: