Tag a new release?
Opened this issue · 4 comments
QuLogic commented
I wonder if it would be possible to tag a new release sometime soon?
Mostly because https://github.com/bep/go-tocss is pinning a random version of master
, and uses API that is not released.
drewwells commented
So Go 1.40 added some unsafe Pointer checks. I've been trying to migrate my header bindings over to work with that without much success so far. Whenever I figure that out, I'll ship a new release.
QuLogic commented
Is there something other than #83? At least tests appear to compile and pass with it on 1.20rc3.
drewwells commented
Yeah, run go vet. The way I’m storing int pointers isn’t safe