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
Adding type signatures to Mock modules to workaround scala/scala3#8764
error:
```
[error] -- Error: PureModule.scala:77:86
[error] 77 | val static = ZIO.accessM[PureModule](_.get.static)
[error] | ^
[error] |could not find implicit value for izumi.reflect.Tag[zio.test.mock.module.PureModule.Service]. Did you forget to put on a Tag, TagK or TagKK context bound on one of the parameters in zio.test.mock.module.PureModule.Service? e.g. def x[T: Tag, F[_]: TagK] = ....
[error] |I found:
[error] |
[error] | {
[error] | izumi.reflect.Tag.apply[zio.test.mock.module.PureModule.Service](classOf[Any]
[error] | ,
[error] | {
[error] | <empty> :izumi.reflect.macrortti.LightTypeTag
[error] | }
[error] | ):izumi.reflect.Tag[zio.test.mock.module.PureModule.Service]
[error] | }
[error] |
[error] |But method tagFromTagMacro in object Tag does not match type izumi.reflect.Tag[zio.test.mock.module.PureModule.Service].
[error] |
[error] |The following import might make progress towards fixing the problem:
[error] |
[error] | import izumi.reflect.Tag.tagFromTagMacro
```
0 commit comments