Status of bugs: Difference between revisions

From Octave
Jump to navigation Jump to search
(Last additions for now.)
(Comments on "type" of bug request)
Line 3: Line 3:
This page is intended to allow those developers without the authority to change the status of bugs on bug tracker to point out bugs that have been fixed, or other suggested status changes, to those who do have authority to update bug tracker.  The goal is that this will be a short list, which is easier for the core developers to scan than the entire bug tracker list.  Currently, it is just Lachlan's thoughts on the 50 or so "Patch submitted" bugs.
This page is intended to allow those developers without the authority to change the status of bugs on bug tracker to point out bugs that have been fixed, or other suggested status changes, to those who do have authority to update bug tracker.  The goal is that this will be a short list, which is easier for the core developers to scan than the entire bug tracker list.  Currently, it is just Lachlan's thoughts on the 50 or so "Patch submitted" bugs.


(N/C means no change.)
N/C means no change.


{|class="wikitable"
"Types" are chosen so that importance is typically decreasing if sorted by type: C=crash, E=error (wrong result), M=gives error on code Matlab accepts, O=bug in existing Octave functionality that is not part of Matlab, P=performance, X=extension (request to accept code Matlab doesn't accept).)
!Bug ID !! Status !! Suggested action/status !! comments
 
{|class="wikitable sortable"
!Bug ID !! Status !! Suggested action !! Type !! comments
|-
|-
|[https://savannah.gnu.org/bugs/?31626 31626] || Patch Submitted || Apply patch
|[https://savannah.gnu.org/bugs/?31626 31626] || Patch || Apply patch || X
|-
|-
|[https://savannah.gnu.org/bugs/?32008 32008] || Patch Submitted || N/C || Needs more documentation so a committer can understand it thoroughly
|[https://savannah.gnu.org/bugs/?32008 32008] || Patch || N/C || M || Needs more documentation so a committer can understand it thoroughly
|-
|-
|[https://savannah.gnu.org/bugs/?32088 32088] || Patch Submitted || "In progress" || Existing patch does not meet requirements
|[https://savannah.gnu.org/bugs/?32088 32088] || Patch || "In progress" || || Existing patch does not meet requirements
|-
|-
<!-- |32839 || Patch Submitted || N/C || I (Lachlan) don't understand pkg build / install
<!-- |32839 || Patch || N/C || O || I (Lachlan) don't understand pkg build / install
|-  -->
|-  -->
|[https://savannah.gnu.org/bugs/?32885 32885] || Patch Submitted || Review Lachlan's revised patch || Patch is simple..
|[https://savannah.gnu.org/bugs/?32885 32885] || Patch || Review latest patch || E || Patch is simple..
|-
|-
|[https://savannah.gnu.org/bugs/?32924 32924] || Patch Submitted || "Postponed" || Jordi was going to fix this in 2011.  Should re-allocated to "None"?
|[https://savannah.gnu.org/bugs/?32924 32924] || Patch || "Postponed" || E || Jordi was going to fix this in 2011.  Should re-allocated to "None"?
|-
|-
|[https://savannah.gnu.org/bugs/?33503 33503] || Patch Submitted || "closed" || This is just a matter of roundoff
|[https://savannah.gnu.org/bugs/?33503 33503] || Patch || "closed" || -- || This is just a matter of roundoff
|-
|-
|[https://savannah.gnu.org/bugs/?34363 34363] || Patch Submitted || "None" || All supplied patches have been applied
|[https://savannah.gnu.org/bugs/?34363 34363] || Patch || "None" || P || All supplied patches have been applied
|-
|-
|[https://savannah.gnu.org/bugs/?34624 34624] || Patch Submitted || "Duplicate"? || Duplicate of #44095?
|[https://savannah.gnu.org/bugs/?34624 34624] || Patch || "Duplicate"? || O || Duplicate of #44095?
|-
|-
|[https://savannah.gnu.org/bugs/?36372 36372] || Patch Submitted || Review and apply || Lachlan reviewed / revised a recent version, and will check if there are changes other than documentation.
|[https://savannah.gnu.org/bugs/?36372 36372] || Patch || Review and apply || P,X || Lachlan reviewed / revised a recent version, and will check if there are changes other than documentation.
|-
|-
|[https://savannah.gnu.org/bugs/?36646 36646] || Patch Submitted || "In progress"? || The patches fix some statistical tests but not all.  No progress for two years.
|[https://savannah.gnu.org/bugs/?36646 36646] || Patch || "In progress"? || M || The patches fix some statistical tests but not all.  No progress for two years.
|-
|-
|}
|}

Revision as of 01:55, 8 January 2016

To report a bug, please use the bug tracker.

This page is intended to allow those developers without the authority to change the status of bugs on bug tracker to point out bugs that have been fixed, or other suggested status changes, to those who do have authority to update bug tracker. The goal is that this will be a short list, which is easier for the core developers to scan than the entire bug tracker list. Currently, it is just Lachlan's thoughts on the 50 or so "Patch submitted" bugs.

N/C means no change.

"Types" are chosen so that importance is typically decreasing if sorted by type: C=crash, E=error (wrong result), M=gives error on code Matlab accepts, O=bug in existing Octave functionality that is not part of Matlab, P=performance, X=extension (request to accept code Matlab doesn't accept).)

Bug ID Status Suggested action Type comments
31626 Patch Apply patch X
32008 Patch N/C M Needs more documentation so a committer can understand it thoroughly
32088 Patch "In progress" Existing patch does not meet requirements
32885 Patch Review latest patch E Patch is simple..
32924 Patch "Postponed" E Jordi was going to fix this in 2011. Should re-allocated to "None"?
33503 Patch "closed" -- This is just a matter of roundoff
34363 Patch "None" P All supplied patches have been applied
34624 Patch "Duplicate"? O Duplicate of #44095?
36372 Patch Review and apply P,X Lachlan reviewed / revised a recent version, and will check if there are changes other than documentation.
36646 Patch "In progress"? M The patches fix some statistical tests but not all. No progress for two years.