configlet icon indicating copy to clipboard operation
configlet copied to clipboard

The official tool for managing Exercism language track repositories.

Results 106 configlet issues
Sort by recently updated
recently updated
newest added

In the long-term I think we should make some deeper change. For example, make the current job in `build.yml` contain only the "Create artifact" and "Publish release" steps, but depend...

kind: ci
kind: build

The TL;DR is that I'd like a standardized way of listing out all exercises that are `beta` or `active` so that CI test scripts can ignore exercises that are deprecated...

kind: feature

Follow-up to https://github.com/exercism/configlet/pull/682#discussion_r999002345

cmd: sync

Follow-up from https://github.com/exercism/configlet/pull/680

kind: tests

Since https://github.com/exercism/configlet/commit/891c626bbb41e8153351f0a5f298ad5ec1cc95d8 (#682), `configlet sync` no longer checks or updates a practice exercise that is deprecated on the track. We might consider: - Making `--verbosity detailed` mention the unsynced deprecated...

cmd: sync

Whenever the `scripts/fetch-configlet` or `scripts/fetch-configlet.ps1` scripts change, we should automatically submit a PR to all the tracks that contain those file(s). Small note: some tracks might have renamed the script...

kind: ci

Issue https://github.com/exercism/configlet/issues/297 will be closed soon, but it won't fix problems that I imagine will have already reached track repos. We can either: 1. Not make `configlet sync` fix them,...

We should draw more attention to the fact that, when an exercise has outdated docs and tests, updating only one of them is not guaranteed to be safe. Arguably, the...

cmd: sync

Each completion script cleverly suggests exercise slugs when the `-e, --exercise` option is used. However, they always search the current directory, even when the `-t, --track-dir` is used. This means...

kind: bug

Follow-up from https://github.com/exercism/configlet/pull/643#issuecomment-1209105189 Very low priority.