-
Notifications
You must be signed in to change notification settings - Fork 245
stream output should be gotten before writers are disposed #107
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
Conversation
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. To get this change in and collaborate in code review, please register on Gerrit and accept our CLA. The easiest way to do this is to follow the link below, sign in with your GitHub account and then follow through the steps provided on that page to sign an 'Individual' agreement: http://review.couchbase.org/#/settings/new-agreement. Keep in mind that the emails we are seeing on the commits are: Note: Please contact us if you have any issues registering with Gerrit! If you have not signed our CLA within 7 days, the Pull Request will be automatically closed. ::SDKBOT/PR:no_cla |
looks like it has the right email this time. |
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. To get this change in and collaborate in code review, please register on Gerrit and accept our CLA. The easiest way to do this is to follow the link below, sign in with your GitHub account and then follow through the steps provided on that page to sign an 'Individual' agreement: http://review.couchbase.org/#/settings/new-agreement. Keep in mind that the emails we are seeing on the commits are: Note: Please contact us if you have any issues registering with Gerrit! If you have not signed our CLA within 7 days, the Pull Request will be automatically closed. ::SDKBOT/PR:no_cla |
@smitcham - yeah, email looks right, but I don't see the commit yet in Gerrit. Try doing this:
Once you do this in Gerrit, it should come through. -Jeff |
updated. commenting to see if that triggers things. |
Your changes (commit: e69f409) have been pushed to the Couchbase Review Site: ::SDKBOT/PR:created |
review was created but isn't pointing to release27 |
@smitcham Can I recommend one tweak to this? One of the advantages of disposing the StreamWriter before calling ToArray is that ensures that the writer and encoder are fully flushed to the stream: https://github.com/dotnet/runtime/blob/master/src/libraries/System.Private.CoreLib/src/System/IO/StreamWriter.cs#L190. Instead of calling ToArray() before disposing, I'd recommend using the constructor overload on StreamWriter to pass |
@smitcham - SDKBOT pushes to the master branch on Gerrit by default. I pushed to release27 and abandoned the commit on master. Since your now setup on Gerrit, I suggest you just push to Gerrit directly from now on - just add Gerrit as a remote (
@brantburnett can you add your comment ^ to the review on gerrit? |
This Pull Request has been closed as the associated Gerrit change was abandoned. ::SDKBOT/PR:abandoned |
I've checked my local commits to ensure that they have the right email on the commit.