rjolly

Results 18 comments of rjolly

Noted. Looking forward to being able to draw everything from maven central!

> This is not consistent with the rest of the language, which requires all term definitions to have a left-hand side and a right-hand side separated by an `=` sign,...

Well, one could say you are introducing a new name Ord[Int] as it can later be imported using a by-type import `import foo.{given Ord[Int]}`

Yes, I agree that in `given ordInt as Ord[Int] { ... }`, the name is definitely ordInt and not Ord[Int]. But my point is that the current design is self-coherent...

Yes, I'm not disputing that the old implicit system is used under the hood to make things happen. As I understand, the value of the new system is to raise...

To summarize : my feeling is that the current design is especially relevant in the context of coherent type classes.

It might still have locally coherent type classes, and the discussion above is still relevant for these. At least it is how I understand it.

Same here. In Eclipse, import existing maven project results in: Failed to read artifact descriptor for org.matsim:matsim:jar:12.0 Any help appreciated.

Cc @sebhoerl @JoelGaechter

I suspect it might be due to the shutdown of bintray.