-
Notifications
You must be signed in to change notification settings - Fork 361
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
Make connectionIO syntax available without import #1595
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this still wanted? Happy to fix the conflicts it if so |
Thanks @bplommer. Sorry this has been lingering for a long time. I think we can close this ticket for now. I'm thinking of transferring doobie to the typelevel github & maven org, which will be a good time to merge the modules as it minimizes confusion. I think we can close this PR for now but leave the issue open. When we've done the necessary work we can implement this change again on top, to avoid having to deal with conflicts. Thanks! |
No worries! |
This requires combining the
free
andcore
modules to make Transactor visible from ConnectionOp. I added amacros
module so the scala 2 macros would be usable from core.Resolves #1592