Skip to content
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

Hamming: Updates canonical-data.json to comply with schema #875

Merged
merged 2 commits into from
Aug 9, 2017

Conversation

ilya-khadykin
Copy link
Contributor

Should resolve #812

Copy link
Member

@ErikSchierboom ErikSchierboom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good, but you should also be updating the version. For more information, see: https://github.com/exercism/problem-specifications#test-data-versioning

@ilya-khadykin
Copy link
Contributor Author

@ErikSchierboom, thanks for pointing out to the issue.
My bad (still new to the project).
I'll update the PR later toady

@ErikSchierboom
Copy link
Member

@m-a-ge No problem! Thanks for taking the effort to do a PR.

@@ -110,14 +110,14 @@
"property": "distance",
"strand1": "AATG",
"strand2": "AAA",
"expected": -1
"expected": {"error": "leftStrand and rightStrand must be of equal length"}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

leftStrand looks a bit like a Java parameter name. How about 'left strand'? Or 'strands are of different lengths'?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It makes sense, will change it as well

@rpottsoh rpottsoh changed the title Updates canonical-data.json to comply with schema Hamming: Updates canonical-data.json to comply with schema Aug 8, 2017
@ilya-khadykin
Copy link
Contributor Author

ilya-khadykin commented Aug 8, 2017

@ErikSchierboom, I've made requested changes, verify please 👮

Copy link
Member

@ErikSchierboom ErikSchierboom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good!

@ErikSchierboom ErikSchierboom merged commit 6d56574 into exercism:master Aug 9, 2017
petertseng added a commit to petertseng/exercism-ceylon that referenced this pull request Oct 4, 2017
No additional action needs to be taken; we were already expecting an
error for the cases of unequal length (which is what 2.0.0 provides).

exercism/problem-specifications#875
petertseng added a commit to exercism/ceylon that referenced this pull request Oct 4, 2017
No additional action needs to be taken; we were already expecting an
error for the cases of unequal length (which is what 2.0.0 provides).

exercism/problem-specifications#875
emcoding pushed a commit that referenced this pull request Nov 19, 2018
Make Acronym unlock WordCount
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

hamming: Update expected errors in canonical data
3 participants