Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDT Call Wednesday
  • From: Torbjorn SVENSSON <torbjorn.svensson@xxxxxx>
  • Date: Wed, 14 Apr 2021 16:39:22 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=st.com; dmarc=pass action=none header.from=st.com; dkim=pass header.d=st.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=qhiz5Ck3SBh5DEFeqPypPh/+TAMOurgqyvpIjHg5aqU=; b=d6opf/fpwX5VbRFlPnG+A7nyERb79x3ddpfGjARh/LVSrSoLSnksFwUasvIQ8kwiFvgFTHFx/L9/vQP1k3/pt7i4PowTc49sqwdfXym+O4fRNmOp7N6m1p2Gh89sFhl2UqpTEFlyPyQkW7YjAwkJqK+vy2foQlzNpnfaRhLXksvsBlZ8ZRqPa4xe0NmTYwQ3HZBKTCSYBACXkC+dtB971CQ6P29Q3GzTzWmrNBg03AJYadwF56f/Us5e93QAxl/gPitkNu+7LyABlpuRDX5Xtgh8DQ/uVyvSRPt7VYs5IwNi+70oY0PwzjKMWSt7WKqvqdyuj67ny0JUm2KTKFicfw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=NmOOjWDbRMczihCSjvss4g6cqNBGasU9iv/4vb8AhTgZDsgRi8Xuuw61sKLfAufA/25xV5m0zXlmRPtITYnwPVs1E6ndsmlmZ+UZCld0dwUiB936klTu978CRtxZJhPeQIypK+YBLyXHyECy7JSoHE+JMMZRv84lW9iOcslySqfNH3I7oj8NJQdH5DJZVTHlH4lY4V2aTt4N6z47sbKeP+jTfwgvSqTZHuKbs4h6ho+bAujRc8v+PXjWxPHSjmCZZ5RzthukQ+1CJg8tIulqDEIV1T1uw8JJR8SKXABQmTT2VYFPTAC2HMdpwgWJumx3lwnTgtfXCN7rcTWvurA/ZQ==
  • Delivered-to: cdt-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/cdt-dev/>
  • List-help: <mailto:cdt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHXLUygQljyLGXs2UG0mRg2d4FOc6q0NYUAgAAInzA=
  • Thread-topic: [cdt-dev] CDT Call Wednesday

Added the bug for the org.eclipse.ui requirement in org.eclipse.cdt.managedbuilder.core.

 

Kind regards,

Torbjörn

 

From: cdt-dev <cdt-dev-bounces@xxxxxxxxxxx> On Behalf Of Jonah Graham
Sent: den 14 april 2021 18:06
To: CDT General developers list. <cdt-dev@xxxxxxxxxxx>
Subject: Re: [cdt-dev] CDT Call Wednesday

 

Hello folks,

 

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

 

Minutes

  • Action (Jantje): does project creation turn off workspace autobuild.
  • Action (Torbjörn): Reproduce dark theme color issue in console.
  • Make minimum version supported of GDB 8.0
  • Short discussion on cdt-gdb-adapter in context of gitpod’s announcement
  • GDB knowing GDBSERVER has resumed (reset or watchdog type issues). See gdb mailing list messages and bugzilla:
  • Why is IOverwriteQuery being using in managedbuilder.core?
  • Florent lead topic on project references Bug 566892
    • project references at platform level causes unneeded builds of dependent projects
    • John commented on his experiences:
      • initial conclusion is that there is code at platform level to support use case, but not UI to support it
      • pointed out that there was significant concern of breaking projects with fixing this
      • the current CDT referencing system is not complete - e.g. it won’t run other builders when building referenced projects
    • There is a “default” build configuration
    • Implementing this in the platform would enable it for all types of projects
    • Features that are lost if the platform reference is disabled
      • Opening closed projects, including dependencies, won’t open the dependencies
      • Dependent projects won’t run non-CDT builders
    • More discussion on this topic happened that is not well captured in these notes.

Next Meeting

May 12 at 11am (Ottawa, Canada time)

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

 

 

On Fri, 9 Apr 2021 at 10:27, Jonah Graham <jonah@xxxxxxxxxxxxxxxx> wrote:

Hello folks,

 

See you all on Wednesday for our monthly call:

 

CDT Monthly Call April 14 2021

  1. Welcome and sign yourself in
  2. Actions from last meeting
  3. CDT 10.3 / 2020-06 planning (M1 is on 12 April)
  4. Increasing minimum version of GDB we test and support “officially” Bug 572582
  5. Reenabling long disabled DSF-GDB tests (these were initially disabled when we moved to Jiro)
  6. Status of cdt-gdb-adapter
  7. Any other business?

 

 

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


Back to the top