/DADK/dadk-user/src/console/ |
H A D | interactive.rs |
|
H A D | new_config.rs |
|
/DADK/dadk-user/src/parser/ |
H A D | task.rs | 37 pub task_type: TaskType, field 67 task_type: TaskType, in new() 81 task_type, in new() 112 self.task_type.validate()?; in validate() 128 self.task_type.trim(); in trim() 175 match &self.task_type { in trim_envs() 216 match &self.task_type { 245 task_type: TaskType::try_from(user_config.task_source)?, in eq() 418 let task_type = DADKUserConfigKey::try_from(dadk_user_task_type.task_type.as_str()) try_from() localVariable
|
H A D | task.rs | 37 pub task_type: TaskType, field 67 task_type: TaskType, in new() 81 task_type, in new() 112 self.task_type.validate()?; in validate() 128 self.task_type.trim(); in trim() 175 match &self.task_type { in validate_build_type() 216 match &self.task_type { in source_path() 245 task_type: TaskType::try_from(user_config.task_source)?, in try_from()
|
H A D | task.rs | 37 pub task_type: TaskType, 67 task_type: TaskType, in new() 81 task_type, in new() 112 self.task_type.validate()?; in validate() 128 self.task_type.trim(); in trim() 175 match &self.task_type { in trim_envs() 216 match &self.task_type { 245 task_type: TaskType::try_from(user_config.task_source)?, in eq() 36 pub task_type: TaskType, global() field 417 let task_type = DADKUserConfigKey::try_from(dadk_user_task_type.task_type.as_str()) try_from() localVariable
|
H A D | task.rs | 37 pub task_type: TaskType, 67 task_type: TaskType, in new() 81 task_type, in new() 112 self.task_type.validate()?; in validate() 128 self.task_type.trim(); in trim() 175 match &self.task_type { in validate_build_type() 216 match &self.task_type { in source_path() 245 task_type: TaskType::try_from(user_config.task_source)?, 28 pub task_type: TaskType, global() field
|
H A D | tests.rs |
|
H A D | tests.rs |
|
H A D | config.rs |
|
H A D | config.rs |
|
H A D | mod.rs | 22 //! [task_type]
|
/DADK/tests/data/dadk_config_v1/ |
H A D | app_target_arch_x86_64_0_1_0.dadk | 5 "task_type": {
|
H A D | app_normal_0_1_0.dadk | 5 "task_type": {
|
H A D | app_target_arch_riscv64_only_0_1_0.dadk | 5 "task_type": {
|
H A D | app_target_arch_x86_64_only_0_1_0.dadk | 5 "task_type": {
|
H A D | app_all_target_arch_0_1_0.dadk | 5 "task_type": {
|
H A D | app_target_arch_empty_should_fail_0_1_0.dadk | 5 "task_type": {
|
H A D | app_target_arch_x86_64_uppercase_0_1_0.dadk | 5 "task_type": {
|
H A D | app_normal_with_env_0_1_0.dadk | 5 "task_type": {
|
H A D | app_normal_with_env_fail_0_1_0.dadk | 5 "task_type": {
|
/DADK/dadk-user/src/executor/ |
H A D | cache.rs | 176 let task_type = &entity.task().task_type; in need_source_cache() 178 if let TaskType::BuildFromSource(cs) = task_type { in need_source_cache() 187 } else if let TaskType::InstallFromPrebuilt(ps) = task_type { in need_source_cache() 193 unimplemented!("Not fully implemented task type: {:?}", task_type); in need_source_cache() 177 let task_type = &entity.task().task_type; need_source_cache() localVariable
|
H A D | cache.rs | 176 let task_type = &entity.task().task_type; in need_source_cache() localVariable 178 if let TaskType::BuildFromSource(cs) = task_type { in need_source_cache() 187 } else if let TaskType::InstallFromPrebuilt(ps) = task_type { in need_source_cache() 193 unimplemented!("Not fully implemented task type: {:?}", task_type); in need_source_cache()
|
H A D | mod.rs | 428 let raw_cmd = match self.entity.task().task_type { in prepare_local_env() 502 match &task.task_type { in run_command()
|
/DADK/dadk-user/tests/ |
H A D | test_parse_dadk_user_config.rs |
|
H A D | test_parse_dadk_user_config.rs |
|