zio-lambda icon indicating copy to clipboard operation
zio-lambda copied to clipboard

Unable to Resolve lazy val Reflection with Scala Version 3.3.3

Open kijuky opened this issue 11 months ago • 1 comments

Description:

When using the zio-lambda library with a project Scala version of 3.3.3, there is an issue where lazy val reflection cannot be resolved, rendering the execution impossible. This problem can be resolved by upgrading the zio-json version and merging pull request #232.

Steps to Reproduce:

  1. Set up a project using Scala version 3.3.3.
  2. Integrate zio-lambda library.
  3. Attempt to execute code involving lazy val reflection.

Expected Behavior:

Code execution should proceed without issues.

Actual Behavior:

Execution fails due to the inability to resolve lazy val reflection.

Resolution:

Updating the zio-json version and merging pull request #232 resolves this issue.

Additional Information:

  • Scala Version: 3.3.3
  • Library Version: zio-lambda
  • Relevant Pull Request: #232

Reference

  • https://github.com/scala/scala3/issues/13985#issuecomment-1318525950

kijuky avatar Mar 13 '24 06:03 kijuky

Thanks for reporting. I'll check this and release a fix.

jrmsamson avatar Mar 13 '24 11:03 jrmsamson