wellington / go-libsass

Go wrapper for libsass, the only Sass 3.5 compiler for Go
http://godoc.org/github.com/wellington/go-libsass
Apache License 2.0
205 stars 28 forks source link

Tag a new release? #75

Open QuLogic opened 5 years ago

QuLogic commented 5 years ago

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.

QuLogic commented 1 year ago

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

drewwells commented 1 year ago

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 1 year ago

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

drewwells commented 1 year ago

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