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

IGNORE: combination PR for merge testing #66

Closed
wants to merge 19 commits into from

Conversation

daviddrysdale
Copy link
Collaborator

@daviddrysdale daviddrysdale commented Dec 28, 2020

Combines #60 + #69 + #64

Manually specialize `Clone` for all of the primitive types that are
used in `PrimitiveSet`s.
It is valid for a Rust `std::io::Read` object to read less than the
size of the provided buffer, even when more data is available (unlike
Go's `io::ReadFull`, which only does a partial read if EOF is truly
encountered).  Cope with this, and explicitly test for it too.

Fixes #68
Move main set of protobufs into a new tink-proto crate, and also
move the testing protobufs into the tink-testing crate.

Update all imports to pull in from the new places.
This removes dev-dependencies from the tink functional crates
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.

1 participant