Merge pull request #399 from sagiegurari/dev

Dev
This commit is contained in:
Sagie Gur-Ari 2024-02-23 17:20:30 +02:00 committed by GitHub
commit 2d0a72439c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
18 changed files with 0 additions and 18 deletions

View File

@ -211,7 +211,6 @@ mod linter;
use duckscript::runner;
use duckscript::types::error::ScriptError;
use duckscript::types::runtime::Context;
use duckscriptsdk;
use std::env;
use std::process::exit;

View File

@ -1,5 +1,4 @@
use crate::utils::pckg;
use duckscript;
use duckscript::types::command::{Command, CommandResult};
#[cfg(test)]

View File

@ -1,6 +1,5 @@
use crate::utils::pckg;
use duckscript::types::command::{Command, CommandResult};
use num_cpus;
#[cfg(test)]
#[path = "./mod_test.rs"]

View File

@ -1,7 +1,6 @@
use crate::utils::pckg;
use duckscript::types::command::{Command, CommandResult};
use fsio::path::from_path::FromPath;
use home;
#[cfg(test)]
#[path = "./mod_test.rs"]

View File

@ -1,6 +1,5 @@
use crate::utils::pckg;
use duckscript::types::command::{Command, CommandResult};
use whoami;
#[cfg(test)]
#[path = "./mod_test.rs"]

View File

@ -1,6 +1,5 @@
use crate::utils::pckg;
use duckscript::types::command::{Command, CommandResult};
use home;
use std::env;
use std::path::Path;

View File

@ -1,7 +1,6 @@
use crate::utils::pckg;
use duckscript::types::command::{Command, CommandResult};
use fsio::path::from_path::FromPath;
use which;
#[cfg(test)]
#[path = "./mod_test.rs"]

View File

@ -1,6 +1,5 @@
use crate::utils::pckg;
use duckscript::types::command::{Command, CommandResult};
use fsio;
#[cfg(test)]
#[path = "./mod_test.rs"]

View File

@ -2,7 +2,6 @@ use crate::utils::io::ends_with_separator;
use crate::utils::pckg;
use duckscript::types::command::{Command, CommandResult};
use fs_extra::{dir, move_items};
use fsio;
use fsio::directory::create_parent;
use std::fs::rename;
use std::path::Path;

View File

@ -1,7 +1,6 @@
use super::*;
use crate::test;
use crate::test::CommandValidation;
use fsio;
use fsio::file::ensure_exists;
#[test]

View File

@ -1,7 +1,6 @@
use super::*;
use crate::test;
use crate::test::CommandValidation;
use fsio;
use fsio::file::ensure_exists;
#[test]

View File

@ -1,7 +1,6 @@
use super::*;
use crate::test;
use crate::test::CommandValidation;
use fsio;
#[test]
fn common_functions() {

View File

@ -1,6 +1,5 @@
use crate::utils::pckg;
use duckscript::types::command::{Command, CommandResult};
use whoami;
#[cfg(test)]
#[path = "./mod_test.rs"]

View File

@ -1,5 +1,4 @@
use crate::utils::pckg;
use attohttpc;
use duckscript::types::command::{Command, CommandResult};
use fsio::directory::create_parent;
use fsio::file::delete;

View File

@ -1,6 +1,5 @@
use crate::utils::pckg;
use crate::utils::state::put_handle;
use base64;
use base64::Engine;
use duckscript::types::command::{Command, CommandResult, Commands};
use duckscript::types::instruction::Instruction;

View File

@ -1,6 +1,5 @@
use crate::utils::pckg;
use crate::utils::state::get_handles_sub_state;
use base64;
use base64::Engine;
use duckscript::types::command::{Command, CommandResult, Commands};
use duckscript::types::instruction::Instruction;

View File

@ -1,6 +1,5 @@
use crate::utils::pckg;
use duckscript::types::command::{Command, CommandResult};
use std::convert::TryInto;
#[cfg(test)]
#[path = "./mod_test.rs"]

View File

@ -1,5 +1,4 @@
use duckscript::types::error::ScriptError;
use fsio;
use fsio::file::{append_file, ensure_exists, read_file, write_file};
#[cfg(test)]