Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No buildable Go source files in …/lib/render/textmate #63

Closed
michael-k opened this issue May 27, 2015 · 3 comments
Closed

No buildable Go source files in …/lib/render/textmate #63

michael-k opened this issue May 27, 2015 · 3 comments
Labels

Comments

@michael-k
Copy link

When running go get, I get an build error. I can build limetext (i.e., all frontends) anyway.

$ go get github.com/limetext/lime-backend/lib/...
go build github.com/limetext/lime-backend/lib/render/textmate: no buildable Go source files in $GOPATH/src/github.com/limetext/lime-backend/lib/render/textmate
@erbridge erbridge added the bug label May 27, 2015
@erbridge
Copy link
Contributor

@quarnster: why is the syntax file excluded from builds?

@quarnster
Copy link
Member

Because it doesn't compile :)

The interfaces changed and since this code wasn't used anyway I added a build tag to look at it at a later date.

@quarnster
Copy link
Member

Add: it could be removed as a "fix", it's not used right now anyway

@zoli zoli closed this as completed in 9738c26 Apr 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants