开发者

Go bug tracking / report system?

开发者 https://www.devze.com 2022-12-12 00:40 出处:网络
Where can I file bug reports for the Go language? I mean reports about a crashing compiler or something else about Go that does not work as adverti开发者_StackOverflow中文版sed. It would also be inter

Where can I file bug reports for the Go language? I mean reports about a crashing compiler or something else about Go that does not work as adverti开发者_StackOverflow中文版sed. It would also be interesting to just read through them.


Go issue tracker


As of 2010-05-07 there's only one remaining bug in the current release's test suite (AMD/64 version) and that has to do with structure alignment not being "optimal". Some members are stored wider than they really need to be. If you've not seen it yet I recommend a good look at http://www.golang.org, and perhaps searching the archives of the mailing list linked there.

Hotei

0

精彩评论

暂无评论...
验证码 换一张
取 消