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

WIP: slog #61

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

WIP: slog #61

wants to merge 1 commit into from

Conversation

fabianfreyer
Copy link
Contributor

No description provided.

@fabianfreyer fabianfreyer added enhancement New feature or request do-not-merge labels Jun 7, 2019
@fabianfreyer fabianfreyer added this to the Future milestone Jun 7, 2019
@fabianfreyer fabianfreyer requested a review from joritkm June 7, 2019 03:23
@fabianfreyer fabianfreyer self-assigned this Jun 7, 2019
@fabianfreyer fabianfreyer added this to In progress in Features via automation Jun 7, 2019
@@ -559,23 +585,34 @@ impl TryFrom<StoppedJail> for RunningJail {
/// See [RunningJail::all()](struct.RunningJail.html#method.all) for a usage
/// example.
#[cfg(target_os = "freebsd")]
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

We lose Copy here.

use std::collections::HashMap;
use std::convert::TryFrom;
use std::io::{Error, ErrorKind};
use std::net;
use std::path;

/// Represents a running jail.
#[derive(Clone, Copy, PartialEq, PartialOrd, Eq, Ord, Debug, Hash)]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy gets dropped here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do-not-merge enhancement New feature or request
Projects
Features
  
In progress
Development

Successfully merging this pull request may close these issues.

None yet

1 participant