Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork446
Some bugfix in profile parsing / Better support for platforms having tools dependencies on other platforms.#2942
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This will help to simplify the next commits.
If a platform requires tools from another referenced platform, we mustextract the relevant data in the `installed.json` file too.
Just moving code, no semantic change.Helps to get the following commit cleaner.
codecovbot commentedJul 3, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## master #2942 +/- ##==========================================+ Coverage 67.82% 67.89% +0.07%========================================== Files 238 238 Lines 22460 22489 +29 ==========================================+ Hits 15234 15270 +36+ Misses 6023 6019 -4+ Partials 1203 1200 -3
Flags with carried forward coverage won't be shown.Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
be841ff intoarduino:masterUh oh!
There was an error while loading.Please reload this page.
Please check if the PR fulfills these requirements
Seehow to contribute
before creating one)
our contributing guidelines
UPGRADING.mdhas been updated with a migration guide (for breaking changes)configuration.schema.jsonupdated if new parameters are added.What kind of change does this PR introduce?
sketch.ymlrendering bug.installed.json.What is the current behavior?
libraries:YAML object when the profile has no libraries. This is invalid YAML.installed.jsonfile. This would eventually make the platform unusable if the original index is removed.What is the new behavior?
libraries:field is not printed if there are no libraries in the profile.installed.jsonnow has all the necessary metadata.Does this PR introduce a breaking change, and istitled accordingly?
No
Other information