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

when output is an object with a write method, write directly to it #210

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JamesMaroney
Copy link
Contributor

if output is an object implementing a write method, pass gpg output directly to it rather than accumulating it in memory.

@JamesMaroney
Copy link
Contributor Author

Note: I am unable to get most of the tests passing on my machine right now - various issues. I believe the tests I added are accurate, but have not been able to verify them yet myself.

I am interested in any feedback/discussion, as this general functionality is pivotal to my needs - but my implementation of it is certainly only one of many possibilities.

@instantname
Copy link
Contributor

@JamesMaroney Regarding the tests, I had similar issues and the recent PR #206 gives a summary of the errors I had. Maybe you can compare the failures you see with mine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants