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

Test current struct versions are in the VersionMap #14

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ioanachirca
Copy link
Contributor

Signed-off-by: Ioana Chirca [email protected]

Reason for This PR

Test for firecracker-microvm/versionize_derive#5. Needs that change to be merged in order to pass.

Description of Changes

[Author TODO: add description of changes.]

License Acceptance

By submitting this pull request, I confirm that my contribution is made under
the terms of the Apache 2.0 license.

PR Checklist

[Author TODO: Meet these criteria.]
[Reviewer TODO: Verify that these criteria are met. Request changes if not]

  • All commits in this PR are signed (git commit -s).
  • The reason for this PR is clearly provided (issue no. or explanation).
  • The description of changes is clear and encompassing.
  • Any required documentation changes (code and docs) are included in this PR.
  • Any newly added unsafe code is properly documented.
  • Any user-facing changes are mentioned in CHANGELOG.md.

...present in the latest version from VersionMap.

Signed-off-by: Ioana Chirca <[email protected]>
@@ -44,6 +44,8 @@ pub enum VersionizeError {
StringLength(usize),
/// Vector length exceeded.
VecLength(usize),
/// VersionMap not updated.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be nice to add some more details and how this error can be fixed.

@sandreim
Copy link
Contributor

Please also mark changes in changelog.

@lauralt lauralt self-requested a review June 25, 2020 09:49
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