Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 20894 invoked from network); 11 Sep 2007 00:40:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Sep 2007 00:40:30 -0000 Received: (qmail 44453 invoked by uid 500); 11 Sep 2007 00:40:24 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 44444 invoked by uid 500); 11 Sep 2007 00:40:23 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 44433 invoked by uid 99); 11 Sep 2007 00:40:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2007 17:40:23 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [208.30.140.160] (HELO moroha.quovadx.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Sep 2007 00:41:54 +0000 Received: from qxvcexch01.ad.quovadx.com ([192.168.170.59]) by moroha.quovadx.com (8.13.6/8.13.6) with ESMTP id l8B0dxPQ031661 for ; Tue, 11 Sep 2007 00:39:59 GMT Received: from [10.70.3.113] ([10.70.3.113]) by qxvcexch01.ad.quovadx.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 10 Sep 2007 18:38:58 -0600 Message-ID: <46E5E3DF.5090904@roguewave.com> Date: Mon, 10 Sep 2007 18:39:59 -0600 From: Martin Sebor Organization: Rogue Wave Software, Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4 MIME-Version: 1.0 To: stdcxx-dev@incubator.apache.org Subject: severity of issues in Jira Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 11 Sep 2007 00:38:58.0754 (UTC) FILETIME=[24344A20:01C7F40C] X-Virus-Checked: Checked by ClamAV on apache.org To help with prioritization of issues I've added a new custom field to stdcxx issues in Jira, called Severity, with the following values in the order of decreasing severity: 1. Runtime Error (e.g., crash including abort, deadlock or livelock, and certain cases of data corruption such as buffer overruns and other types of undefined behavior that could potentially lead to crashes). 2. Binary Incompatibility (e.g., errors at load time due to unsatisfied references to symbols that have changed or been removed, or undefined behavior as a result of incompatible changes). 3. Incorrect Behavior (i.e., any otherwise well-defined behavior that's different from the documented behavior). 4. Compiler Error (i.e., a compilation diagnostic including internal compiler errors). 5. Linker Error (same as above but for the linker). 6. Inefficiency (including speed or space inefficiencies). 7. Compiler Warning. 8. Linker Warning. Are there any suggestions for new values or changes to the ones I've added, or to the assigned priorities? Martin