Editing Online Developer Meeting (2020-07-28)

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
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: https://meet.jit.si/octave-dev-2020-07-28
* Location: Jitsi (link TBA)


== 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?
** Build (RC) anyway!
** 32-bit MS Windows builds
** crashes during doc graphics creation seem to be fixed (bug {{bug|56952}})
*** ode15 with Sundials make problems (bug {{bug|58795}}). Maybe already solved.
** still elusive crashes while running the test suite on the build bots (bug {{bug|57591}}) -> Maybe the broader user base of an RC can shed some light on "real-life frequency" of these crashes.
*** Precision problems failing the test suite (bug {{bug|58807}}).  Solvable by requiring SSE2 instructions.  Go ahead with it.
** possible background: interaction between graphics system and interpreter is different from interaction of rest of GUI with the interpreter. Possibly resolvable by a copy-on-write approach for graphics objects (postponed to Octave 7)
*** 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.
* Other important bugs
** calling script from nested functions (bug {{bug|58691}} fixed)
** empty list creation if one element is not assigned (bug {{bug|58686}} not a blocker)


* Add script to start GDB session from Octave for debugging, see [[Debugging Octave]].
* Try to tackle bugs with debuggers
** valgrind slow
** <code>-fsanitize=thread</code> in memory and faster


=== Octave community ===
* Before Octave 6.1.0 release, discharge MS Windows 10 Malware Detection Systems (e.g. upload to https://www.virustotal.com/)
 
* 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: [[Online Developer Meeting (2020-10-27)]]
* Next meeting: TBA
* Last meeting: [[Online Developer Meeting (2020-07-07)]]
* Last meeting: [[Online Developer Meeting (2020-07-07)]]


[[Category:2020]]
[[Category:2020]]
[[Category:Meetings]]
[[Category:Meetings]]
Please note that all contributions to Octave may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Octave:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)

Template used on this page: