-
-
Notifications
You must be signed in to change notification settings - Fork 365
Add Robot Name Test Generator #419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Since this exercise has no canonical data, the generator is very simple. Fixes exercism#419
I'm not sure I'm getting how the generators work exactly. For this exercise, there is no canonical data specified, wouldn't that mean that the exercise doesn't need a generator? |
Yes, if there is no canonical data for this exercise, there can't be a test generator. Sorry about that. |
No worries, I was quite confused. So I guess you can close this issue because this exercise doesn't have any canonical data. |
I'm also trying to figure it out connection between canonical-data and generator. But I didn't find any canonical-data.json in this repository. So this issues are valid? :) |
@GKotfis The canoncial-data.json are defined in another repository, the https://github.com/exercism/problem-specifications which contains all the problem specifications (as the name says 😄). If you run |
There is some documentation on the test generators here: https://github.com/exercism/csharp/blob/master/docs/GENERATORS.md |
I'm closing this issue since there's no canonical data for this exercise. @Gimly and @GKotfis thanks for looking into this! Feel free to update or suggest updates for the documentation for the generators as well. So far, we've had a very small group of contributors which hasn't forced us to be very rigorous with our documentation :) |
This issue is part of an overall initiative to complete #195.
The documentation on how to add generators can be found here. If you get stuck or have any questions about adding this generator, please do not hesitate to reach out!
The text was updated successfully, but these errors were encountered: