Compare commits
No commits in common. "7b417554ee5ebc6c9bc9583f8b98d82b77ab6ac8" and "ebcb2e9c66de9b79d98dd02faa4041c03ea13e69" have entirely different histories.
7b417554ee
...
ebcb2e9c66
2 changed files with 4 additions and 2 deletions
|
|
@ -157,7 +157,8 @@ mod tests {
|
||||||
.build()
|
.build()
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
|
||||||
let flakeref = FlakeRefBuilder::new(format!("path:{}#subthing", tmp_dir.path().display()))
|
// let flakeref = FlakeRefBuilder::new(format!("path:{}#subthing", tmp_dir.path().display())) // DEBUG
|
||||||
|
let flakeref = FlakeRefBuilder::new(format!("{}#subthing", tmp_dir.path().display()))
|
||||||
.build()
|
.build()
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,6 @@ macro_rules! panic_issue {
|
||||||
)
|
)
|
||||||
}};
|
}};
|
||||||
}
|
}
|
||||||
pub(crate) use panic_issue;
|
|
||||||
|
|
||||||
macro_rules! panic_issue_call_failed {
|
macro_rules! panic_issue_call_failed {
|
||||||
() => {{
|
() => {{
|
||||||
|
|
@ -16,4 +15,6 @@ macro_rules! panic_issue_call_failed {
|
||||||
crate::util::panic_issue!("[nixide] call to `{}` failed with \"{}\"", ::stdext::debug_name!(), format!($($arg),*))
|
crate::util::panic_issue!("[nixide] call to `{}` failed with \"{}\"", ::stdext::debug_name!(), format!($($arg),*))
|
||||||
}};
|
}};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pub(crate) use panic_issue;
|
||||||
pub(crate) use panic_issue_call_failed;
|
pub(crate) use panic_issue_call_failed;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue