-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Out of sync practice exercises #364
Comments
So, what is the plan, or do we have one yet? When I run this command currently I get:
|
So configlet is a CLI tool for managing Exercism tracks. There's a script to download the latest version at bin/fetch-configlet, and it can do a few things (format config files, create stub files for a new practice exercise, and sync content from our problem-specifications repo. For practice exercises (we don't have concept exercises), the docs, metadata, and tests typically come from that repository so configlet is used to grab the latest data. For docs, it's pretty straightforward. For tests, it's a little different. So, what I generally recommend is one PR for all the docs and then individual PRs for each exercise missing tests so they're easier to review. The configlet sync --tests workflow has a few different switches you can take a look at in the terminal, but generally I do |
Might want to leave this open, tying to add missing tests to reverse-string but unicode is not straight forward in elisp. |
Yeah the PR was autoclosed from the fix #364 reference in that commit. I’d avoid using close or fix and then an issue number. |
update docs fix exercism#364 (exercism#411) add missing reverse-string tests, exercism#364
I think we can close this one now. |
Out of sync practice exercises have been detected:
Command:
configlet sync --tests --docs --metadata --filepaths
Output:
The text was updated successfully, but these errors were encountered: