4 评论 (4 评论)0 反应 (0 反应)0 负责人 (0 负责人)Scala2,230 star (2,230 star)572 fork (572 fork)batch import
good first issue
- 议题类型
- bug
- 前置要求
- 无
- 研究方向
- Locate the `@implicitNotFound` annotation on the `Ticker` type in the cats effect source code (likely in core or testkit module). The annotation currently suggests using `ticked` but that import is not part of the testkit. Update the message to reference the correct import path, such as `cats.effect.testkit.Ticker.ticked` or similar. Check the actual import location in the testkit module to ensure accuracy.