ee7

Results 97 comments of ee7

The newly built executable doesn't pass my local testing (note https://github.com/exercism/configlet/issues/790 and https://github.com/exercism/configlet/issues/791). When running with qemu, some configlet commands produce an error. I would guess that these errors would...

Looks like `--gc:orc` won't yet be the default in 1.6. However, [Araq says](https://forum.nim-lang.org/t/8404#54227): > Here is my official `nim.cfg` recommendation: > > ... > > `--gc:orc` > \# The one...

Configlet uses Nim 2.0 since https://github.com/exercism/configlet/commit/fa7d0bba04aa36a8b721a0e0b71d728bf3533d06, and `--mm:orc` is the default in Nim 2.0. However, configlet explicitly uses `--mm:refc` for now: https://github.com/exercism/configlet/commit/d4e85bac4186518dd29d247df2e46fb2eb3d0ae3

Sure. But I think it's low priority for now because: - configlet should move to a better markdown parser before trying to add markdown lints. - configlet would need to...

Could be handled by `configlet info`. I'll reply more later, but I'll just quickly point out that for: > Right now I don't think CI has a default/standard tool that...

As a starter, the below gets the practice exercise slugs that lack the `status` key. Just needs to include `status` of `beta` or explicit `active` too. ```console $ jq -r...

It could still be nice to have a command like: ```console $ configlet list --help Usage: configlet list [--concept-exercises | --practice-exercises | --concepts] [--status ] : comma-separated list of active,beta,deprecated,wip...

Reusable workflows may be good for the refactoring we want. We wrote our main testing and build workflows a relatively long time ago, considerably before the time that GitHub added...

I think it's enough to have a script that can create PRs on every track, which we can run manually when it's a good time. I don't want us to...

Alternative: https://github.com/exercism/org-wide-files/issues/262