typelevel / algebra

Experimental project to lay out basic algebra type classes
https://typelevel.org/algebra/
Other
378 stars 69 forks source link

Dotty #239

Closed cquiroz closed 3 years ago

cquiroz commented 3 years ago

This PR contains a bunch of updates to libraries including:

There is a mima check failure but I think it comes from cats. I'm not too familiar with mima, should an exception be made?

johnynek commented 3 years ago

I think the mima errors are that you removed the ignoredABI thing from mima in the build.

I think if you put that back it will be okay.

cquiroz commented 3 years ago

I suspect the mima error is due to: https://github.com/typelevel/cats/commit/0f2215111a2607469ace291ecd86f8fb05730035#diff-1486a9963346d9a4200ebe5d66128d4904963a678c937ef8f9559ff5ced08972R5

The signature of catsKernelStdOrderForChar changed

cquiroz commented 3 years ago

It would be great to get a release. I'd like to try to get spire to cross build to dotty

larsrh commented 3 years ago

I hadn't noticed this PR. I will get a release done, thanks!