-
Notifications
You must be signed in to change notification settings - Fork 128
[WIP] IEP-1510: User reported issue on ESP-IDF Manager logging added #1204
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
WalkthroughThis update introduces two new logging statements within the Changes
Poem
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
bundles/com.espressif.idf.ui/src/com/espressif/idf/ui/tools/ManageEspIdfVersionsHandler.java (1)
71-71
: Appropriate logging for tool set configuration file path.This logging statement captures the complete configuration file path, which is valuable for troubleshooting path-related issues. The spelling of "configuraion" contains a typo that should be corrected.
- Logger.log("Tool Set configuraion file Path: " + stringBuilder.toString()); + Logger.log("Tool Set configuration file Path: " + stringBuilder.toString());
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (3)
bundles/com.espressif.idf.ui/src/com/espressif/idf/ui/tools/ManageEspIdfVersionsHandler.java
(1 hunks)features/com.espressif.idf.feature/feature.xml
(1 hunks)releng/com.espressif.idf.product/idf.product
(2 hunks)
🧰 Additional context used
🧬 Code Graph Analysis (1)
bundles/com.espressif.idf.ui/src/com/espressif/idf/ui/tools/ManageEspIdfVersionsHandler.java (1)
bundles/com.espressif.idf.core/src/com/espressif/idf/core/logging/Logger.java (1)
Logger
(21-137)
⏰ Context from checks skipped due to timeout of 90000ms (1)
- GitHub Check: build
🔇 Additional comments (4)
releng/com.espressif.idf.product/idf.product (2)
4-4
: Version number incremented appropriately.The product version has been properly updated from 3.3.0 to 3.3.1, which aligns with the version update in the feature.xml file.
51-51
: Whitespace formatting looks good.The blank line added before the
<plugins>
element improves readability by separating logical sections.bundles/com.espressif.idf.ui/src/com/espressif/idf/ui/tools/ManageEspIdfVersionsHandler.java (1)
68-68
: Appropriate logging for workspace path.This logging statement helps diagnose issues by recording the workspace path during the tool set configuration process. This addresses the user-reported issue mentioned in the PR objectives regarding ESP-IDF Manager logging.
features/com.espressif.idf.feature/feature.xml (1)
5-5
: Version number incremented appropriately.The feature version has been properly updated from 3.3.0.qualifier to 3.3.1.qualifier, maintaining consistency with the product version update.
Description
Please include a summary of the change and which issue is fixed.
Fixes # (IEP-XXX)
Type of change
Please delete options that are not relevant.
How has this been tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
Dependent components impacted by this PR:
Checklist
Summary by CodeRabbit