go-gl / gl

Go bindings for OpenGL (generated via glow)
MIT License
1.06k stars 72 forks source link

Add CI bot to automatically run `go generate` and create PRs #159

Closed myaaaaaaaaa closed 3 weeks ago

myaaaaaaaaa commented 9 months ago

The bot will also run go test on go-gl/example as a basic sanity check to make sure that there were no API breakages.

See https://github.com/myaaaaaaaaa/gl/pull/5 for an example of a pull request created by this bot.

Currently clobbers #141 and #142 , a different fix from the glow side is here: go-gl/glow#126

myaaaaaaaaa commented 1 month ago

Any updates? I'm doing some housekeeping on my old PRs, and I'd like to close this if there's no interest in this feature.