Skip to content
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 URLs in exercise READMEs for nexercism [closes #205] #218

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

jeremy-w
Copy link

Configlet doesn't like bracket-push. Luckily it griped aloud, so I knew to look closer. I had to manually update the README for that exercise.

I'm not clueful enough about the Exercism wiring to know how to fix that, but I hope there's some way to get track-specific exercises to play nice with configlet.

Note to Reviewer

You'll want to review by commit. The middle commit touching ALL the files is entirely machine-generated. The other two left room for human error.

Cribbed liberally from the C++ version:
https://github.com/exercism/cpp/blob/32d08a0822d5d14c10ccc4484c69afed1130f795/config/exercise_readme.go.tmpl

Also added the latest bits from the template readme prolog:
https://github.com/exercism/docs/blob/737cd278c85cbf5a1581c1bb115729f5857e22de/language-tracks/exercises/anatomy/readmes.md#default-template

We can't adopt the track hints README insert, because we rely on
interpolation of details of the specific exercise, and the
config/exercise-readme-insert.md is injected literally, without access
to any formatting variables.
Configlet emitted one error. It has to do with this being
track-specific exercise, not one of the shared ones, it seems?

```
-> 1 error occurred:

* open ../problem-specifications/exercises/bracket-push/metadata.yml: no such file or directory
```
Base automatically changed from master to main January 28, 2021 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant