Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDT Call Wednesday

The rm issue I mentioned during the meeting is https://bugs.eclipse.org/bugs/show_bug.cgi?id=505868 - but that applied to the internal builder. Some notes in the related commits may be useful, and I did add a clean test case for internal and external builders that can be extended if needed (See ManagedBuildClean - which I just realized has probably never run as part of the CI test suite :-( 

Jonah


On Wed, 14 Jul 2021 at 12:03, Jonah Graham <jonah@xxxxxxxxxxxxxxxx> wrote:
Hello folks,

Thank you all for coming. Here are the minutes - feel free to correct any of them if needed.

Actions from last meeting details

  • Torbjörn file a bug / recommend a patch to make target async on/off more visible/changeable by users potentially? DONE Bug 574205
  • Anton to file a bug on how hex display of float values is wrong DONE Bug 574110

Minutes

  • We (Jonah specifically) will release 10.3.2 ASAP with fix for lockup. Bug 574519
  • 10.4.0 M1 this week
  • Jeff brought up flatpak MI communication issue
    • This may be fixed by disabling Full GDB console by adding a flag (perhaps a system property here too?) - Have org.eclipse.cdt.dsf.gdb.service.GDBBackend_7_12.isFullGdbConsoleSupported() return false.
    • When using full GDB console, there are two PTYs that connect GDB and Eclipse CDT, one for MI and one for CLI. When !“full gdb” only a single PTY connects GDB and CDT and all that communication is MI. The CLI in that case is wrapped in MI commands.
  • Vinod is looking at Global Variables again and is expecting a new patch set in 2 weeks.
  • General discussion of future of managed build, xpack build and cdt-new-managedbuild-prototype

Next Meeting

August 11 at 11am (Ottawa, Canada time)

~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com


On Mon, 12 Jul 2021 at 20:25, Jonah Graham <jonah@xxxxxxxxxxxxxxxx> wrote:
Hello folks,

See you all on Wednesday for our monthly call. Feel free to add to the agenda - https://wiki.eclipse.org/CDT/calls.

CDT Monthly Call July 14 2021

  1. Welcome and sign yourself in
  2. Actions from last meeting
  • Torbjörn file a bug / recommend a patch to make target async on/off more visible/changeable by users potentially?
  • DONE Anton to file a bug on how hex display of float values is wrong
  1. Any other business?
~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com

Back to the top