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
This commit ensures that Scriggo supports the Go compiler in versions
1.22 and 1.23.
Support for compiler versions 1.21 and earlier is therefore no longer
guaranteed.
Regarding support related to the language itself and the changes
introduced by the various versions of Go, we have opened a dedicated
issue (#952), which tracks the various changes in Scriggo's behavior to
align with the behaviors introduced in Go version 1.19 and subsequent
versions up to 1.23; therefore, some tests have been disabled while we
await support for specific changes recently introduced in Go.
Co-authored-by: Marco Gazerro <gazerro@open2b.com>
Go 1.19
TODO
Go 1.20
TODO
Go 1.21
panic(nil)
TODO
Go 1.22
TODO (https://tip.golang.org/doc/go1.22)
Go 1.23
TODO
The text was updated successfully, but these errors were encountered: