Skip to content

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

Merged
ErikSchierboom merged 2 commits intoexercism:masterfrom
ilya-khadykin:issue_812
Aug 9, 2017
Merged

Hamming: Updates canonical-data.json to comply with schema#875
ErikSchierboom merged 2 commits intoexercism:masterfrom
ilya-khadykin:issue_812

Conversation

@ilya-khadykin
Copy link
Copy Markdown
Contributor

Should resolve #812

Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Member

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

Comment thread exercises/hamming/canonical-data.json Outdated
"strand1": "AATG",
"strand2": "AAA",
"expected": -1
"expected": {"error": "leftStrand and rightStrand must be of equal length"}
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Contributor Author

ilya-khadykin commented Aug 8, 2017

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

Copy link
Copy Markdown
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