heweitykc / liteide

Automatically exported from code.google.com/p/liteide
0 stars 0 forks source link

gofmt wait start timeout #32

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try to build
2. There is error log on event log box

What is the expected output? What do you see instead?
When I build source codes, I can see "gofmt wait start timeout" on Event log 
box, and
formatting(arrangement codes) is not applied on the source code.

What version of the product are you using? On what operating system?
X14(2.1875)

Please provide any additional information below.

I use mac(retina 15inch)

in the shell, I type this for additional information.

time gofmt test_code.go

....
.....
..... (omit the source)

real    0m0.008s
user    0m0.005s
sys 0m0.002s

initprocui-MacBook-Pro:acmatch initproc$ echo $GOROOT
/usr/local/go

initprocui-MacBook-Pro:acmatch initproc$ echo $PATH
/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/go/bin:/usr/local/go/bin

go fmt works fine on the shell.

Original issue reported on code.google.com by initproc@gmail.com on 11 Dec 2012 at 7:07

GoogleCodeExporter commented 8 years ago

Original comment by initproc@gmail.com on 11 Dec 2012 at 7:23

Attachments:

GoogleCodeExporter commented 8 years ago
liteide call gofmt default use option -d, use diff.
try gofmt -d test.go

Original comment by Visua...@gmail.com on 17 Dec 2012 at 12:49

GoogleCodeExporter commented 8 years ago
I'm getting the same error on a mac book pro as well.

Original comment by feder...@flowhealth.com on 9 Sep 2014 at 2:48