Online Developer Meeting (2021-04-27): Difference between revisions
Jump to navigation
Jump to search
(potential topic) |
|||
Line 24: | Line 24: | ||
* Former [https://octave.discourse.group/t/remaining-items-for-the-6-1-release/350 "Release burn down chart"]. | * Former [https://octave.discourse.group/t/remaining-items-for-the-6-1-release/350 "Release burn down chart"]. | ||
* https://octave.space/savannah/ | * https://octave.space/savannah/ | ||
=== Bug Maintenance/Clean Up === | |||
For preparing for GSOC it states to fix bugs, missing functions, etc. | |||
The ideal scenario would mean being inundated with fixes, and new functions. | |||
There are already ~1600 open bugs at 1 min/bug this is over 1 day. | |||
This is not manageable. Many of these could be closed: | |||
* Are complete because a new version is released {{bug|53576}} | |||
* Can be implemented since there is a new version {{bug|50820}} notice comments 24 & 25 | |||
* Maintainers have the function but have not submitted it {{bug|58530}} | |||
Note this last one is important to avoid comments as in {{bug|32088}} | |||
What is the best approach to resolving this? | |||
*A new wiki page so one with permission can see all the "easy closes" | |||
*Pinging bugs/patches for a status update. | |||
If this is out of the intention of the meeting please delete. | |||
== Previous topics == | == Previous topics == |
Revision as of 17:23, 26 April 2021
- Date: Tuesday, April 27, 2021 @ 18:00 UTC
- Location: https://meet.jit.si/octave-dev-2021-04-27
Todays topics
- Meet and greet 5 minutes before meeting (audio testing).
MXE Octave branches
- Which changes should go on which branch?
- Which branch should the buildbots use?
String class strategy
- Strategy for transition to string class syntax (incompatible to current double-quoted character vectors in Octave)?
C++17
- Updates: https://octave.discourse.group/t/using-c-17-features/1026
- Allow using more modern C++ dialects (C++17 STL std::filesystem or boost::filesystem)?
Short introduction: SavannahAPI
Bug Maintenance/Clean Up
For preparing for GSOC it states to fix bugs, missing functions, etc. The ideal scenario would mean being inundated with fixes, and new functions.
There are already ~1600 open bugs at 1 min/bug this is over 1 day. This is not manageable. Many of these could be closed:
- Are complete because a new version is released #53576
- Can be implemented since there is a new version #50820 notice comments 24 & 25
- Maintainers have the function but have not submitted it #58530
Note this last one is important to avoid comments as in #32088
What is the best approach to resolving this?
- A new wiki page so one with permission can see all the "easy closes"
- Pinging bugs/patches for a status update.
If this is out of the intention of the meeting please delete.
Previous topics
Octave 7
Improve graphics
- Consult professional OpenGL developer to review code Any news here?
- General agreement to spend Octave project money on this
Implement Matlabs new input validation
- jwe can create dummy tree-elements
- Problem if values are evaluated, the "right" action must be done
- Can those validation statements come at arbitrary positions or only at the beginning of the file?
Command Window Widget
Backend code improvements
- "Ditch" old UNIX system functions (e.g. popen)
- performance of symbol lookup
- use
std::unordered_map
, rather thanstd::map
to increase performance (e.g. of interpreter lookups) - Potentially implement "import" keyword? That would probably slow down symbol lookup some more.
- use
- Replace custom reference counters with implementation using
std::shared_ptr
- Some instances are more difficult to replace. jwe will post something about this on the discourse forum.
- improve HDF5 integration
Documentation
- Updates: https://octave.discourse.group/t/function-reference-documentation/959/7 and bug #60313
- Split Octave manual https://octave.org/doc/latest into
- Function reference, like Octave Forge https://octave.sourceforge.io/docs.php
- Prototype (Kai): https://octave.org/doc/ref/octave/overview.html
- Usage manual (like the current one, more detailed, without @docstrings)
- Function reference, like Octave Forge https://octave.sourceforge.io/docs.php
Ideas for next meeting
See also
- Next meeting: Online Developer Meeting (2021-05-25)
- Last meeting: Online Developer Meeting (2021-03-23)