- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 4.7k
build.rs #8264
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?
build.rs #8264
Conversation
| Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR refactors the build.rs script to introduce explicit logging around Dart protobuf code generation and handle cases where the 'dart' feature is not enabled, improving clarity during builds. Flow diagram for build.rs Dart code generation logicflowchart TD
    A["Start build.rs"] --> B{Is 'dart' feature enabled?}
    B -- Yes --> C["Print: Generating Dart protobuf code for package"]
    C --> D["Call dart_gen with package name"]
    B -- No --> E["Print: Dart feature not enabled; skipping code generation."]
File-Level Changes
 Tips and commandsInteracting with Sourcery
 Customizing Your ExperienceAccess your dashboard to: 
 Getting Help
 | 
| 
 | 
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.
Feature Preview
PR Checklist
Summary by Sourcery
Build: