Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix cannot use size (type _Ctype_int) as type _Ctype_ulong #4212

Merged
merged 3 commits into from
May 7, 2019

Conversation

wolfstudy
Copy link
Member

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
pr:3759

@wolfstudy
Copy link
Member Author

@merlimat @sijie PTAL

@wolfstudy
Copy link
Member Author

run integration tests
run java8 tests

@merlimat merlimat added this to the 2.3.2 milestone May 7, 2019
@merlimat merlimat added the type/bug The PR fixed a bug or issue reported a bug label May 7, 2019
@merlimat
Copy link
Contributor

merlimat commented May 7, 2019

run integration tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug The PR fixed a bug or issue reported a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants