-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
Use Go 1.18 generics over "genny" #40
Comments
Most definitely, I want to get rid of my genny fork and let compiler do its thing. |
Do you mind me bringing up a branch and trying some stuff out over the holidays? Would love to play around with the beta and have a proper use case. Will also get some benchmarks. Even if it won't get accepted we might get some insights from it. |
And I didn't know you were using your own genny fork. Might want to tag it using |
Of course, would be great |
I weren't able to implement anything usable yet, however, when using your genny fork I noticed it procudes different code than the one checked in manually. For example the casing is different and the generated code has "go:build ignore" tags. |
What is your take on Go 1.18 generics? Is that something you plan to support or implement? This would replace
genny
.The text was updated successfully, but these errors were encountered: