-
Notifications
You must be signed in to change notification settings - Fork 93
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
Do we need interop with trace4cats? #588
Comments
We definitely need interop, and we already have it. But it's not published and I am not sure if the main repo is a right place for it. |
What do you mean 'main repo'? trace4cats or tofu? If we already have it - how I can find it? |
We are talking about a little bit of tidying here and moving some integrations to dedicated repos under the tofu.tf org |
Ok then, how I can contribute it now? And how can foreign contributors do it? |
I've sent an invitation to you, you can start a new repo, private or public after acceptance |
Thank you for the invitation! @Odomontois the last one question - how do we version foreign repos? |
@Ssstlis Ideally a foreign repo has the same first two numbers (after zero) as the core tofu version, and then an additional number for its own updates, unrelated to the core |
trace4cats lib have some context type classes and lenses right here, so when you use tofu context type classes and lenses with TF style you probably need some interop implicit conversion, which we can provide for users automatically. Can we place it inside tofu?
The text was updated successfully, but these errors were encountered: