Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Usage of ContainerCommandLauncherFactory(2)::verifyIncludePaths and ..::verifyLanguageSettingEntries
  • From: Moritz Strübe <moritz.struebe@xxxxxxxxxx>
  • Date: Mon, 2 Nov 2020 09:12:57 +0100
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=mathema.de; dmarc=pass action=none header.from=mathema.de; dkim=pass header.d=mathema.de; 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=KwQGTrpsj6Yv4lfVyRN9JvQoxg2cIW29rsXAC3ioGPc=; b=D/1ftgSsHZPb7RW5RsZ7g+5VBBPrH8dHD+t/cc23fjSM4M3LOB6a/hwqJe03AYovjX41TVOnbcCub7RyJ5SlgHfiuTdYTXNNDd5FnLQtDpaSwDZDfITiqxgVeFW7tsnMfUK0qbLhIt2diyHsPxSH6NzQXXPVYg9+02Q3HesVd9UV2F3VHJWBcpLbp/uazcKhxi4zKj2KysplZo97vCG5Ry53yghGEW8Mk1yrNwuMGzJMvYCxNO8qgOuH7ggzAibDdxYyRah1BPPzkFPVGgAcoBH8F03OniyyZid2mBowzd+422/ELGgzQeRv32wFJjACwFeOmGVpq8pZ4Lx1TiYs8Q==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ADN4qxOANHZHk0YqA3I+J07cQ17Pip4VP5a2+LM/jasxUdqiEKctlljZh55NWsJw0Hx1Jm+tDP1XXWuqbuQgsVhjUcFlMPjbE+3FqzS0oeCbVPVChxN/+nXGV1TlsflxKpgFz/wGS4UWa9IJELPgH8k86o78o5n2RyY9zVrqLRq6ZnXJ04dCV/+MlCGQiFaBPheVgDTVJ+J5ysCr/SSM1YMVfT9RZA3Dl+FR7tb05K+EELQDbLfjw9tdICPWsFCj6nkAWhnVgiW9gv04ySguvPAJN7vAhMTbMBBkHOiuxd7IC/K5UvYSMMN8RLP14wVx4HHa8lKfu30Ta2LXXjTPJg==
  • 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>
  • User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0

Hey,

working with the Docker-Container-Support I have some trouble implementing ContainerCommandLauncherFactory2::verifyIncludePaths and ContainerCommandLauncherFactory2::verifyLanguageSettingEntries. The Documentation of the two is:

verifyLanguageSettingEntries:
Verify language setting entries for a project and change any entries that have been copied to a local location

verifyIncludePaths:
Process include paths and if necessary copy header files as needed.

However if I open a project only verifyLanguageSettingEntries is called, which states: "[..] change [..] entries that _have been_ copied". The problem is, that it might be necessary to update the local files as they might have changed remotely. I had a quick glance at the FlatpakCommandLauncherFactory, and that just copies the files in both functions. Thus:
1) Is the documentation wrong and both functions should copy files?
2) Is there an bug higher up and verifyLanguageSettingEntries should be called when loading a project? 3) Is there something I didn't understand and this should be solved differently?

Cheers
Morty


--
MATHEMA Software GmbH
Schillerstraße 14 | 90409 Nürnberg

Telefon: +49 (0)911 180778-50
E-Mail: moritz.struebe@xxxxxxxxxx | Web: www.mathema.de

Geschäftsführer: Andreas Hanke, Thomas Haug
Handelsregister: HR B 35517, Nürnberg/Bayern



Back to the top