Naftoli Gugenheim

Results 587 comments of Naftoli Gugenheim

Ok so what's the plan? If I merge the Slick PR with the inelegant separate-SBT-configuration solution, I will feel a tiny bit disappointed but then probably have higher priorities than...

Ok thanks. I'll leave the Slick PR open and work on other things meanwhile, until I hear an update on this (or it becomes necessary to move forward without this)

Hi I probably won't be able to look into this until after Passover. Also at this point I would have to rewrite the code in Slick in tandem. I will...

> Should we have something similar to report binary and source incompatibilities, BTW? Dale recently merged and released the PR that I opened in sbt-mima for that purpose If you...

Just to be clear, is this 3 orthogonal changes or do they build on each other? Just curious.

@milessabin I don't get it. Supposing I have a project that I can't upgrade because it uses library X which only exists for 2.10, if library X uses Either and...

@propensive > val baz: Baz = new(1, "two") Why is that better than > val baz = new Baz(1, "two") @lihaoyi > Would be nice to remove the boilerplate of...

I'm guessing the plan is that in the coherent case, where it will not error on ambiguous Implicits, instead there will be some well-defined (if objectively arbitrary) and specified set...