We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 341b441 commit d1a1a1cCopy full SHA for d1a1a1c
constants/constants.go
@@ -161,7 +161,7 @@ const MSG_BOOTLOADER_FILE_MISSING = "Bootloader file specified but missing: {0}"
161
const MSG_BUILD_OPTIONS_CHANGED = "Build options changed, rebuilding all"
162
const MSG_CANT_FIND_SKETCH_IN_PATH = "Unable to find {0} in {1}"
163
const MSG_FQBN_INVALID = "{0} is not a valid fully qualified board name. Required format is targetPackageName:targetPlatformName:targetBoardName."
164
-const MSG_FIND_INCLUDES_FAILED = "Failed to find includes in file {1}"
+const MSG_FIND_INCLUDES_FAILED = "Error while detecting libraries included by {0}"
165
const MSG_INVALID_QUOTING = "Invalid quoting: no closing [{0}] char found."
166
const MSG_IGNORED_BUILTIN_TOOLS_TXT = "Skipping {0}; please consider removing that file since it may hurt older Arduino installations"
167
const MSG_LIB_LEGACY = "(legacy)"
container_find_includes.go
@@ -343,7 +343,7 @@ func findIncludesUntilDone(ctx *types.Context, cache *includeCache, sourceFile t
343
return i18n.WrapError(preproc_err)
344
} else {
345
include = IncludesFinderWithRegExp(ctx, string(preproc_stderr))
346
- if include == "" {
+ if include == "" &&ctx.Verbose{
347
ctx.GetLogger().Println(constants.LOG_LEVEL_DEBUG, constants.MSG_FIND_INCLUDES_FAILED, sourcePath)
348
}
349
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments