[GitHub] [incubator-brpc] liu-meng-06 commented on issue #1835: potobufTojson Exception

2022-07-15 Thread GitBox
liu-meng-06 commented on issue #1835: URL: https://github.com/apache/incubator-brpc/issues/1835#issuecomment-1185534843 > - 代码 ``` c++ #include "test.pb.h" #include #include #include #include #include #define HOST "127.0.0.1" #define PORT (8009

[GitHub] [incubator-brpc] lorinlee closed issue #1693: compile failed with error "error: macro "__has_attribute" requires an identifier"

2022-07-15 Thread GitBox
lorinlee closed issue #1693: compile failed with error "error: macro "__has_attribute" requires an identifier" URL: https://github.com/apache/incubator-brpc/issues/1693 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[incubator-brpc] branch master updated (da1fc138 -> 28eb0636)

2022-07-15 Thread lorinlee
This is an automated email from the ASF dual-hosted git repository. lorinlee pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git from da1fc138 Merge pull request #1837 from wasphin/feature/update-getting-start new 87e18c6a Fix __const__

[GitHub] [incubator-brpc] lorinlee merged pull request #1783: Fix __const__ compile error in gcc version >= 11.2.0

2022-07-15 Thread GitBox
lorinlee merged PR #1783: URL: https://github.com/apache/incubator-brpc/pull/1783 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@brpc.a

Re: [VOTE] Release Apache brpc (Incubating) 1.2.0

2022-07-15 Thread Lorin Lee
+1 (binding) I have checked: [x] Download links are valid. [x] incubating in the name. [x] Checksums and GPG signatures are valid. [x] RELEASE_VERSION in the source code matches the current release. [x] LICENSE and NOTICE files are correct for each brpc repo. [x] No compiled archives bundled in t

meeting minutes of the monthly meeting on July

2022-07-15 Thread Jerry Tan
time: July 15th, 2022 location: online participate: Tanzhongyi, Liushuai, wangWei, Wangxiaofeng, Huxiguo, wangweibing, caidaojin,lilei let new committers Huxiguo and WangXiaofeng introduce themselves online. then we discuss the release progress of 1.2.0, which need 2 +1 from PPMC. todos:

[GitHub] [incubator-brpc] wasphin opened a new pull request, #1840: Add skywalking license eyes

2022-07-15 Thread GitBox
wasphin opened a new pull request, #1840: URL: https://github.com/apache/incubator-brpc/pull/1840 Related to #1839 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

[GitHub] [incubator-brpc] lorinlee merged pull request #1840: Add skywalking license eyes

2022-07-15 Thread GitBox
lorinlee merged PR #1840: URL: https://github.com/apache/incubator-brpc/pull/1840 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@brpc.a

[incubator-brpc] branch master updated (28eb0636 -> a4e20bb4)

2022-07-15 Thread lorinlee
This is an automated email from the ASF dual-hosted git repository. lorinlee pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git from 28eb0636 Merge pull request #1783 from wwbmmm/fix-attribute-const new 96bf3651 Add Apache license heade

[GitHub] [incubator-brpc] lorinlee closed issue #1839: 实现自动化检查发布结果

2022-07-15 Thread GitBox
lorinlee closed issue #1839: 实现自动化检查发布结果 URL: https://github.com/apache/incubator-brpc/issues/1839 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-u

[GitHub] [incubator-brpc] lorinlee commented on pull request #1812: use find_package with SnappyConfig.cmake instead of find_path

2022-07-15 Thread GitBox
lorinlee commented on PR #1812: URL: https://github.com/apache/incubator-brpc/pull/1812#issuecomment-1186094968 @renzhong could you please fix this ci issue? thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [incubator-brpc] wasphin commented on issue #1839: 实现自动化检查发布结果

2022-07-15 Thread GitBox
wasphin commented on issue #1839: URL: https://github.com/apache/incubator-brpc/issues/1839#issuecomment-1186099973 Skywalking 只检查了授权部分,还需要支持类似自动下载发布包,校验 sha512,验证签名以及必要的其他文件内容的检查。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [incubator-brpc] bailongxian opened a new issue, #1841: protobuf 3.21.2 编译失败

2022-07-15 Thread GitBox
bailongxian opened a new issue, #1841: URL: https://github.com/apache/incubator-brpc/issues/1841 **Describe the bug (描述bug)** protobuf 3.21.2 编译失败,该版本的protobuf在Message中加了一个纯虚函数Message* New(Arena* arena) const override = 0; NsheadMessage继承自该类,当前brpc版本为实现该函数 **To Reproduce (复现方法)