Online Developer Meeting (2025-07-01): Difference between revisions

From Octave
Jump to navigation Jump to search
(Add new topics)
(Add question about MXE Octave)
Line 8: Line 8:
* Naming conventions in libinterp (Should we use a prefix such as '''pt-''', '''ov-''', '''ls-''' to indicate which block a piece of code belongs too?  If so, why isn't every file in parse-tree labeled with '''pt-'''?
* Naming conventions in libinterp (Should we use a prefix such as '''pt-''', '''ov-''', '''ls-''' to indicate which block a piece of code belongs too?  If so, why isn't every file in parse-tree labeled with '''pt-'''?
* Capitalization of file names?  Why is it '''Cell.h''', not '''cell.h'''?  Other examples, '''Quad.h''', '''DASPK.h'''
* Capitalization of file names?  Why is it '''Cell.h''', not '''cell.h'''?  Other examples, '''Quad.h''', '''DASPK.h'''
* Update binutils in Octave for Windows from 2.40 to 2.44 on the release branch of MXE Octave now?


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

Revision as of 07:33, 30 June 2025

Today's topics

  • Reorganization of liboctave (place GNU Readline in libinterp?)
  • Naming conventions in liboctave & libinterp for duplicate names (Has been lo-).
  • Naming conventions in libinterp (Should we use a prefix such as pt-, ov-, ls- to indicate which block a piece of code belongs too? If so, why isn't every file in parse-tree labeled with pt-?
  • Capitalization of file names? Why is it Cell.h, not cell.h? Other examples, Quad.h, DASPK.h
  • Update binutils in Octave for Windows from 2.40 to 2.44 on the release branch of MXE Octave now?

Previous topics

  • Release of Octave 10.2.0 DONE
  • Octave packages and sourceforge?

See also