Online Developer Meeting (2021-05-25)

Revision as of 01:52, 26 May 2021 by Siko1056 (talk | contribs) (→‎Octave releases)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Todays topicsEdit

  • Meet and greet 5 minutes before meeting (audio testing).

DiscourseEdit

  • General question about the acceptance.
    • We like it.
  • Continue to no longer actively advertise the mailing-lists.

Octave 6.3.0Edit

Octave releasesEdit

  • Keep the current versioning scheme https://hg.savannah.gnu.org/hgweb/octave/file/1077d7c87fcc/etc/HACKING.md#l301.
  • Only one major release per year.
    • Should include new features.
    • Developer time is limited, more not doable.
    • More frequent minor releases, not 100% perfect, promise to try to keep API/ABI compatibility.
  • Better error than crash on API/ABI changes.
    • It seems this problem occurred with development versions of Octave.
      • No mercy for developers: they hopefully know what they are doing, have to cope with breaking changes.
      • Normally the API version of oct files is checked, thus it should not have crashed and rather have warned.
      • Contrary with development version, even after breaking changes, the API is only incremented once for the release. This might have caused the trouble.
  • Octave on MS Windows, Linux, macOS usually has somehow a compiler available (unlike Matlab on MS Windows), thus recompiling the oct files is annoying, but possible.

GitHub ActionsEdit

QScintilla signal/slot problemEdit

  • Bug #60469
  • On MS Windows only for QScintilla the "safer" signal/slot changes seem to not work.
    • Revert it until the problem is identified.

Previous topicsEdit

The following items were not discussed. Just some links to progress on those items are displayed.

MXE Octave branchesEdit

  • Which changes should go on which branch?
    • "default": everything new
    • "release": conservative updates

BuildbotsEdit

GitHubEdit

  • Markus added a folder ".github" to the Octave main repo?
    • How are the experiences so far? 😉

String class strategyEdit

ClassdefEdit

  • Wish to define classdef classes from C++ "nicely" (currently only from m-files comfortable usable).
  • This would also help implementing the string class.

C++17Edit

General consensus was to stay with C++11 until a "killer application" shows up that justifies changing to a newer standard.

Ideas for next meetingEdit

See alsoEdit