Status of bugs: Difference between revisions

From Octave
Jump to navigation Jump to search
(→‎Breakpoint bugs: Remove 42708, 41556, 36576 (which should have been 37576))
Line 57: Line 57:
|-
|-
|{{bug|34804}} || No || Patch supplied ''Patch works fine''
|{{bug|34804}} || No || Patch supplied ''Patch works fine''
|-
|{{bug|36576}} || Yes ||
|-
|{{bug|39329}} || I think so ||
|-
|-
|{{bug|41514}} || No ||  
|{{bug|41514}} || No ||  
|-
|-
|{{bug|41540}} || No || Patch supplied
|{{bug|41540}} || No || Patch supplied
|-
|{{bug|41556}} || Yes ||
|-
|-
|{{bug|41845}} || Almost || Must use dbstop syntax, but functionality is there
|{{bug|41845}} || Almost || Must use dbstop syntax, but functionality is there
|-
|{{bug|42708}} || Yes || By Dan Sebald's patch
|-
|-

Revision as of 06:04, 8 February 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).)

Bugs

Bug ID Status Suggested action Type comments
#31626 Patch X Can't run odetest.m, "error: handles to nested functions are not yet supported

error: called from

odetest at line 18 column 20
ode_test_script at line 5 column 6"
#32008 Patch N/C M Needs more documentation so a committer can understand it thoroughly
#33523 Ready for test Review patch M Seems to work fine with patch
#34624 Patch "Duplicate"? O Duplicate of #44095?
#36372 Patch See if "reverse ordinal" is useful P,X Patch fails to apply to dev- "5 out of 5 hunks failed". Which version failed? The latest patch seems to work for me -- Lachlan
#36646 Patch "In progress"? M The patches fix some statistical tests but not all. No progress for two years.
#41512 Open Review patch M
#42705 Patch Review patch O Patch will need polishing after approval-in-principle
#42825 Ready for test Review patch E The example in OP works after this patch
#42850 Ready for test Review patch C The example in OP works after this patch
#43511 Patch Review patch E Fixes the bug
#43925 Ready for test Review patch e Patch also fixes #44498 Patch applies + builds fine, had no time to test yet
#44498 None see #43925 e Disregard patch; use patch for #43925.
#45219 None Review patch M
#45654 Open Review patch O Patch will need polishing after approval-in-principle
#46933 Ready for test Review patch C The patch solves the crash problem. Please review

Breakpoint bugs

Bug ID Fixed? comments
#33411 No Patch supplied See comment in bug report
#34804 No Patch supplied Patch works fine
#41514 No
#41540 No Patch supplied
#41845 Almost Must use dbstop syntax, but functionality is there