Evgeny Veretennikov

Results 16 comments of Evgeny Veretennikov

Right now there is such recomendation in this guide: > The exceptions to this rule are for-comprehensions which lack a yield clause. In such cases, the construct is actually a...

Currently, we can derive `ConfigReader` using `derives ConfigReader`. Could we also support deriving it in Scala 3 using `deriveReader[T]`, like in Scala 2? That would simplify migration to Scala 3....

Created a separate issue: https://github.com/pureconfig/pureconfig/issues/1590

@ruippeixotog could you approve @grzegorz-bielski's plan, please? https://github.com/pureconfig/pureconfig/pull/1599#issuecomment-1858805071

@cushon are there any plans to fix this issue? Or maybe, some tips for potential contributors, how to fix it? Links to relevant code, etc. We'd like to turn on...

Also, `strict_deps_mode = error` sometimes suggests to add proto_library() dependencies, instead of java_proto_library() dependencies. Couldn't create MVCE yet, though.

> Regarding java_proto_library deps being incorrectly reported - it's a known issue Thanks for your link, found https://github.com/bazelbuild/bazel/issues/4990 here > Could you create a small repo to reproduce your problem?...

One more thought to share: I’d like to have `ScalamockZSpec` published in a single version of Scalamock that supports both Scala 2.13 and Scala 3. At the same time, I’d...

Or alternatively, would it be possible to merge this into both master and maintenance-6.x branches?