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

2022-06-08 Thread GitBox
wwbmmm commented on issue #1693: URL: https://github.com/apache/incubator-brpc/issues/1693#issuecomment-1150703799 > > 不是很理解仅仅删除这个编译优化提示`__attribute__ ((const))`为什么要改其它基础库? 用到__atrribute((const))的地方很多,不只是glibc,其它库也可能会用到,哪些该删哪些不该删,需要一个一个排查。 > > ARM Compiler 的文档说得更清楚,只有函数

[GitHub] [incubator-brpc] rhli commented on issue #1382: macos (Apple M1 )编译过程报错

2022-06-08 Thread GitBox
rhli commented on issue #1382: URL: https://github.com/apache/incubator-brpc/issues/1382#issuecomment-1150622568 > master HEAD支持了,期待大家的测试与反馈 Macbook Pro M1 测试 echo 没问题,太棒了! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[incubator-brpc] branch master updated: BugFix: Send WindowUpdate when ClearAbandonedStreams is called (#1786)

2022-06-08 Thread wwbmmm
This is an automated email from the ASF dual-hosted git repository. wwbmmm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git The following commit(s) were added to refs/heads/master by this push: new 4b80e952 BugFix: Send WindowUpdate when

[GitHub] [incubator-brpc] wwbmmm merged pull request #1786: BugFix: Send WindowUpdate when ClearAbandonedStreams is called

2022-06-08 Thread GitBox
wwbmmm merged PR #1786: URL: https://github.com/apache/incubator-brpc/pull/1786 -- 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.apa

[GitHub] [incubator-brpc] wwbmmm commented on issue #1787: do we support python for now?

2022-06-08 Thread GitBox
wwbmmm commented on issue #1787: URL: https://github.com/apache/incubator-brpc/issues/1787#issuecomment-1150600279 We don't support python yet -- 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

[incubator-brpc] branch master updated: Elaborate how-to-build steps for MacOS

2022-06-08 Thread jamesge
This is an automated email from the ASF dual-hosted git repository. jamesge pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git The following commit(s) were added to refs/heads/master by this push: new 9556320a Elaborate how-to-build steps f

Re: Say hello to bRPC community

2022-06-08 Thread Jerry Tan
Welcome, thanks for your contribution On 2022/06/04 07:52:50 Hu go wrote: > Hi, all: > > I'm Xiguo Hu, from the Cloud Native Team of Baidu Infrastructure > Department, now mainly taking part in the development of bRPC framework and > Service Mesh within Baidu. Here is my Github address: > https:/

[GitHub] [incubator-brpc] Huixxi commented on issue #1382: macos (Apple M1 )编译过程报错

2022-06-08 Thread GitBox
Huixxi commented on issue #1382: URL: https://github.com/apache/incubator-brpc/issues/1382#issuecomment-1149797181 本机(M1 Macbook Pro 13inc)验证通过,参照更新后的[getting_started.md](https://github.com/apache/incubator-brpc/blob/master/docs/cn/getting_started.md#macos)文档,附上戈神的PR:https://github.com/apac

[GitHub] [incubator-brpc] HaoLiuHust opened a new issue, #1787: do we support python for now?

2022-06-08 Thread GitBox
HaoLiuHust opened a new issue, #1787: URL: https://github.com/apache/incubator-brpc/issues/1787 **Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)** **Describe the solution you'd like (描述你期望的解决方法)** do we support use python for server or client develop? **

[GitHub] [incubator-brpc] jamesge commented on issue #1382: macos (Apple M1 )编译过程报错

2022-06-08 Thread GitBox
jamesge commented on issue #1382: URL: https://github.com/apache/incubator-brpc/issues/1382#issuecomment-1149685114 master HEAD支持了,期待大家的测试与反馈 -- 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

[incubator-brpc] branch master updated: Support apple silicon

2022-06-08 Thread jamesge
This is an automated email from the ASF dual-hosted git repository. jamesge pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git The following commit(s) were added to refs/heads/master by this push: new efa9989e Support apple silicon efa9989e

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

2022-06-08 Thread GitBox
songdongsheng commented on issue #1693: URL: https://github.com/apache/incubator-brpc/issues/1693#issuecomment-1149540326 > 1. 修改pthread_self()等函数的声明。但是,这个问题在于要改很多基础库。 不是很理解仅仅删除这个编译优化提示`__attribute__ ((const))`为什么要改其它基础库? ARM Compiler 的文档说得更清楚,只有函数的返回值只依赖其输入参数时才可以使用`__attribute