limetext / backend

Backend for LimeText
BSD 2-Clause "Simplified" License
538 stars 87 forks source link

Sublime tests fail on go 1.6 #87

Closed erbridge closed 8 years ago

erbridge commented 8 years ago

panic: runtime error: cgo result has Go pointer in TestSublime (see e.g. https://travis-ci.org/limetext/lime-backend/jobs/118307558). The issue lies in gopy.

zoli commented 8 years ago

After merging #84 https://travis-ci.org/limetext/lime-backend/jobs/118525443

sunxfancy commented 8 years ago

It thrown this error after loading Diff plugin in my platform, ubuntu 16.04, go 1.6

jacobrosenthal commented 8 years ago

I think the projects still on Go 1.5x

On Sun, Apr 24, 2016 at 6:07 AM, 西风逍遥游 notifications@github.com wrote:

It thrown this error after loading Diff plugin in my platform, ubuntu 16.04, go 1.6

erbridge commented 8 years ago

Yes. We still have some pointer issues preventing it from working with go1.6.

erbridge commented 8 years ago

Moved to limetext/sublime#3.