去错误跟踪/报告系统吗?
在哪里可以提交 Go 语言的错误报告?我的意思是有关编译器崩溃的报告或有关 Go 的其他内容无法像宣传的那样工作的报告。通读它们也会很有趣。
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 advertised. It would also be interesting to just read through them.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Go 问题跟踪器
Go issue tracker
截至 2010 年 5 月 7 日,当前版本的测试套件(AMD/64 版本)中仅剩下一个错误,该错误与结构对齐不是“最佳”有关。有些成员的存储空间比实际需要的宽。如果您还没有看过,我建议您仔细查看 http://www.golang.org,也许还可以搜索那里链接的邮件列表的档案。
布袋
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