Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

456 suggest ZIO combinators when using ZIO2 #458

Merged

Conversation

myazinn
Copy link
Collaborator

@myazinn myazinn commented Nov 29, 2023

Closes #456. Apparently, we've already got most of the inspections. They just weren't working because in ZIO2 they are placed within ZIOCompanionVersionSpecific trait and plugin inspections couldn't recognize them.

@hmemcpy
Copy link
Collaborator

hmemcpy commented Nov 30, 2023

This is great, thank you! Could you also take a look at why some of the fromOption etc tests are failing?
Feel free to merge :)

@myazinn
Copy link
Collaborator Author

myazinn commented Nov 30, 2023

@hmemcpy done :) Though now I wonder why it worked before

@myazinn myazinn merged commit 89b37e3 into zio:idea233.x Nov 30, 2023
4 checks passed
@hmemcpy
Copy link
Collaborator

hmemcpy commented Nov 30, 2023

Haha amazing.
Maybe they silently "fixed" something between the scala plugin versions.
Anyway, thanks a lot 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: suggest ZIO.none for ZIO.succeed(None)
2 participants