From 5d51f46db9bd70721c9e5519fd07ab23c5d05f92 Mon Sep 17 00:00:00 2001 From: RadsammyT Date: Wed, 25 Mar 2026 15:59:42 -0400 Subject: [PATCH] todo --- src/config/migrator.zig | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/config/migrator.zig b/src/config/migrator.zig index 8149c01..438a6f7 100644 --- a/src/config/migrator.zig +++ b/src/config/migrator.zig @@ -163,6 +163,29 @@ pub fn configFieldHandler(_: std.mem.Allocator, field: ini.IniField) ?ini.IniFie return mapped_field; } + // TODO: Dearest Melpert, + // I pray this message finds you well, as daylight dwindles and the witching hour + // approaches, I find it more and more imperative as time continues that I place + // this reminder here in such a format that you cannot ignore. + // Do you know how long I have been waiting for this petition to be authorized + // in regards to this particular segment of computerized instructions? + // It has been many a moon since this particular audit has been + // posted regarding the position of handling configurable literature + // apparatuses and plans for a new feature to the configuration + // interface and as time continues onwards I grow more restless + // on the progress of said interface, only to find out afterwards + // that you have PROCRASTINATED on the efforts meant to enhance + // configuration. Thus the requirement for this reminder larger + // compared to the two reminders regarding better methods of + // X termination detection and new usernames with existing + // save files. + // + // Thus is my que to leave this TODO at thy request, + // + // Forever Sullied, + // + // Ly Contributor. + // if (std.mem.startsWith(u8, field.header, "cmd:")) { const key = field.header["cmd:".len..]; const keyZ = temporary_allocator.dupe(u8, key) catch "";