Skip to content

list-ops: update test and version file#1730

Merged
FridaTveit merged 3 commits into
exercism:masterfrom
lemoncurry:list-ops-update
Sep 9, 2019
Merged

list-ops: update test and version file#1730
FridaTveit merged 3 commits into
exercism:masterfrom
lemoncurry:list-ops-update

Conversation

@lemoncurry
Copy link
Copy Markdown
Contributor

closes #1677


Reviewer Resources:

Track Policies

Copy link
Copy Markdown
Contributor

@FridaTveit FridaTveit left a comment

Choose a reason for hiding this comment

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

Looks great! I have only one very minor comment. Thanks for doing this @lemoncurry! 🙂

Comment thread exercises/list-ops/src/test/java/ListOpsTest.java
Copy link
Copy Markdown
Contributor

@FridaTveit FridaTveit left a comment

Choose a reason for hiding this comment

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

Looks great, thanks @lemoncurry! 🙂

Collections.<Double>emptyList(),
2.0,
(x, y) -> x * y));
(x, y) -> x * y)
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.

Technically the closing bracket at the end of this line should also be on a new line, to be completely consistent, as that closes the foldLeft which is spread over several lines. The same applies to the other tests using foldLeft and foldRight spread over several lines. It's not very important though, so I'm happy for this to be merged as it is if you prefer 🙂

Copy link
Copy Markdown
Contributor Author

@lemoncurry lemoncurry Sep 9, 2019

Choose a reason for hiding this comment

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

Ah yes, I missed it. Now all the cases should be covered.

Copy link
Copy Markdown
Contributor

@FridaTveit FridaTveit left a comment

Choose a reason for hiding this comment

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

Brilliant! Thanks for being so thorough @lemoncurry! 😄

@FridaTveit FridaTveit merged commit d59537b into exercism:master Sep 9, 2019
@lemoncurry lemoncurry deleted the list-ops-update branch September 9, 2019 11:31
@lemoncurry
Copy link
Copy Markdown
Contributor Author

Thank you for all your reviews @FridaTveit !

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.

list-ops: update tests and version file (v2.3.0 -> v2.4.0)

2 participants