-
Notifications
You must be signed in to change notification settings - Fork 156
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
#561 added languages tweets #761
Conversation
Many thanks, I'll find someone to review it before we merge |
@longtimeago review this pull request when possible |
); | ||
Mockito.when(repo.languages()).thenReturn(langs); | ||
final Twitter twitter = Mockito.mock(Twitter.class); | ||
final Agent agent = new Tweets(repo.github(), twitter); |
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.
looks like one-time variable
@krzyk Please, see several remarks in the code. |
@longtimeago jcabi/jcabi-github#923 was implemented but not all the puzzles, right now the code is in a state where MkGithub languages throws unimplemented exception |
@longtimeago I took another look and the code is here after all, something changed during the weekend |
@yegor256 could you release new version of jcabi-github? This way I could get rid of todo here and have full implementation ready. |
@krzyk jcabi-github 0.18.9 will be released in a few minutes, see jcabi/jcabi-github#972 |
@longtimeago take a look now, with newer jcabi-github it is much cleaner :) |
@krzyk totally agree, thank you! |
@rultor good to merge |
@longtimeago Thanks for your request. @yegor256 Please confirm this. |
@rultor merge |
@longtimeago Much obliged! I've added 16 mins to your account in payment "50957905". +16 to your rating, your total score is +1514 |
@rultor deploy now pls |
@alex-palevsky OK, I'll try to deploy now. You can check the progress here |
@alex-palevsky Done! FYI, the full log is here (took me 14min) |
I had to add suppress for PMD, because it wasn't counting correctly the amount of
StringBuilder
reserved (PMD stated that builder was initialized with 16 capacity, while it is with 200)