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

Implement thiserror for libcontainer - Part 1 #1876

Merged
merged 7 commits into from
May 4, 2023

Commits on May 3, 2023

  1. introduced libcontainer error

    Signed-off-by: yihuaf <yihuaf@unkies.org>
    yihuaf committed May 3, 2023
    Configuration menu
    Copy the full SHA
    8713e21 View commit details
    Browse the repository at this point in the history
  2. implemented syscall error

    Signed-off-by: yihuaf <yihuaf@unkies.org>
    yihuaf committed May 3, 2023
    Configuration menu
    Copy the full SHA
    ac992a0 View commit details
    Browse the repository at this point in the history
  3. implemented namespace error

    Signed-off-by: yihuaf <yihuaf@unkies.org>
    yihuaf committed May 3, 2023
    Configuration menu
    Copy the full SHA
    1996661 View commit details
    Browse the repository at this point in the history
  4. Implemented rest of the thiserror for process, syscall, namespace and…

    … etc.
    
    Signed-off-by: yihuaf <yihuaf@unkies.org>
    yihuaf committed May 3, 2023
    Configuration menu
    Copy the full SHA
    294fc00 View commit details
    Browse the repository at this point in the history
  5. Fix libcgroup error

    Signed-off-by: yihuaf <yihuaf@unkies.org>
    yihuaf committed May 3, 2023
    Configuration menu
    Copy the full SHA
    f8db959 View commit details
    Browse the repository at this point in the history
  6. remove dead code

    Signed-off-by: yihuaf <yihuaf@unkies.org>
    yihuaf committed May 3, 2023
    Configuration menu
    Copy the full SHA
    4d470ba View commit details
    Browse the repository at this point in the history
  7. fix dead code

    Signed-off-by: yihuaf <yihuaf@unkies.org>
    yihuaf committed May 3, 2023
    Configuration menu
    Copy the full SHA
    17537e9 View commit details
    Browse the repository at this point in the history