Online Developer Meeting (2020-07-28): Difference between revisions
Jump to navigation
Jump to search
(→Octave 6 release status: Remove fixed bugs.) |
(→See also: Announce next meeting.) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
* Date: [https://octave.discourse.group/t/online-developer-meeting/106 Tuesday, July 28, 2020 @ 18:00 UTC] | * Date: [https://octave.discourse.group/t/online-developer-meeting/106 Tuesday, July 28, 2020 @ 18:00 UTC] | ||
* Location: | * Location: https://meet.jit.si/octave-dev-2020-07-28 | ||
== Todays topics == | == Todays topics == | ||
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? | ||
** | ** 32-bit MS Windows builds | ||
** | *** 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. Done with (bug {{bug|58844}}). | |||
* | * 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]]. | ||
=== Octave community === | |||
* Changes about the mailing-list advertisements | |||
** Are there sports left where the help mailing-list is advertised, e.g. GUI? Maybe not. | |||
* Get rid of nabble? (Discussion was short here) | |||
=== Octave 7 ideas === | |||
* Range datatype | |||
** Should Octave support numeric operations on them? | |||
** There was a thread on the maintainers mailing-list by jwe. Open discourse thread about it. | |||
* Loading and saving | |||
** Octave load/save supports a bunch of data types (mat v4, text, ascii, ...) | |||
*** Deprecate some of them? Open Discourse discussion about it. | |||
*** Large array support for Octave's own storage types? | |||
*** Storage of nested functions in mat v4 in Matlab possible? | |||
** Focus on the HDF5 format in the future. Matlab prioritizes it too, external tools for viewing the files available. | |||
** Support classdef load/save. | |||
=== Code sprints === | |||
* There was a suggestion to have online code sprints, dedicated to one particular topic, as addition to the online developer meetings. | |||
== Ideas for next meeting == | == Ideas for next meeting == | ||
=== Topic suggestions === | === Topic suggestions === | ||
* The state of [https://siko1056.github.io/blog/2020/10/16/octave-buildbot-app.html octave-buildbot]. | |||
== See also == | == See also == | ||
* Next meeting: | * Next meeting: [[Online Developer Meeting (2020-10-27)]] | ||
* Last meeting: [[Online Developer Meeting (2020-07-07)]] | * Last meeting: [[Online Developer Meeting (2020-07-07)]] | ||
[[Category:2020]] | [[Category:2020]] | ||
[[Category:Meetings]] | [[Category:Meetings]] |
Latest revision as of 05:46, 23 October 2020
Todays topics[edit]
- Meet and greet 5 minutes before meeting (audio testing).
Octave 6 release status[edit]
- 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?
- 32-bit MS Windows builds
- 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.
Octave community[edit]
- Changes about the mailing-list advertisements
- Are there sports left where the help mailing-list is advertised, e.g. GUI? Maybe not.
- Get rid of nabble? (Discussion was short here)
Octave 7 ideas[edit]
- Range datatype
- Should Octave support numeric operations on them?
- There was a thread on the maintainers mailing-list by jwe. Open discourse thread about it.
- Loading and saving
- Octave load/save supports a bunch of data types (mat v4, text, ascii, ...)
- Deprecate some of them? Open Discourse discussion about it.
- Large array support for Octave's own storage types?
- Storage of nested functions in mat v4 in Matlab possible?
- Focus on the HDF5 format in the future. Matlab prioritizes it too, external tools for viewing the files available.
- Support classdef load/save.
- Octave load/save supports a bunch of data types (mat v4, text, ascii, ...)
Code sprints[edit]
- There was a suggestion to have online code sprints, dedicated to one particular topic, as addition to the online developer meetings.
Ideas for next meeting[edit]
Topic suggestions[edit]
- The state of octave-buildbot.
See also[edit]
- Next meeting: Online Developer Meeting (2020-10-27)
- Last meeting: Online Developer Meeting (2020-07-07)