wellington/go-libsass

Tag a new release?

Opened this issue · 4 comments

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.

Just a friendly ping here; current release nor master build on Go 1.20 now #83

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.

Is there something other than #83? At least tests appear to compile and pass with it on 1.20rc3.

Yeah, run go vet. The way I’m storing int pointers isn’t safe