typelevel / cats

Lightweight, modular, and extensible library for functional programming.
https://typelevel.org/cats/
Other
5.2k stars 1.19k forks source link

Clean out warnings from Dotty #3751

Open larsrh opened 3 years ago

larsrh commented 3 years ago

There's a bunch of warnings that Dotty emits, e.g. type tests that cannot be checked at runtime.

I suspect many of them can be resolved in a way that are compatible with Scala 2.

zhenglaizhang commented 3 years ago

Recently I am looking at this wonderful lib, and I think I can investigate and try to clean out.

WatchTower001110 commented 8 months ago

3751 #4186