You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report. Read and MkRead serves different purposes as the latter is mainly used for triggering automatic derivation.
Typically you shouldn't need to work with MkRead explicitly is there a particular reason why you want to summon MkRead? Are you getting compilation errors?
@jatcwang the main reason is that Read.derived gets reported as having ambiguous implicits, implicitly[MkRead[(Int, String)]] is just a reproducer.
notxcain
changed the title
Highlighting issue in IDEA when summoning an MkRead instance
1.0.0-RC6: Highlighting issue in IDEA when summoning an MkRead instance
Sep 19, 2024
Hi!
IDEA thinks that
LowerPriorityRead#generic
andReadPlatform#genericTuple
have the same priority.Maybe we should move
ReadPlatform#genericTuple
toMkReadPlatform
?Repro:
Same issue with
Read.derived
.The text was updated successfully, but these errors were encountered: