exercism / c

Exercism exercises in C.
https://exercism.org/tracks/c
MIT License
273 stars 176 forks source link

Approach is missing in "Hamming" #970

Closed Ashvith10 closed 3 months ago

Ashvith10 commented 3 months ago

Continued from exercism/exercism#6727

The approach page for Hamming exercise is missing, despite there being one created by @bobahop .

Ashvith10 commented 3 months ago

I tried checking out the files in the .approach directory, but I wasn't able to catch the issue.

wolf99 commented 3 months ago

I'm not sure why this is.

Checking the documentation for approaches:

I see only one issue; we do not have approaches.snippet_extension in the track's config.json. Though I am not sure what it should be set as, because snippets should all be a .txt file per the same docs.

However I don't think that relates to this this.

Perhaps @ErikSchierboom can help?

ErikSchierboom commented 3 months ago

However I don't think that relates to this this.

Perhaps @ErikSchierboom can help?

I can manually fix this by re-syncing, which leads me to believe that it is some sort of locking issue.

ErikSchierboom commented 3 months ago

Fixed

wolf99 commented 3 months ago

Yay, thank you @ErikSchierboom and @Ashvith10 !