exercism / exercism/rust

Clean up `topics` vs `practices` in `config.json`

オープン
#1,407 コメント 10 件 リアクション 0 件 担当者 0 名 GitHub で見る
x:action/improve x:knowledge/elementary x:module/practice-exercise x:size/medium
主要言語
Rust
スター
1.8k
フォーク
548
平均マージ
13時間 3分
マージ済み PR(30日)
2

説明

Per the [current docs](https://exercism.org/docs/building/tracks/config-json), the track-level `config.json`'s per-exercise `topics` key isn't used for anything. This has the advantage that the items there aren't constrained by cross-checks, but the disadvantage that we're not fully exposing to the website the information we have about each exercise.

The general procedure we want to follow goes like this:

- Collect the list of all current concept exercises. Currently:
```bash
$ jq -r '.concepts[] | .slug' config.json | sort -u
booleans
box
char
collect
destructuring
entry-api
enums
floating-point-numbers
fold
functions
hashmap
integers
loops
match-basics
mutability
option
references
strings
string-slices
string-vs-str
structs
tuples
vec-macro
vec-stack
````
- For each exercise among the practice exercises:
- For each item in `topics`
- If the topic is a current concept, move it from `topics` to `practices`

This process needs to be repeated periodically as we add concepts, so PRs addressing this issue should not close it.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。