Online Developer Meeting (2024-10-22): Difference between revisions

From Octave
Jump to navigation Jump to search
(→‎Today's topics: Improve CI for mkoctfile?)
(→‎Today's topics: Update with notes from meeting)
Line 3: Line 3:


== Today's topics ==
== Today's topics ==
* Digital Ocean server is still slow intermittently.
** At the time of the meeting, CPU load was 48 (100%)
** Looking at the logs, the situation improved though.
** Large number of Python processes (mainly for the web interface for hg.octave.org) are the main contributors to CPU load. Maybe, disable https access to hg.octave.org (only leave SSH)?


* Octave 9.3.0:
* Octave 9.3.0:
** Ready for release?
** Ready for release
** jwe will start the release process shortly.
** Could a person shadow jwe during that process to get an idea which steps are involved and could potentially to releases themselves?


* Start process for Octave 10:
* Start process for Octave 10:
** Merge default to stable (when?)
** Merge default to stable (when?)
*** Maybe, delay the merge until the experimental command window widget is in a more usable state? Main blockers include: <code>input</code> blocks Octave indefinitely, displaying large output is very slow.
*** Tried to find "quick fix" for existing command window widget with limited (or no) success. Maybe, reach out to Microsoft developers at https://github.com/microsoft/terminal/issues/17054
** Update gnulib
** Update gnulib
** Pending changes?
** Pending changes?

Revision as of 06:08, 23 October 2024

Today's topics

  • Digital Ocean server is still slow intermittently.
    • At the time of the meeting, CPU load was 48 (100%)
    • Looking at the logs, the situation improved though.
    • Large number of Python processes (mainly for the web interface for hg.octave.org) are the main contributors to CPU load. Maybe, disable https access to hg.octave.org (only leave SSH)?
  • Octave 9.3.0:
    • Ready for release
    • jwe will start the release process shortly.
    • Could a person shadow jwe during that process to get an idea which steps are involved and could potentially to releases themselves?
  • Start process for Octave 10:
    • Merge default to stable (when?)
      • Maybe, delay the merge until the experimental command window widget is in a more usable state? Main blockers include: input blocks Octave indefinitely, displaying large output is very slow.
      • Tried to find "quick fix" for existing command window widget with limited (or no) success. Maybe, reach out to Microsoft developers at https://github.com/microsoft/terminal/issues/17054
    • Update gnulib
    • Pending changes?
  • To improve coverage for mkoctfile, should we include building some Octave packages in CI? (Maybe, the "stk" package because it builds .mex files, and the "control" package because it builds .oct files with C++ and Fortran?)
    • Also run tests for these packages in CI?
    • Fix version? Or always latest version from package index?

Previous topics

  • GSoC:
    • The projects that Andreas mentored successfully finished.
    • No information on the project that Colin mentored during the meeting.
  • Plans for Octave 9.3.0:
    • Target for merging the default branch to the stable branch in 6-8 weeks.
    • Postpone decision about releasing 9.3.0 for a few more weeks.
  • Targets for Octave 10:
    • Given the remaining time until the branches are merged, implementing Table or String classes for Octave 10 might not be reasonable.
    • Implementing the arguments block might also be too large.
    • Maybe, go ahead and merge the changes for the command window widget from here: https://octave.discourse.group/t/new-command-window-widget/501/82 (or the modified version from the following comment)
  • Thoughts about liboctmex:
    • Go ahead and apply for Octave 10
    • Maybe consider versioned symbols instead of bumping the SOVERSION for ABI/API breaking changes in the future?
  • Visibility attributes:
    • Many (member) functions are marked (as opposed to the entire class) to allow for inline definitions of (member) functions in headers.
    • Might still be incomplete (probably less complete in liboctinterp than in liboctave)
  • Virtual OctConf. Is it happening?

See also