-
Notifications
You must be signed in to change notification settings - Fork 10
Feat: config can be built from any json reader #374
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: refacor/config-builder
Are you sure you want to change the base?
Conversation
|
This PR has merge conflicts with the base branch. Please rebase or merge the base branch into your branch to resolve them. |
|
Caution Review failedFailed to post review comments 📝 WalkthroughWalkthroughThis pull request refactors the FFI and Rust configuration APIs from direct manipulation to a builder pattern. FFIClientConfigBuilder replaces direct FFIClientConfig functions, ClientConfigBuilder is introduced in Rust with derive macros for configuration, and validation logic is restructured into trait-based validators. Storage and accessor patterns are updated throughout to use the new builder-derived configurations and method calls instead of direct field access. Changes
Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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. Comment |
Needs #370
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.