Online Developer Meeting (2022-09-27): Difference between revisions

From Octave
Jump to navigation Jump to search
Tags: Mobile edit Mobile web edit
(→‎Today's topics: added topic about older GSoC projects yet to be added.)
Line 9: Line 9:
** Should we merge default to stable early? October?
** Should we merge default to stable early? October?
** Should we skip 7.3 and go straight to 8?
** Should we skip 7.3 and go straight to 8?
* Since this is the end of GSoC should Sudeepam' {{bug|46881}} be reviewed for version 8? siko1056 asked why this could not be included in version 7 in 2020.
** Should the GSoC patches/bugs be labeled as (GSoC <yyyy>) so these are easier to catch?


== Previous topics ==
== Previous topics ==

Revision as of 13:42, 10 September 2022

Today's topics

  • GSoC updates
  • Octave 7.3 and 8 release timeline.
    • Octave 7. 1 was released late (April instead of Jan) and there was interest in releasing Octave 8.1 earlier. Specifics to discuss:
    • Should we merge default to stable early? October?
    • Should we skip 7.3 and go straight to 8?
  • Since this is the end of GSoC should Sudeepam' #46881 be reviewed for version 8? siko1056 asked why this could not be included in version 7 in 2020.
    • Should the GSoC patches/bugs be labeled as (GSoC <yyyy>) so these are easier to catch?

Previous topics

  • Octave 7.2 has been released
  • VM activities:
    • Configure switches to enable/disable compiling the VM have been added.
    • No actual VM code has been pushed so far. It needs to be rebased on a (more) current head.
  • Transition to Fosshost:
    • The buildbot server has been moved from the Digital Ocean server to Fosshost. The Digital Ocean server will be retired.
    • The new buildbot server URL is https://buildbot.octave.org (without explicitly specifying a port). Documentation still referring to the URL with the port number might need to be updated.
    • The Fosshost server is periodically mirrored to the Dreamhost server. This is likely to stay that way unless someone complains.
  • shadowing of core functions from statistics package
    • Packages should try to avoid shadowing core functions as far as possible.
    • As a "compromise" to make newer features available to older Octave versions, packages could conditionally shadow core functions depending on version numbers. See, e.g., [1] for a possible approach.

See also