Online Developer Meeting (2025-09-23)
Jump to navigation
Jump to search
- Date: Tuesday, September 23, 2025 @ 18:00 UTC Convert timezones here!
- Location: https://meet.jit.si/octave-dev
Today's topics
Previous topics
- Prepare release of Octave 10.3.0? 33 "actual" changes on the stable branch since the release of Octave 10.2.0 (ignoring, e.g., changes to the CI rules or reverted changes), 7 of which are documentation only. Markus will start release process as time permits
- Any pending changes or bugs that need to be fixed for the stable branch?
bug #67459 (clear ?) jwe has a potential fix. He will test and commit before 10.3 release
- Should Octave be built without debugging code for parser by default? Yes. Rik will work on this.
The debugging code is always there and always enabled. For every statement parsed there is a check on the the parse_debug_flag to see whether debugging information should be printed. But, this is really infrequently used code. I have turned on the debugger in the parser just once in 10 years. To me, this is specialist code that could be enabled by a developer during configuration or with a `-D` option to `cpp`, but ordinary users will never need this.
- Modify the
test
function to search for an additional suffix.octdm
dedicated to separate files containing demo block. See relevant discussion at https://octave.discourse.group/t/adding-a-new-file-extension-for-demo-files/6716
See also
- Next meeting: Online Developer Meeting (2025-10-22)
- Prev meeting: Online Developer Meeting (2025-08-26)