-
Notifications
You must be signed in to change notification settings - Fork 17
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
fix: drop lingua_franca #593
Conversation
Warning Rate limit exceeded@JarbasAl has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 11 minutes and 30 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. WalkthroughThe pull request introduces significant changes primarily focused on error handling and code cleanup within the Changes
Assessment against linked issues
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 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 (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #593 +/- ##
==========================================
- Coverage 75.33% 73.11% -2.22%
==========================================
Files 15 15
Lines 3094 1529 -1565
==========================================
- Hits 2331 1118 -1213
+ Misses 763 411 -352
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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
🧹 Outside diff range and nitpick comments (2)
requirements/requirements.txt (1)
Line range hint
1-18
: Missing specialized parser dependenciesThe PR objectives mention replacing lingua-franca with specialized packages, but the following dependencies are missing from requirements.txt:
- ovos-number-parser
- ovos-date-parser
- ovos-lang-parser
- ovos-color-parser
- ovos-solver-YesNo-plugin
These packages should be added to maintain the functionality previously provided by lingua-franca.
Would you like me to provide the dependency specifications for these packages or create a GitHub issue to track this?
requirements/extra-deprecated.txt (1)
15-15
: Address dependency conflict blocking upgradesThe comment indicates that
ovos-listener
is blocking the upgrade toovos-bus-client 1.0.0
. This dependency conflict should be resolved to ensure smooth package management and system stability.Consider:
- Investigating if the newer versions of
ovos-listener
resolve this conflict- Evaluating if
ovos-listener
can be updated to be compatible withovos-bus-client 1.0.0
- Documenting the resolution plan in the related issue tracker
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
📒 Files selected for processing (5)
ovos_core/intent_services/__init__.py
(0 hunks)ovos_core/intent_services/converse_service.py
(0 hunks)requirements/extra-deprecated.txt
(1 hunks)requirements/plugins.txt
(1 hunks)requirements/requirements.txt
(1 hunks)
💤 Files with no reviewable changes (2)
- ovos_core/intent_services/init.py
- ovos_core/intent_services/converse_service.py
✅ Files skipped from review due to trivial changes (1)
- requirements/plugins.txt
🔇 Additional comments (1)
requirements/requirements.txt (1)
Line range hint 1-18
: Verify complete removal of lingua-franca dependency
Let's ensure all references to lingua-franca have been properly removed from the codebase.
closes #592
Summary by CodeRabbit
Release Notes
New Features
ovos-number-parser
andovos-date-parser
.Bug Fixes
Chores