Julien Richard-Foy

Results 388 comments of Julien Richard-Foy

Thank you for the thorough explanation. Now it’s clearer to me. > I think in a way this comes back to what I said elsewhere, that providing functionality in an...

@nafg Actually I am not sure. I agree that it would be very useful to expose the functionality of this sbt-plugin in a way that can be used outside of...

My main concern is maintaining additional public APIs. I think I understood well your goal, maybe I didn’t express myself clearly :) I think it would indeed be useful to...

> Ok so what's the plan? I would like to take a bit more time to think about it. > Does that mean you don't feel my use case justifies...

FTR, we added several features that will facilitate the generation of compatibility reports, especially the task `versionPolicyExportCompatibilityReport` (in #189). At the time of writing, the reports only show the level...

So, we would have `LinkedHashSet` as a concrete subtype of `SeqSet`?

Thank you for submitting the proposal. I’ve assigned a team of reviewers who will post their feedback within the next couple of weeks.

> I changed the stage label to stage:implementation - as that is required by our state transition diagram (and the script that generates the sips website) Does that mean that...

Another operation a bit similar would be: ~~~ scala trait IterableOps[A, CC[_], C] { def groupByTo[MC[_, _], K](factory: Factory[(K, CC[A]), MC[K, CC[A]]])(f: A => K): MC[K, CC[A]] } ~~~ The...