xparse icon indicating copy to clipboard operation
xparse copied to clipboard

etld/fsm.go triggers pathological compiler case

Open rogpeppe opened this issue 9 years ago • 1 comments

I tried to compile it under Go 1.7rc1 and the compiler never completed.

See https://github.com/golang/go/issues/16407 - there's a suggestion by @josharian for a possible way to work around the issue in fsm.go code.

rogpeppe avatar Jul 18 '16 16:07 rogpeppe

It seems like the latest go 1.7.1 was able to finish the compilation:

time go test

PASS ok github.com/zhenjl/xparse/etld 0.014s

real 2m10.354s user 1m50.362s sys 0m2.138s

Not great since it's still 2 minutes.

zhenjl avatar Oct 06 '16 17:10 zhenjl