This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/13274] New: standardize warning processing


http://sourceware.org/bugzilla/show_bug.cgi?id=13274

             Bug #: 13274
           Summary: standardize warning processing
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap@sourceware.org
        ReportedBy: fche@redhat.com
    Classification: Unclassified


The translator can print a lot of warnings.  These should all be
processed through the systemtap_session::print_warning function,
instead of the sporadic clog|cerr << "warning ..." type manual step.

Also, its callers should no longer be expected to check for
.suppress_warnings, but rather it should do the check internally.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]