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

SafeMap appears broken on s390x #73

Closed QuLogic closed 5 years ago

QuLogic commented 5 years ago

With 32-bit systems fixed, it seems the only errors left are on s390x. Test results appear to be filled with messages like:

failed to resolve import slice: 0
failed to resolve header slice: 0
failed to resolve Cookie 0

These messages all seem to trace back to SafeMap, or something in its usage that seems to be going wrong.

QuLogic commented 5 years ago

Unfortunately, go test -race doesn't turn up anything locally, and it's not supported on s390x for me to even try.