exercism / gleam

Exercism exercises in Gleam.
https://exercism.org/tracks/gleam
MIT License
86 stars 79 forks source link

Update status of track #30

Closed ErikSchierboom closed 1 year ago

ErikSchierboom commented 3 years ago

This issue is part of the migration to v3. You can read full details about the various changes here.

There are several new features in Exercism v3 for tracks to build. To selectively enable these features on the Exercism v3 website, each track must keep track of the status of the following features:

The status of these features is specified in the top-level "status" field in the track's config.json, as specified in the spec.

Goal

The "status" field in the config.json file should be updated to indicate the status of the features for this track. The list of features is defined in the spec.

Example

{
  "status": {
    "concept_exercises": true,
    "test_runner": true,
    "representer": false,
    "analyzer": false
  }
}

Tracking

https://github.com/exercism/v3-launch/issues/12

lpil commented 3 years ago

Hello! If a track is without a representer and analyzer does this mean it is unable to be included with the v3 site?

ErikSchierboom commented 3 years ago

No, not at all. They are both optional, as specified in this issue.

lpil commented 3 years ago

Thank you!

On Fri, 29 Jan 2021, 14:43 Erik Schierboom, notifications@github.com wrote:

No, not at all. They are both optional, as specified in this issue https://github.com/exercism/gleam/issues/29.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/exercism/gleam/issues/30#issuecomment-769845737, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABOZVBV7M4YOPJSL7OH3FLLS4LCQ3ANCNFSM4WY4J7IA .