-
Notifications
You must be signed in to change notification settings - Fork 2
Rename result builders to @UIViewBuilder and @AutoLayoutBuilder #19
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: main
Are you sure you want to change the base?
Conversation
|
Note Reviews pausedUse the following commands to manage reviews:
WalkthroughThis PR renames result builder enums and updates their usages across UIViewDSL files. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (5)
🧰 Additional context used🧬 Code graph analysis (2)Sources/UIViewKit/UIViewDSL/UIViewDSL+NSLayoutConstraint.swift (1)
Sources/UIViewKit/UIViewDSL/UIViewDSL+IBSubviews.swift (1)
🔇 Additional comments (5)
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 |
|
@coderabbitai help |
ChatThere are 3 ways to chat with CodeRabbit:
CodeRabbit commands
Other keywords and placeholders
CodeRabbit configuration file (
|
|
@coderabbitai pause |
|
@coderabbitai ignore |
✅ Actions performedReviews paused. |
1 similar comment
✅ Actions performedReviews paused. |
New names @UIViewBuilder and @AutoLayoutBuilder, follow the conventions used by SwiftUI builders, such as @ViewBuilder. They are easier to remember and reason about.
Summary by CodeRabbit