Online Developer Meeting (2020-07-28): Difference between revisions

Jump to navigation Jump to search
Line 16: Line 16:
* Still hard to fix blocking bugs
* Still hard to fix blocking bugs
** Bug with graphic handles while closing Octave (bug {{bug|58814}}) was reported.  This happens when exit is called from a script or when directly calling exit after running the script in the CLI.  How to properly handle graphics callbacks during exit?
** Bug with graphic handles while closing Octave (bug {{bug|58814}}) was reported.  This happens when exit is called from a script or when directly calling exit after running the script in the CLI.  How to properly handle graphics callbacks during exit?
** ode15 with Sundials make problems on 32-bit MS Windows builds (bug {{bug|58795}}). Maybe already solved.
** 32-bit MS Windows builds
** 32-bit MS Windows builds have precision problems failing the test suite (bug {{bug|58807}}).  Solvable by requiring SSE2 instructions.  Go ahead with it.
*** ode15 with Sundials make problems (bug {{bug|58795}}). Maybe already solved.
*** Precision problems failing the test suite (bug {{bug|58807}}).  Solvable by requiring SSE2 instructions.  Go ahead with it.
*** Unreported GUI problems.  Please report them.
 
* Are there breaking changes in Octave 6 to inform package maintainers?  No, only deprecated functions are now removed.
 
* Add script to start GDB session from Octave for debugging, see [[Debugging Octave]].


== Ideas for next meeting ==
== Ideas for next meeting ==

Navigation menu