Closed sublee closed 7 years ago
Thanks for the pull request!! To ensure quality review, Couchbase employs a code review system based on Gerrit to manage the workflow of changes in addition to tracking our contributor agreements.
Your changes (commit: 97c3d249cca6d0089b5cd37165a4a071223368f4) have been pushed to the Couchbase Review Site: http://review.couchbase.org/78906
::SDKBOT/PR:created
@ingenthr Please assign a reviewer.
This Pull Request has been closed as the associated Gerrit change was merged.
::SDKBOT/PR:merged
@mnunberg Thank you for starting to review it!
Oh, has it done?
Yep :) all good
On Jun 4, 2017, at 11:06 PM, Heungsub Lee notifications@github.com wrote:
Oh, has it done?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/couchbase/couchbase-python-client/pull/35#issuecomment-306110778, or mute the thread https://github.com/notifications/unsubscribe-auth/AAanUdCuiEyVcCmEQzW7JRqKJZqugNRLks5sA5r0gaJpZM4Ns5ki.
@mnunberg Thank you for merging my work.
I'll also write a merge request on couchbase-python-cffi soon. I guess you have already heard about my story from @ingenthr.
To make it work with couchbase_ffi,
GEventTimer
should have_cdata
attribute which is initialized bycouchbase_ffi.iops.Event.__init__()
. ButGEventTimer
didn't call its super constructor.