[Lsb-messages] /var/www/bzr/lsb/devel/dbadmin r276: improve some consistency checker wordings

Mats Wichmann mats at linuxfoundation.org
Fri Feb 22 16:44:02 UTC 2013


------------------------------------------------------------
revno: 276
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: dbadmin
timestamp: Fri 2013-02-22 09:44:02 -0700
message:
  improve some consistency checker wordings
modified:
  consistency/queries.php
-------------- next part --------------
=== modified file 'consistency/queries.php'
--- a/consistency/queries.php	2013-01-17 17:46:46 +0000
+++ b/consistency/queries.php	2013-02-22 16:44:02 +0000
@@ -892,7 +892,7 @@
     $res = Query($select);
     $numrows = count($res);
     $numFields = pdo_num_fields($res);
-    print("<h1>Derived Types without Base Type Infromtaion ($numrows ".entry($numrows).")</h1>");
+    print("<h1>Derived Types without Base Type Inforrmation ($numrows ".entry($numrows).")</h1>");
     print("<h3>Derived types without base type infromtaion (ATbasetype is NULL or zero)</h3>");
     if ($numrows) {
         print("<table class='wikitable'>\n");
@@ -909,7 +909,7 @@
         }
         print("</table>\n");
 
-        //display_fixes_actions($rec, $_SERVER['PHP_SELF'].'?cmd=inc-atbasetype', 'Derived Types without Base Type Infromtaion');
+        //display_fixes_actions($rec, $_SERVER['PHP_SELF'].'?cmd=inc-atbasetype', 'Derived Types without Base Type Informtiaon');
     }
 }
 
@@ -1252,7 +1252,7 @@
     $res = Query($select);
     $numrows = count($res);
     print("<h1>Typedef Basetype Architecture Mismatch</h1>");
-    print("<h3>Typedef basetype architecture mismatch - Typedefs on complex types are included for some Architectures, while their Bases have no ArchType Data for that Archs. This means that devchk will not test such Types.</h3>");
+    print("<h3>Typedef basetype architecture mismatch - Typedefs on complex types are included for some Architectures, while their Bases have no ArchType Data for those Arches. This means that devchk will not test such Types.</h3>");
     if ($numrows) {
         print("<table class='wikitable'>\n");
         print_table_header('Tid', 'Tname', 'ATbasetype', 'ATaid');
@@ -2115,7 +2115,8 @@
     case "consist-mis-headers" :
         $title = "Included Interfaces without Headers";
         $desc = "The following interfaces are in the standard, but no header has been assigned to them.";
-        $desc.= " This can be considered outstanding issues.";
+        $desc.= " For interfaces intended for SDK headers, prototypes will be missing.";
+        $desc.= " These can be considered serious issues.";
         $select = "SELECT Iid, Iname, Iunmangled, Ilibrary, Sname, COUNT(DISTINCT Sid) AS StdCnt, Surl FROM Interface
                     LEFT JOIN ArchInt ON AIint=Iid
                     LEFT JOIN IntStd ON ISiid=Iid
@@ -2140,7 +2141,7 @@
     case "consist-mis-arch" :
         $title = "Types without Architecture Information";
         $desc = "The following Types are in the specification database, but no architecture has been assigned to them. ";
-        $desc.= "This can be considered outstanding issues.";
+        $desc.= "These can be considered outstanding issues.";
         $select = "SELECT DISTINCT Tid,Tname FROM Type
                     LEFT JOIN ArchType ON ATtid=Tid
                     WHERE ATaid=0
@@ -2153,7 +2154,7 @@
     case "consist-mis-arch_size" :
         $title = "Types without Size Information";
         $desc = "The following Types are in the specification database, but no data about their sizes on different architectures is provided.";
-        $desc.= "This can be considered outstanding issues.";
+        $desc.= "These can be considered outstanding issues.";
         $select = "SELECT DISTINCT Tid, Tname FROM Type
                     LEFT JOIN ArchType ON ATtid=Tid
                     WHERE ATaid IS NULL
@@ -2169,7 +2170,7 @@
     case "consist-mis-standard" :
         $title = "Included Interfaces without Standards";
         $desc = "The following interfaces are in the standard, but no behavioral specification has been assigned to them. ";
-        $desc.= "This can be considered outstanding issues.";
+        $desc.= "These can be considered outstanding issues.";
         $select = "SELECT Iid,Iname,Iunmangled, Ilibrary, Sname, COUNT(DISTINCT Sid) AS StdCnt, Surl FROM Interface
                     LEFT JOIN ArchInt ON AIint=Iid
                     LEFT JOIN IntStd ON ISiid=Iid AND ISappearedin > '' AND ISwithdrawnin IS NULL
@@ -2184,7 +2185,7 @@
     case "consist-not-standard" :
         $title = "Included Interfaces from a Reference";
         $desc = "The following interfaces are in the standard, but the behavioral specification is a reference implementation. ";
-        $desc.= "This can be considered outstanding issues.";
+        $desc.= "These can be considered outstanding issues.";
         $select = "SELECT Iid, Iname, Iunmangled, Ilibrary, Sname, COUNT(DISTINCT Sid) AS StdCnt, Surl FROM Interface
                     LEFT JOIN ArchInt ON AIint=Iid
                     LEFT JOIN IntStd ON ISiid=Iid
@@ -2349,7 +2350,7 @@
     case "consist-mis-doc" :
         $title = "Included Interfaces without Documentation";
         $desc = "The following interfaces are in the standard, but no documentation specification has been assigned to them. ";
-        $desc.= "This can be considered outstanding issues.";
+        $desc.= "These can be considered outstanding issues.";
         $select = "SELECT Iid, Iname, Iunmangled, Ilibrary, Sname, COUNT(DISTINCT Sid) AS StdCnt, Surl FROM Interface
                     LEFT JOIN ArchInt ON AIint=Iid
                     LEFT JOIN IntStd ON ISiid=Iid
@@ -2462,7 +2463,7 @@
     case "consist-mis-stdcmd" :
         $title = "Included Commands without Documentation";
         $desc = "The following commands are in the standard, but no standard has been assigned to them. ";
-        $desc.= "This can be considered outstanding issues.";
+        $desc.= "These can be considered outstanding issues.";
         $select = "SELECT Cid, Cname FROM Command
                     LEFT JOIN SModCmd ON SMCcid=Cid
                     LEFT JOIN CmdStd ON CScid=Cid
@@ -2477,8 +2478,8 @@
         break;
     case "consist-mis-libgroup" :
         $title = "Included Interfaces not in a LibGroups";
-        $desc = "The following interfaces are not assigned to any LibGroups. Normally, a Default group should be provided for every Interface ";
-        $desc.= "This can be considered outstanding issues.";
+        $desc = "The following interfaces are not assigned to any LibGroups. Such interfaces will not appear in stub libraries. The Default LibGroup for that library is a normal default. ";
+        $desc.= "These are considered serious issues.";
         $select = "SELECT Iid, Iname, Iunmangled, Ilibrary, Sname, COUNT(DISTINCT Sid) AS StdCnt, Surl FROM Interface
                     LEFT JOIN ArchInt ON AIint=Iid
                     LEFT JOIN LGInt ON Iid=LGIint
@@ -2496,8 +2497,9 @@
         break;
     case "consist-mis-rettype" :
         $title = "Included Interfaces without a Return Type";
-        $desc = "The following interfaces are in the standard, but no retrn type has been assigned to them. ";
-        $desc.= "This can be considered outstanding issues.";
+        $desc = "The following interfaces are in the standard, but no return type has been assigned to them.";
+        $desc.= " For interfaces intended for SDK headers, prototypes will be incorrect.";
+        $desc.= "These can be considered outstanding issues.";
         $select = "SELECT Iid, Iname, Iunmangled, Ilibrary, Sname, COUNT(DISTINCT Sid) AS StdCnt, Surl FROM Interface
                     LEFT JOIN ArchInt ON AIint=Iid
                     LEFT JOIN IntStd ON ISiid=Iid
@@ -2522,7 +2524,7 @@
     case "LSBint-mis-doc" :
         $title = "LSB Interfaces not Documented";
         $desc = "The following interfaces are specified in the LSB, but marked as undocumented. ";
-        $desc.= "This can be considered outstanding issues.";
+        $desc.= "These can be considered outstanding issues.";
         $select = "SELECT Iid, Iname, Iunmangled, Ilibrary, Sname, COUNT(DISTINCT Sid) AS StdCnt, Surl FROM Interface
                     LEFT JOIN ArchInt ON AIint=Iid
                     LEFT JOIN IntStd ON ISiid=Iid
@@ -2752,6 +2754,8 @@
         output_int_lib_app();
         break;
     case "int-missing-refurl":
+	$title = "Interface Missing Reference URL";
+	$desc = "The following interfaces are marked as having a referenced spec in addition to a main spec, but have no URL to the referenced spec";
         output_missing_refurls();
         break;
     case "incorrect-cinumvtab" :



More information about the lsb-messages mailing list