The sketch_path
platform property is not generated
#2340
Labels
topic: build-process
Related to the sketch build process
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Describe the problem
From the Arduino Platform Specification:
https://arduino.github.io/arduino-cli/dev/platform-specification/#recipes-to-export-compiled-binary
🐛 Arduino CLI does not generate the
sketch_path
property as promised by the specification.To reproduce
🐛 The
sketch_path
property references were not expanded because Arduino CLI never generated the property.Expected behavior
Arduino CLI generates the
sketch_path
property as promised by the specification.Arduino CLI version
422aa87
Operating system
Windows
Operating system version
11
Additional context
The bug was present from the introduction of support for the
savehex
hooks in 5f73378 / #2091Known affected platforms:
ATTinyCore:avr
DxCore:megaavr
MegaCore:avr
MegaCoreX:megaavr
megaTinyCore:megaavr
MajorCore:avr
MicroCore:avr
MightyCore:avr
MiniCore:avr
Originally reported by @Dancofra at MCUdude/MegaCore#206
Additional reports
Issue checklist
The text was updated successfully, but these errors were encountered: