Skip to content

Command-line client for https://exercism.io

Compare
Choose a tag to compare
@nywilken nywilken released this 04 Oct 11:42

To install, follow the interactive installation instructions at https://exercism.io/cli-walkthrough


This changes how exercise metadata is stored on a user's local filesystem. The metadata file, meant to be hidden, caused issues for Windows users so a proposal was made to place the metadata file within a hidden directory .exercism as opposed to a hidden file. This release implements the proposal and adds a migration step upon exercism submit to move existing .solution.json files to .exercism/.metadata.json.

Changes within release

  • Renames the metadata file .solution.json to metadata.json
  • Migrates an existing metadata file from .solution.json to .exercism/metadata.json upon exercism submit.
  • Adds a check to prevent the submission of files larger than 64KB.
  • Improves messaging for various file submission errors.