]> Devoid-pointer.net GitWeb - Nine-Q.git/commitdiff
Multidimensional comment message
authorMichal Malý <madcatxster@devoid-pointer.net>
Mon, 29 Dec 2014 16:41:42 +0000 (17:41 +0100)
committerMichal Malý <madcatxster@devoid-pointer.net>
Mon, 29 Dec 2014 16:41:42 +0000 (17:41 +0100)
src/formatting_helpers.adb

index 2991f56d4ae5bd2c20ef56a9a9b91b1a0cbc1216..86e23b624de58b6078e484205568f28851d2b83f 100644 (file)
@@ -170,6 +170,15 @@ package body Formatting_Helpers is
     Zero_String: UB_Text;
     RNum: FH_Float := Num + EPSILON;
   begin
+    --
+    -- FIXME!!!
+    -- Dear yourself from the future. If you are reading this, it means that the
+    -- number formatting function has glitched out again! Do not try to fix it no matter
+    -- how generous supply of coffee and beer you have at hand. Look up how the actually
+    -- smart people have solved this in the sixites and just adapt their solution for fuck's sake!
+    --
+    -- Also, did anything "useful" come out of this? (you know what I'm talking about)...
+    --
     if Num = 0.0 then
       Log_Num := 1.0;
     else