Editing Online Developer Meeting (2023-12-19)

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: Tuesday, Dec 19, 2023 @ 18:00 UTC '''[https://www.timeanddate.com/worldclock/meetingdetails.html?year=2023&month=12&day=19&hour=18&min=0&sec=0&p1=263&p2=37&p3=26&p4=176&p5=248&p6=108&p7=111&p8=264 Convert timezones here!]'''
* Date: Tuesday, Dec 19, 2023 @ 18:00 UTC '''[https://www.timeanddate.com/worldclock/meetingdetails.html?year=2023&month=12&day=19&hour=18&min=0&sec=0&p1=263&p2=37&p3=26&p4=176&p5=248&p6=108&p7=111&p8=264 Convert timezones here!]'''
* Location: https://meet.jit.si/octave-dev
* Location: https://meet.jit.si/octave-dev
== Today's topics ==
* Octave 9 remaining release activities
** Blocking bugs
*** Change in BLAS/LAPACK condition number for `inf (2,2)`.  Should we disable tests for this feature to avoid confusion that something is wrong with Octave, while we work on a strategy for this? '''Rik to create bug report, Change BIST tests to use %!xtest with new bug number, Investigate long-term returning 0 for rcond of Inf matrix'''
*** Windows Terminal problems
**** Apparently the Developer option fix may not be readily visible for everyone? see https://octave.discourse.group/t/bug-octave-freezes/5097/9
**** Do we have enough detail to create a useful report upstream at https://github.com/microsoft/terminal/issues ?
** Translation files '''Rik to ping Marco about Italian translation'''
** First names or abbreviated names in `contributors.in`? '''Rik will follow up with individuals'''
** `-fsanitize` and other checks on code
*** Should leaks be analyzed in Discourse thread or a Savannah bug report? '''Discourse to start, bug afterwards'''
** Update of Copyright statements.  '''jwe to do this'''
** Approximate date for release candidate
* Octave coding guidelines
** Need refresh as recommendations are out of date
*** Line length '''Re-write from hard limit (80) to user preference as long as code is clear.  Clear code can sometimes mean putting all of the statement on one line so it is one unit'''
*** Break return type of function and put on separate line for class methods within class definition? '''Original reason no longer applies, so use judgment based on e.g. length of return type l'''
*** `enum`, `struct` style not particularly clear or documented.  '''Document that style should be like functions with opening '{' not indented but appearing on its own line'''
*** #ifdef indentation and styling '''No clear preference'''
* Public roadmap discussion.
** Example: https://github.com/nelson-lang/nelson/blob/master/ROADMAP.md
** Example: https://bugs.ruby-lang.org/projects/ruby-master/roadmap
** '''OK to create a public roadmap doc''' based on existing wiki project ideas. Will have target versions but not people.
* Proposal [from cbm]: set aside last 15 or 20 minutes to hack on the bytecode interpreter.
** JWE asks questions, rest of us file issues or take notes.
** Example: last meeting something came up about int types...
*** perhaps we can find a few more "low hanging fruit"
** If nothing else, a few of us will spend a few minutes trying the interpreter.
** Or could spend time <s>trying to break</s> testing the experimental terminal widget to start generating a buglist
** '''Long discussion of code. JWE will try to merge stack frames for tree evaluator and bytecode interpreter. Meeting with Petter planned.'''
== Previous topics ==
* Octave 9 release activities
** [[9.1 Release Checklist]]
** '''Continuing progress with language checks and translations'''
* Consider reverting the removal of the configure flag that allows disabling the bytecode VM?
** Background discussion: https://octave.discourse.group/t/the-role-of-the-disable-vm-evaluator-flag/4934
** '''JWE will try to add ifdefs for this'''
** '''It was discussed to make this activity as a bug report to help tracking'''
* Clarify changes that should target the stable or the default branch.
** '''No universal guidelines, generally ask whether it absolutely needs to be in stable without introducing new problems'''
** Importance of impact, if any: does it make a difference whether it addresses a crash vs addresses something minor?
** Importance of frequency, if any: does it make a difference whether the bug is commonly encountered or rare?
** Size of code change, if any.
** When to graft changes from default to stable?
* Clarify what should be part of reviewing a change before pushing it to the repository. Any difference for changes to the stable or the default branch?
** '''No all-use guidelines, but avoid compiler specific code, platform specific code, and in general ask why something is written this way'''
* Decide on criteria for which bugs should be fixed before 9.1.0 release
** Tag all bugs which meet criteria with Planned Release of 9.1.0
* Default to Qt6 for Octave 9? Also for MXE Octave? That raises minimum requirements for compiler (C++17) and target platform (for Windows: minimum Windows 10 64-bit, see [https://octave.discourse.group/t/transition-octave-to-qt6/3139/5 post on discourse]).
* Enable polymorphic allocators by default (C++17 feature)? Might prevent Octave packages from building if they set a lower C++ standard. (Known example: the ltfat package does this currently, adding -std=gnu++11 to its flags, preventing it from being built as-is with polymorphic allocators.)
== See also ==
* Next meeting: [[Online Developer Meeting (2024-01-23)]]
* Last meeting: [[Online Developer Meeting (2023-11-28)]]
[[Category:2023]]
[[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)