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

Errors executing tests on Go 1.5 #17

Closed drewwells closed 9 years ago

drewwells commented 9 years ago

Go tests are failing on Windows like here: https://ci.appveyor.com/project/drewwells/go-libsass/build/157. It is likely related to https://github.com/golang/go/issues/11710.

Related: https://github.com/wellington/go-libsass/pull/16

drewwells commented 9 years ago

go test -gcflags "-linkmode internal" will probably make a working binary, but linkmode is throwing errors with go test.

drewwells commented 9 years ago

This is only happening in particular situations. One example is returning an error from one of the handlers in TestFontURL_invalid

drewwells commented 9 years ago

Fixed in 1.5 https://github.com/wellington/go-libsass/commit/d4892ead15a61651de253af6fbc8ccf3d26d6902