Matt Baxter
Matt Baxter
Check out issue #78 for Zoom
This week, I'm quite busy and I don't have the time to put in the thought for considering this. So, in the mean time: Have you considered mocking it (and...
KICL tests with mockito so it can't be broken for that reason. My guess is that you don't have checker framework in your dependencies, which totally will make mockito fall...
I wonder if changing from `provided` to `compile` on checker-qual would make things behave? [not available for dev stuff until maybe Sunday]
Closing the following PRs, with the hope of using them later under a separate PR: https://github.com/KittehOrg/KittehIRCClientLib/pull/136 https://github.com/KittehOrg/KittehIRCClientLib/pull/207 The PR would come from this branch: https://github.com/KittehOrg/KittehIRCClientLib/commits/maskTakeThree
What about a method that returns if the client is in all intended channels? In Client.java: ```java boolean isInIntendedChannels(); ``` Returns true if list of channels submitted to join are...
When would this magical event be fired? Once per connection? Every time you go from `
What happens when `addChannel` is called after the event is fired? The conditions are being newly met again, without having parted and rejoined.
#283 maybe?
This seems reasonable to me! I just might take a bit to get around to reviewing so I'm throwing up the accepted label in celebration of hacktoberfest in the mean...