Fixes and improvements - #617
Conversation
It's not super consistent yet, but I'll fix that later
|
Warning Review limit reached
Next review available in: 18 minutes Limit details: You’ve used all 4 included reviews currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?Wait for the limit to reset, then comment An organization admin can change what happens after included review limits in Billing. How do review limits work?CodeRabbit enforces per-developer PR review limits within each organization. For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe public path API now uses data-path terminology, and storage consumers use data-based or app-specific locations. Scanned applications can be uninstalled with recursive filesystem deletion and registry cleanup. ESP32 and POSIX modules register drivers through 🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (3 passed)
✨ Finishing Touches 💡 1📝 Generate docstrings 💡
🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 7
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
TactilityKernel/include/tactility/paths.h (1)
13-20: 📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick winUpdate the public API documentation.
The comment still describes a user-data root.
paths_get_data_pathreturns the data path. Update the brief to use data-path terminology.Proposed fix
- * `@brief` Get the root path for user data. Survives OS upgrades. + * `@brief` Get the data path. Survives OS upgrades.
🧹 Nitpick comments (1)
Modules/app-module/include/app/event.h (1)
57-59: 📐 Maintainability & Code Quality | 🔵 Trivial | ⚡ Quick winPropagate
AppInstanceIdthrough the caller boundary.
AppInstanceIdis auint32_ttypedef, so existing raw-ID callers still compile.Tactility/Source/app/apphubdetails/AppHubDetailsApp.cppstill stores the identifier asuint32_tinContext,appMain, andstart(). UseAppInstanceIdat those boundaries so the API migration remains consistent and future representation changes do not leave raw-ID consumers behind. (raw.githubusercontent.com)Also applies to: 94-94
Source: MCP tools
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: 61c09ca7-0c48-4308-9147-6e67c7cfcc6f
📒 Files selected for processing (36)
Buildscripts/sdkconfig/default.propertiesDocumentation/ideas.mdModules/app-module/include/app/event.hModules/app-module/include/app/manager.hModules/app-module/private/app/private/app_fs.hModules/app-module/source/app_install.cppModules/app-module/source/app_paths.cppModules/app-module/source/event.cppModules/app-module/source/manager.cppModules/app-module/source/symbols.cppModules/service-module/source/paths.cppPlatforms/platform-esp32/source/module.cppPlatforms/platform-posix/source/module.cppTactility/Include/Tactility/DeprecatedPaths.hTactility/Source/DeprecatedPaths.cppTactility/Source/Tactility.cppTactility/Source/app/apphubdetails/AppHubDetailsApp.cppTactility/Source/app/i2cscanner/I2cScanner.cppTactility/Source/app/setup/Setup.cppTactility/Source/bluetooth/BluetoothPairedDevice.cppTactility/Source/bluetooth/BluetoothSettings.cppTactility/Source/network/Ntp.cppTactility/Source/service/webserver/WebServerService.cppTactility/Source/service/wifi/WifiBootSplashInit.cppTactility/Source/settings/AudioSettings.cppTactility/Source/settings/BootSettings.cppTactility/Source/settings/KeyboardSettings.cppTactility/Source/settings/SystemSettings.cppTactility/Source/settings/TouchCalibrationSettings.cppTactility/Source/settings/time.cppTactilityC/Include/tt_time.hTactilityC/Source/tt_init.cppTactilityC/Source/tt_time.cppTactilityKernel/include/tactility/paths.hTactilityKernel/source/paths.cppTactilityKernel/source/symbols.c
💤 Files with no reviewable changes (3)
- TactilityC/Source/tt_time.cpp
- TactilityC/Source/tt_init.cpp
- TactilityC/Include/tt_time.h
Included review availability: Your plan provides up to 4 included reviews per hour; 3 remain after this review.
There was a problem hiding this comment.
Actionable comments posted: 1
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: 99d2cd38-052b-496d-a615-f45551619a5e
📒 Files selected for processing (2)
Modules/service-module/tests/source/service_paths_test.cppTactilityKernel/tests/source/paths_test.cpp
Included review availability: Your plan provides up to 4 included reviews per hour; 2 remain after this review.
To avoid recursive directory creation
There was a problem hiding this comment.
Actionable comments posted: 2
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: 5c765544-c962-4dd8-9bab-c8783256fd5e
📒 Files selected for processing (4)
Modules/app-module/private/app/private/app_fs.hModules/app-module/source/manager.cppModules/service-module/tests/source/service_paths_test.cppTactility/Source/settings/AudioSettings.cpp
Included review availability: Your plan provides up to 4 included reviews per hour; 0 remain after this review.
Summary by CodeRabbit
New Features
Improvements
Breaking Changes