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

implement error object on multiple exercises #1337

Merged
merged 11 commits into from
Sep 24, 2018

Conversation

rpottsoh
Copy link
Member

@rpottsoh rpottsoh commented Sep 21, 2018

per #1311
phone-number
say
variable-length-quantity
queen-attack
forth

@@ -1,6 +1,6 @@
{
"exercise": "say",
"version": "1.1.0",
"version": "1.2.0",
"comments": [
"Here -1 is used as expected value to indicate that the",
Copy link
Contributor

Choose a reason for hiding this comment

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

Would it make sense to update the comments to reflect the new error object?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes it would. 😄 Thanks for pointing it out.

@Insti
Copy link
Contributor

Insti commented Sep 21, 2018

Multiple changes in 1 PR makes reviewing harder. (Note to self: remember to view commits individually.)

Make sure you check all the comments at the start of the files.

Thanks for taking this on @rpottsoh 👍

@rpottsoh
Copy link
Member Author

Multiple changes in 1 PR makes reviewing harder.

Sorry about that. I hadn't considered that.

@rpottsoh
Copy link
Member Author

Should I just bust this up into separate PRs? This is getting messy, fast.

@Insti
Copy link
Contributor

Insti commented Sep 24, 2018

Should I just bust this up into separate PRs? This is getting messy, fast.

As long as nothing else needs to be done it's probably OK, just something to keep in mind for next time.

Copy link
Contributor

@sdublish sdublish left a comment

Choose a reason for hiding this comment

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

Looks good; thanks for fixing the comments!

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.

3 participants