-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Lack of support for go 1.22 - easy to fix #149
Comments
hey, thank you for being interested in improving this tool. so far no one has complained that they need this tool to be compatible with 1.22. to be honest, let’s push them to upgrade their go versions. how difficult could it really be for go? |
some of us are working within constraints no worries I'll fork it and fix the various issues. cheers |
tool is compatible with v1.22, for example go-actor repo uses v1.22 of go and together with go 1.22 installed on system it is still executing and preforming correctly.
go switchers to since you commented on needing uncovered lines in report, iam kindly letting you know that it was implemented #152 and
feel free to contribute to this repo as well. if you are thinking on fixing slowness on windows please report back your findings. i have try making some progress on this in #157 but i still haven't nailed it down. happy coding 🌞 |
There is only a single func in this code base that make this tool incompatible with go 1.22
Can I request that call is replaced by a simple iterator instead.
I'm sorry I haven't got the call to hand but switch to 1.22 and you'll find it instantly.
5 mins work and we have a tool that works across multiple revisions of go.
The text was updated successfully, but these errors were encountered: