Running exercism download --exercise=matching-brackets --track=rust on my computer does not seem to download any of the exercise files, like the src and test directories, README.md, etc. I've been able to download other exercises successfully.
The matching-brackets directory itself is created, as is the .exercism directory within it. I don't get any error message, just the typical Downloaded to <my exercism rust track directory>/matching-brackets.
I initially encountered the issue with the exercism cli version 3.0.11. Tried upgrading and hit the same thing with 3.0.12. My OS info as reported by exercism troubleshoot is the following:
Operating System
----------------
OS: darwin
Architecture: amd64
I'm not sure if this issue belongs on the project for the exercism CLI - it seems specific to this one exercise, so I thought I'd start here.
Running
exercism download --exercise=matching-brackets --track=ruston my computer does not seem to download any of the exercise files, like thesrcandtestdirectories,README.md, etc. I've been able to download other exercises successfully.The
matching-bracketsdirectory itself is created, as is the.exercismdirectory within it. I don't get any error message, just the typicalDownloaded to <my exercism rust track directory>/matching-brackets.I initially encountered the issue with the exercism cli version 3.0.11. Tried upgrading and hit the same thing with 3.0.12. My OS info as reported by
exercism troubleshootis the following:I'm not sure if this issue belongs on the project for the exercism CLI - it seems specific to this one exercise, so I thought I'd start here.