You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by GitBox <gi...@apache.org> on 2022/11/13 05:25:11 UTC

[GitHub] [incubator-brpc] leaf-potato opened a new issue, #1988: warning信息标点错误

leaf-potato opened a new issue, #1988:
URL: https://github.com/apache/incubator-brpc/issues/1988

   **Describe the bug (描述bug)**
   
   在`src/butil/iobuf.cpp:144`的警告信息中英文标点错误:
   
   ```cpp
   #else   // ARCH_CPU_X86_64
   
   #warning "We don't check if the kernel supports SYS_preadv or SYS_pwritev on non-X86_64, use impl. on pread/pwrite directly"
   ```
   
   **To Reproduce (复现方法)**
   
   查看代码文件的对应位置
   
   **Expected behavior (期望行为)**
   
   应该是`use impl on pread/pwrite directly.` 而不是`use impl. on pread/pwrite directly`
   
   


-- 
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-unsubscribe@brpc.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org


[GitHub] [incubator-brpc] wwbmmm closed issue #1988: warning信息标点错误

Posted by GitBox <gi...@apache.org>.
wwbmmm closed issue #1988: warning信息标点错误
URL: https://github.com/apache/incubator-brpc/issues/1988


-- 
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-unsubscribe@brpc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org


[GitHub] [incubator-brpc] jamesge commented on issue #1988: warning信息标点错误

Posted by GitBox <gi...@apache.org>.
jamesge commented on issue #1988:
URL: https://github.com/apache/incubator-brpc/issues/1988#issuecomment-1317231234

   "impl."中的.指这是一个缩写
   ![image](https://user-images.githubusercontent.com/6566535/202227535-bf6049df-e19e-4377-81d7-10fa0365ce77.png)
   


-- 
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-unsubscribe@brpc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org