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
206 stars 28 forks source link

Unable to run the example code with go 1.20.1 #84

Open hsuehic opened 1 year ago

hsuehic commented 1 year ago
image

Can use the following git repo for reproducing.

https://github.com/hsuehic/go-sass-test

drewwells commented 1 year ago

There's issues with how I'm tracking go pointers in cgo. Unfortunately, I've not found a way that makes newer versions of Go happy and doesn't entirely break the code in the process.

hsuehic commented 1 year ago

There's issues with how I'm tracking go pointers in cgo. Unfortunately, I've not found a way that makes newer versions of Go happy and doesn't entirely break the code in the process.

Get it. Thanks for the support and great work. Looking forward to a solution.