+1
Cargo.toml
+1
Cargo.toml
+43
src/console.rs
+43
src/console.rs
···+pub fn error_skid(context: &ProjectContext, origin_index: usize, origin_line: usize, msg: String) {+pub fn warn_skid(context: &ProjectContext, origin_index: usize, origin_line: usize, msg: String) {
-10
src/error.rs
-10
src/error.rs
+10
-8
src/macros/insert.rs
+10
-8
src/macros/insert.rs
·········-println!("[ERROR] {:?}: Insert was unable to find the file \"{}\" relative to its origin or in project root.", origin_file.to_str().unwrap(), arg);+error_skid(context, origin_index, origin_line, format!("Insert was unable to find the file \"{}\" relative to its origin or in project root.", arg));
+3
-3
src/macros/mod.rs
+3
-3
src/macros/mod.rs
······
+68
-12
src/macros/simple_blocks.rs
+68
-12
src/macros/simple_blocks.rs
·········+format!("`for_each_var` was not given a number of arguments({}) that was a multiple of its replacement posistions({}) (got {:?})",
+75
-24
src/macros/template.rs
+75
-24
src/macros/template.rs
···············-"[ERROR] {:?}:{} ; Attempted to make a template with a parameter that contains whitespace \"{}\"",
+27
-21
src/main.rs
+27
-21
src/main.rs
························
+5
-1
src/types.rs
+5
-1
src/types.rs
·········