You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/05/06 06:39:46 UTC

[GitHub] [pulsar] wolfstudy opened a new pull request #4212: fix cannot use size (type _Ctype_int) as type _Ctype_ulong

wolfstudy opened a new pull request #4212:  fix cannot use size (type _Ctype_int) as type _Ctype_ulong
URL: https://github.com/apache/pulsar/pull/4212
 
 
   ### Motivation
   
   now, in `branch2.3` When the user builds pulsar-client-go, it still appears:
   
   ```
   ../go/src/github.com/apache/pulsar/pulsar-client-go/pulsar/c_message.go:91:213: 
   cannot use size (type _Ctype_int) as type _Ctype_ulong in argument to func literal
   ```
   
   This issue has been fixed in [#3759]. But it has not been added to `branch2.3`.
   
   In this pull request, I added two commits using `git cherry-pick` as follows:
   
   [pr:3659](https://github.com/apache/pulsar/pull/3659)
   [pr:3759](https://github.com/apache/pulsar/pull/3759)

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services