Incorrect dialog when library dependency already installed #721
Labels
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Describe the problem
Arduino library authors may specify library dependencies in the
depends
field of thelibrary.properties
metadata file. When using Library Manager to install a library that specifies dependencies which are not already installed, the user is offered the installation of the dependencies.🐛 This dialog is currently presented even when the dependencies are already installed.
To reproduce
(this library specifies a dependency on the "ArduinoRS485" library)
🐛 A dialog appears which erroneously claims:
Expected behavior
Dependencies installation dialog only appears when dependencies are not already installed.
Arduino IDE version
Original report
2.0.0-rc3
Last verified with
9a6a457
Operating system
Windows
Operating system version
11
Additional context
The issue occurs even after a restart, so it is not specific to the dependency being installed in the same session as the dependent library, as was done in the demo for the sake of simplicity.
Additional reports
Issue checklist
The text was updated successfully, but these errors were encountered: