pull/20/merge
Amin Yahyaabadi 2 years ago committed by GitHub
commit ca9376481c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

432
Cargo.lock generated

File diff suppressed because it is too large Load Diff

@ -1,5 +1,6 @@
#![deny(warnings)]
#![deny(clippy::all)]
#![allow(dead_code)]
// FIXME: get rid of the unwraps
// TODO: implement warnings for op hash collisions (will incredibly help to debug problems).

@ -120,7 +120,7 @@ async fn dockerfile_trap(
l: &String,
r: &mut Vec<String>,
c: &mut LlbBridgeClient<Channel>,
ctx : & String
ctx: &String,
) -> Result<()> {
if let Some(file_path) = l.trim().strip_prefix(INCLUDE_COMMAND) {
let bytes = executor::block_on(read_file(c, &ctx, file_path.trim_start().to_string(), None))

Loading…
Cancel
Save