Skip to content
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

Go 1.22 support #1629

Closed
Tracked by #157782
stefanb opened this issue Jan 14, 2024 · 0 comments · Fixed by goplus/gogen#331
Closed
Tracked by #157782

Go 1.22 support #1629

stefanb opened this issue Jan 14, 2024 · 0 comments · Fixed by goplus/gogen#331
Labels

Comments

@stefanb
Copy link

stefanb commented Jan 14, 2024

While testing with Go 1.22rc1 (prerelease of upcoming Go 1.22, scheduled to be released February) in

the test failed with error:

  ==> /opt/homebrew/Cellar/goplus/1.1.13/bin/gop env GOPVERSION
  panic: interface conversion: types.Sizes is *types.gcSizes, not *types.StdSizes
  
  goroutine 1 [running]:
  github.com/goplus/gox.init.0()
  	/Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/goplus/[email protected]/builtin.go:735 +0xac

The test failed at gop env GOPVERSION.

Full test can be seen in https://github.com/Homebrew/homebrew-core/blob/1c34702ce43b9811e00c43b220dea3b2fbe8790f/Formula/g/goplus.rb#L34-L53

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants