You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, for your information, the support of Go generics in yaegi is not ready yet. When ready, it should be made available in the main branch after the release of go1.19, for compatibility reasons, as we support the 2 last Go versions and go1.17.x is incompatible with generics.
Status:
* [x] parsing code with generics
* [x] instantiate generics from concrete types
* [x] automatic type inference
* [x] support of generic recursive types
* [x] support of generic methods
* [x] support of generic receivers in methods
* [x] support of multiple type parameters
* [x] support of generic constraints
* [x] tests (see _test/gen*.go)
Fixes#1363.
Proposal
There's not much to add to the title... This project looks really cool and I'd like to use it with the latest Go 1.18.
Background
foo
Workarounds
bar
The text was updated successfully, but these errors were encountered: