typelevel/cats

Clean out warnings from Dotty

Open

#3,751 opened on Jan 30, 2021

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Scala (1,241 forks)batch import
good first issuelsug

Repository metrics

Stars
 (5,438 stars)
PR merge metrics
 (Avg merge 4h 2m) (5 merged PRs in 30d)

Description

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.

Contributor guide