QA/Code question..

Johann B. Gudmundsson johannbg at hi.is
Tue Mar 11 19:13:46 UTC 2008


Just wondering if or we should report calls to empty directory's and non 
existing files and file them as bugs....
Basically goes to quality of code, reduces hw resources ( cpu calls ), 
and so on..
( Since we are deliver everything code should/could be "more" Fedora 
specific )
Guess  harder to maintain...

Yet ( as in the code being cleaned ) goes against to what is seems to be 
tout in software development today
which seems to be don't clean code throw more hw at it ( cheaper ) ..

Just wondering what the policy is on the this issue..

For example...

open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/initscripts.mo", 
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/en_US.utf8/LC_MESSAGES/initscripts.mo", 
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/en_US/LC_MESSAGES/initscripts.mo", O_RDONLY) = 
-1 ENOENT (No such file or directory)
open("/usr/share/locale/en.UTF-8/LC_MESSAGES/initscripts.mo", O_RDONLY) 
= -1 ENOENT (No such file or directory)
open("/usr/share/locale/en.utf8/LC_MESSAGES/initscripts.mo", O_RDONLY) = 
-1 ENOENT (No such file or directory)
open("/usr/share/locale/en/LC_MESSAGES/initscripts.mo", O_RDONLY) = -1 
ENOENT (No such file or directory)

Best regards
                Johann B




More information about the fedora-test-list mailing list