exercism / dart

Exercism exercises in Dart.
https://exercism.org/tracks/dart
MIT License
57 stars 99 forks source link

Update config.json #597

Closed hesham04Dev closed 1 month ago

hesham04Dev commented 1 month ago

closes #291 update the analyzer and representer to be true

github-actions[bot] commented 1 month ago

Hello. Thanks for opening a PR on Exercism 🙂

We ask that all changes to Exercism are discussed on our Community Forum before being opened on GitHub. To enforce this, we automatically close all PRs that are submitted. That doesn't mean your PR is rejected but that we want the initial discussion about it to happen on our forum where a wide range of key contributors across the Exercism ecosystem can weigh in.

You can use this link to copy this into a new topic on the forum. If we decide the PR is appropriate, we'll reopen it and continue with it, so please don't delete your local branch.

If you're interested in learning more about this auto-responder, please read this blog post.


Note: If this PR has been pre-approved, please link back to this PR on the forum thread and a maintainer or staff member will reopen it.

glennj commented 1 month ago

Why are you suggesting this? Neither dart-analyzer nor dart-representer repositories exist.

hesham04Dev commented 1 month ago

Concept Exercises have been built A test runner has been implemented A representer has been implemented An analyzer has been implemented

this from issue #291

glennj commented 1 month ago

Yes, the dart test runner is at https://github.com/exercism/dart-test-runner, but

By what measure have they been implemented?