From: Kevin Day Date: Wed, 7 Dec 2022 03:24:07 +0000 (-0600) Subject: Bugfix: The type_array is probably a dependency for most of these. X-Git-Tag: 0.6.2~55 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=c2911e25f89f2720fcf804aab46ec9e80dc419bf;p=fll Bugfix: The type_array is probably a dependency for most of these. Almost everything is using an array from f_type_array. Add this dependency to all programs rather than investigating every case. --- diff --git a/level_3/byte_dump/data/build/dependencies b/level_3/byte_dump/data/build/dependencies index fd644c4..b0210d6 100644 --- a/level_3/byte_dump/data/build/dependencies +++ b/level_3/byte_dump/data/build/dependencies @@ -3,6 +3,7 @@ f_type f_status f_memory +f_type_array f_string f_utf f_color diff --git a/level_3/control/data/build/dependencies b/level_3/control/data/build/dependencies index 8dc698b..9cf8a08 100644 --- a/level_3/control/data/build/dependencies +++ b/level_3/control/data/build/dependencies @@ -3,6 +3,7 @@ f_type f_status f_memory +f_type_array f_string f_utf f_color diff --git a/level_3/fss_basic_list_read/data/build/dependencies b/level_3/fss_basic_list_read/data/build/dependencies index f853089..aa10ae3 100644 --- a/level_3/fss_basic_list_read/data/build/dependencies +++ b/level_3/fss_basic_list_read/data/build/dependencies @@ -3,6 +3,7 @@ f_type f_status f_memory +f_type_array f_string f_utf f_color diff --git a/level_3/fss_basic_list_write/data/build/dependencies b/level_3/fss_basic_list_write/data/build/dependencies index f853089..aa10ae3 100644 --- a/level_3/fss_basic_list_write/data/build/dependencies +++ b/level_3/fss_basic_list_write/data/build/dependencies @@ -3,6 +3,7 @@ f_type f_status f_memory +f_type_array f_string f_utf f_color diff --git a/level_3/fss_basic_read/data/build/dependencies b/level_3/fss_basic_read/data/build/dependencies index f853089..aa10ae3 100644 --- a/level_3/fss_basic_read/data/build/dependencies +++ b/level_3/fss_basic_read/data/build/dependencies @@ -3,6 +3,7 @@ f_type f_status f_memory +f_type_array f_string f_utf f_color diff --git a/level_3/fss_basic_write/data/build/dependencies b/level_3/fss_basic_write/data/build/dependencies index f853089..aa10ae3 100644 --- a/level_3/fss_basic_write/data/build/dependencies +++ b/level_3/fss_basic_write/data/build/dependencies @@ -3,6 +3,7 @@ f_type f_status f_memory +f_type_array f_string f_utf f_color diff --git a/level_3/fss_embedded_list_read/data/build/dependencies b/level_3/fss_embedded_list_read/data/build/dependencies index f853089..aa10ae3 100644 --- a/level_3/fss_embedded_list_read/data/build/dependencies +++ b/level_3/fss_embedded_list_read/data/build/dependencies @@ -3,6 +3,7 @@ f_type f_status f_memory +f_type_array f_string f_utf f_color diff --git a/level_3/fss_embedded_list_write/data/build/dependencies b/level_3/fss_embedded_list_write/data/build/dependencies index f853089..aa10ae3 100644 --- a/level_3/fss_embedded_list_write/data/build/dependencies +++ b/level_3/fss_embedded_list_write/data/build/dependencies @@ -3,6 +3,7 @@ f_type f_status f_memory +f_type_array f_string f_utf f_color diff --git a/level_3/fss_extended_list_read/data/build/dependencies b/level_3/fss_extended_list_read/data/build/dependencies index f853089..aa10ae3 100644 --- a/level_3/fss_extended_list_read/data/build/dependencies +++ b/level_3/fss_extended_list_read/data/build/dependencies @@ -3,6 +3,7 @@ f_type f_status f_memory +f_type_array f_string f_utf f_color diff --git a/level_3/fss_extended_list_write/data/build/dependencies b/level_3/fss_extended_list_write/data/build/dependencies index f853089..aa10ae3 100644 --- a/level_3/fss_extended_list_write/data/build/dependencies +++ b/level_3/fss_extended_list_write/data/build/dependencies @@ -3,6 +3,7 @@ f_type f_status f_memory +f_type_array f_string f_utf f_color diff --git a/level_3/fss_extended_read/data/build/dependencies b/level_3/fss_extended_read/data/build/dependencies index f853089..aa10ae3 100644 --- a/level_3/fss_extended_read/data/build/dependencies +++ b/level_3/fss_extended_read/data/build/dependencies @@ -3,6 +3,7 @@ f_type f_status f_memory +f_type_array f_string f_utf f_color diff --git a/level_3/fss_extended_write/data/build/dependencies b/level_3/fss_extended_write/data/build/dependencies index f853089..aa10ae3 100644 --- a/level_3/fss_extended_write/data/build/dependencies +++ b/level_3/fss_extended_write/data/build/dependencies @@ -3,6 +3,7 @@ f_type f_status f_memory +f_type_array f_string f_utf f_color diff --git a/level_3/fss_identify/data/build/dependencies b/level_3/fss_identify/data/build/dependencies index 577c302..51b5466 100644 --- a/level_3/fss_identify/data/build/dependencies +++ b/level_3/fss_identify/data/build/dependencies @@ -3,6 +3,7 @@ f_type f_status f_memory +f_type_array f_string f_utf f_color diff --git a/level_3/fss_payload_read/data/build/dependencies b/level_3/fss_payload_read/data/build/dependencies index f853089..aa10ae3 100644 --- a/level_3/fss_payload_read/data/build/dependencies +++ b/level_3/fss_payload_read/data/build/dependencies @@ -3,6 +3,7 @@ f_type f_status f_memory +f_type_array f_string f_utf f_color diff --git a/level_3/fss_payload_write/data/build/dependencies b/level_3/fss_payload_write/data/build/dependencies index f853089..aa10ae3 100644 --- a/level_3/fss_payload_write/data/build/dependencies +++ b/level_3/fss_payload_write/data/build/dependencies @@ -3,6 +3,7 @@ f_type f_status f_memory +f_type_array f_string f_utf f_color diff --git a/level_3/fss_status_code/data/build/dependencies b/level_3/fss_status_code/data/build/dependencies index a1d3955..9b39002 100644 --- a/level_3/fss_status_code/data/build/dependencies +++ b/level_3/fss_status_code/data/build/dependencies @@ -3,6 +3,7 @@ f_type f_status f_memory +f_type_array f_string f_utf f_color diff --git a/level_3/iki_read/data/build/dependencies b/level_3/iki_read/data/build/dependencies index 04dd76e..c353161 100644 --- a/level_3/iki_read/data/build/dependencies +++ b/level_3/iki_read/data/build/dependencies @@ -3,6 +3,7 @@ f_type f_status f_memory +f_type_array f_string f_utf f_color diff --git a/level_3/iki_write/data/build/dependencies b/level_3/iki_write/data/build/dependencies index 77480d8..bcd260b 100644 --- a/level_3/iki_write/data/build/dependencies +++ b/level_3/iki_write/data/build/dependencies @@ -3,6 +3,7 @@ f_type f_status f_memory +f_type_array f_string f_utf f_color diff --git a/level_3/status_code/data/build/dependencies b/level_3/status_code/data/build/dependencies index 0f3432b..f3c78d9 100644 --- a/level_3/status_code/data/build/dependencies +++ b/level_3/status_code/data/build/dependencies @@ -3,6 +3,7 @@ f_type f_status f_memory +f_type_array f_string f_utf f_color