Results 42 comments of Phoenix

@qicosmos 测试不不通过主要是因为在以下语句中: ```C++ typedef Variant cv; cv v = 10; ... ``` 得到的错误信息是: ``` In file included from test.cc:3:0: Variant.h: In instantiation of ‘void Variant::destroy(const std::type_index&, void*) [with Types =...

大佬你好,我发现在 day4-timeout 时,执行 `go test -v` 会有一定概率出现测试卡死无响应的bug。我已经在该项目下提了 issue,你可以看一下。[issue#26](https://github.com/geektutu/7days-golang/issues/26)

这里分享一下我关于代码的一些定位测试,我在几个函数中加入了打印语句,通过查看日志,我发现导致这个bug 出现的直接原因是 client 的 receive 函数,如下(带有一些我的打印语句): ```go func (client *Client) receive() { var err error for err == nil { var h codec.Header log.Println("Testing, receive:client calling ReadHeader") err = client.cc.ReadHeader(&h)...

The CNCF Code of Conduct is referenced in the project readme. FYI: https://github.com/datenlord/Xline#code-of-conduct

emailed the maintainers' email addresses to [[email protected]](mailto:[email protected])

DCO has installed for the Xline project

Regarding the following point, I have some questions: > GitHub: ensure 'thelinuxfoundation' and 'caniszczyk' are added as initial org owners, this helps us make sure we have continuity of GH...

Are there any specific requirements for the org name? The name "xline" has already been taken. Can we use "xline.kv" as the org name instead? @amye @caniszczyk

@caniszczyk Xline has been moved to a neutral GitHub org. FYI: https://github.com/xline-kv. DCO is on for all repos in the xline-kv.