mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-23 05:54:20 +02:00
todo
This commit is contained in:
parent
c7b9d3f317
commit
5d51f46db9
1 changed files with 23 additions and 0 deletions
|
|
@ -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 "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue