Cody Allen

Results 250 comments of Cody Allen

@BusyByte I'm not sure that I can shed any light on what's going wrong for you, but I can tell you the setup that we have that _is_ working for...

Thanks @kailuowang that's a good idea. I can give it a try. Do we have a naming convention for the implicit methods that we wish had the name of the...

Doing this generates a bunch of `ReversedMissingMethodProblem` mima errors. It's probably safe to exclude those since we only care about backward compatibility and not forward compatibility, right? Do we ever...

Another good idea :) I need to focus on work for a while, but I'll try to come back to this soon.

Oh I get it now. The problem is with adding it to the trait pre-Scala 2.12. Hmmm I can't think of a way around this that's binary-compatible before Scala 2.12...

@kailuowang the `Order` instance for tuples is defined at the top level of the `TupleInstances` trait, so I _think_ that if we try to create a new `trait` and add...

Oh I see. This is going to get messy but yeah we could probably do that. I'd like to see Cats move in a direction where we commit the reasonable...

I came back to this today, and I'm a bit inclined to only fix this in Cats 2.1+ (once we drop pre-scala 2.12 bincompat support). Doing this in a backwards-compatible...

@non do you have an example of when using separate argument lists improves type inference? It seems like I've been aware of examples in the past, but I'm having trouble...

@OlivierBlanvillain I totally agree that our docs aren't very discoverable. @non has a branch where he has done a bit of cleanup, but we still have a long way to...