From: Fred T. Hamster Date: Sun, 8 Feb 2026 14:19:23 +0000 (-0500) Subject: much closer to working X-Git-Tag: 2.140.190^2~22 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=e012c1a76738bb432b9c5220763a8ed70fd00284;p=feisty_meow.git much closer to working and more upgrade bits added. --- diff --git a/nucleus/library/tests_configuration/test_ini_parser.cpp b/nucleus/library/tests_configuration/test_ini_parser.cpp index 37ee66ef..b25516d5 100644 --- a/nucleus/library/tests_configuration/test_ini_parser.cpp +++ b/nucleus/library/tests_configuration/test_ini_parser.cpp @@ -19,8 +19,11 @@ #include #include #include +#include +#include #include #include +#include #include using namespace application; @@ -29,8 +32,8 @@ using namespace configuration; //using namespace mathematics; //using namespace filesystem; using namespace loggers; -//using namespace structures; -//using namespace textual; +using namespace structures; +using namespace textual; //using namespace timely; using namespace unit_test; @@ -53,14 +56,14 @@ dora=34\n\ class test_ini_parser : virtual public unit_base, virtual public application_shell { public: - test_ini_parser() : application_shell(class_name()) {} + test_ini_parser() : application_shell() {} DEFINE_CLASS_NAME("test_ini_parser"); virtual int execute(); }; int test_ini_parser::execute() { - program_wide_logger::get().eol(log_base::NO_ENDING); + program_wide_logger::get().eol(parser_bits::NO_ENDING); ini_parser par(INI_FILE_1); @@ -100,7 +103,7 @@ int test_ini_parser::execute() astring new_ini; par.restate(new_ini); - program_wide_logger::get().eol(log_base::CRLF_AT_END); + program_wide_logger::get().eol(parser_bits::CRLF_AT_END); LOG(""); #ifdef READ_FILE_TEST diff --git a/scripts/buildor/upgrade_hoople_to_feistymeow.sh b/scripts/buildor/upgrade_hoople_to_feistymeow.sh index b0e6b205..fa06ce91 100644 --- a/scripts/buildor/upgrade_hoople_to_feistymeow.sh +++ b/scripts/buildor/upgrade_hoople_to_feistymeow.sh @@ -155,6 +155,8 @@ standards and usages." | sed -e 's/guards::alert_message/critical_events::alert_message/g' \ | sed -e 's/^#include *$/#include /g' \ | sed -e 's/^#include *$/#include /g' \ + | sed -e 's/log_base::NO_ENDING/parser_bits::NO_ENDING/g' \ + | sed -e 's/log_base::CRLF_AT_END/parser_bits::CRLF_AT_END/g' \ | sed -e 's/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/[\/]*/\/\/\/\/\/\/\/\/\/\/\/\/\/\//g' \ >"$tempfile"