Online Developer Meeting (2020-07-28): Difference between revisions
Jump to navigation
Jump to search
(Add link.) |
|||
Line 15: | Line 15: | ||
* 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? | ||
** ode15 with Sundials make problems on 32-bit MS Windows builds (bug {{bug|58795}}). Maybe already solved. | |||
** | ** 32-bit MS Windows builds have precision problems failing the test suite (bug {{bug|58807}}). Solvable by requiring SSE2 instructions. Go ahead with it. | ||
* | |||
* | |||
== Ideas for next meeting == | == Ideas for next meeting == |
Revision as of 19:07, 28 July 2020
Todays topics
- Meet and greet 5 minutes before meeting (audio testing).
Octave 6 release status
- We should create a first release candidate (RC) Octave 6.0.90 soon. Base for discussing and working on further bug findings.
- Update gnulib before RC
- Tag some cset on stable.
- Build MS Windows binaries.
- Upload to https://alpha.gnu.org/gnu/octave/ .
- Still hard to fix blocking bugs
- Bug with graphic handles while closing Octave (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 #58795). Maybe already solved.
- 32-bit MS Windows builds have precision problems failing the test suite (bug #58807). Solvable by requiring SSE2 instructions. Go ahead with it.
Ideas for next meeting
Topic suggestions
See also
- Next meeting: TBA
- Last meeting: Online Developer Meeting (2020-07-07)