-
Notifications
You must be signed in to change notification settings - Fork 142
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
MkRepo.java:68-69: Implement languages() method. Don't forget... #953 #994
Conversation
Many thanks for the PR, let me find a reviewer for it |
@longtimeago please review this one |
@@ -281,7 +279,7 @@ public Notifications notifications() { | |||
|
|||
@Override | |||
public Iterable<Language> languages() { | |||
throw new NotImplementedException("MkRepo#languages"); | |||
return new ArrayList<Language>(0); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it would be nice to have several languages inside. Empty list is useless
…fter code review.
@longtimeago updated, please review. |
user, | ||
new Coordinates.Simple(user, "testrepo4") | ||
); | ||
MatcherAssert.assertThat(repo.languages(), Matchers.notNullValue()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please, also check at least elements count
@nhekfqn One more remark |
…fter code review 2.
@longtimeago updated, please review. |
final int size = 3; | ||
MatcherAssert.assertThat( | ||
Lists.newArrayList(languages), | ||
Matchers.hasSize(size) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
instead of one-time variable size
please use Tv.THREE
…fter code review 3.
@longtimeago updated, please review. |
@nhekfqn Thank you! |
@rultor good to merge |
@longtimeago Thanks for your request. @yegor256 Please confirm this. |
@rultor merge this |
@rultor try to merge again |
@longtimeago thank you, added 15 mins to your acc, payment num is |
@rultor deploy now pls |
Changes Unknown when pulling b164d64 on nhekfqn:976 into * on jcabi:master*. |
No description provided.