You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix compile command panicking if invalid build.options.json is found (#1118)
* check whether prevOpts is nil in WipeoutBuildPathIfBuildOptionsChanged's Run
* + debug message
* update from review: improve user message
* fix per review
* add check to buildOptionsJson too
* panic'ing instead of keeping on with mess
* fix use of a constant
Co-authored-by: per1234 <accounts@perglass.com>
* [skip changelog] Add compile with invalid build.options.json test
Co-authored-by: per1234 <accounts@perglass.com>
Co-authored-by: Silvano Cerza <silvanocerza@gmail.com>
Copy file name to clipboardExpand all lines: legacy/builder/constants/constants.go
+3-1
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,9 @@ const MSG_ERROR_ARCHIVING_CORE_CACHE = "Error archiving built core (caching) in
86
86
constMSG_CORE_CACHE_UNAVAILABLE="Unable to cache built core, please tell {0} maintainers to follow https://arduino.github.io/arduino-cli/latest/platform-specification/#recipes-to-build-the-corea-archive-file"
87
87
constMSG_BOARD_UNKNOWN="Board {0} (platform {1}, package {2}) is unknown"
88
88
constMSG_BOOTLOADER_FILE_MISSING="Bootloader file specified but missing: {0}"
0 commit comments