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

From Octave
Jump to navigation Jump to search
m (→‎Todays topics: Add bug numbers)
Line 18: Line 18:
** crashes during doc graphics creation
** crashes during doc graphics creation
** graphics system behaves different from rest of GUI (copy on write issues?)
** graphics system behaves different from rest of GUI (copy on write issues?)
** calling script from nested functions (bug {{bug|xxxxx}})
** calling script from nested functions (bug {{bug|58691}} fixed)
** empty list creation if one element is not assigned (bug {{bug|xxxxx}})
** empty list creation if one element is not assigned (bug {{bug|58686}} not a blocker)


* Try to tackle bugs with debuggers
* Try to tackle bugs with debuggers
** valgrind slow
** valgrind slow
** <code>-fsanizer=thread</code> in memory and faster
** <code>-fsanitize=thread</code> in memory and faster


* Before Octave 6.1.0 release, discharge MS Windows 10 Malware Detection Systems (e.g. upload to https://www.virustotal.com/)
* Before Octave 6.1.0 release, discharge MS Windows 10 Malware Detection Systems (e.g. upload to https://www.virustotal.com/)

Revision as of 18:12, 7 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.
  • Still hard to fix blocking bugs
    • Build (RC) anyway!
    • crashes during doc graphics creation
    • graphics system behaves different from rest of GUI (copy on write issues?)
    • calling script from nested functions (bug #58691 fixed)
    • empty list creation if one element is not assigned (bug #58686 not a blocker)
  • Try to tackle bugs with debuggers
    • valgrind slow
    • -fsanitize=thread in memory and faster

Community Infrastructure (Kai)

Ideas for next meeting

Topic suggestions

See also