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

Partialeq #206

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

Commits on Oct 10, 2022

  1. [guest_memory]: Implement PartialEq for Error enum

    Signed-off-by: Alexandru Cihodaru <[email protected]>
    AlexandruCihodaru committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    c6bd80f View commit details
    Browse the repository at this point in the history
  2. [volatile_memory]: Implement PartialEq for Error

    Implement PartialEq for Error enum and update tests.
    
    Signed-off-by: Alexandru Cihodaru <[email protected]>
    AlexandruCihodaru committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    4775dd7 View commit details
    Browse the repository at this point in the history
  3. [mmap_unix]: Implement PartialEq for Error enum

    Implemented PartialEq for Error enum. Considering that from this file
    the only io error returned are OS error usage of raw_os_error offers
    anything that is needed.
    Updated tests to use PartialEq for error cases.
    
    Signed-off-by: Alexandru Cihodaru <[email protected]>
    AlexandruCihodaru committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    80f6dc8 View commit details
    Browse the repository at this point in the history
  4. [mmap]: Derive PartialEq for Error enum

    Derive PartialEq and update tests to check for equality on error
    cases.
    
    Signed-off-by: Alexandru Cihodaru <[email protected]>
    AlexandruCihodaru committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    0ac2b35 View commit details
    Browse the repository at this point in the history