-
Notifications
You must be signed in to change notification settings - Fork 135
feat(engine): add long --version details #3518
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
feat(engine): add long --version details #3518
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Code ReviewSummaryThis PR centralizes build metadata generation by moving ✅ Strengths
🔍 Code Quality Observationsengine/packages/util/src/build_meta.rs:28-32The pub const fn cargo_profile() -> &'static str {
match CARGO_DEBUG {
"true" => "debug",
_ => "release"
}
}However, the current implementation is fine since it's simple and clear. engine/packages/engine/src/main.rs:9-20The 📝 Minor Suggestions
🔒 SecurityNo security concerns identified. The build metadata is public information intended to be exposed. ⚡ PerformanceNo performance concerns. The changes are compile-time or one-time initialization costs. 🧪 Testing
✅ Overall AssessmentThis is a clean, well-executed refactor that improves code organization and adds useful functionality. The changes follow the project's conventions (workspace dependencies, error handling, code style) and maintain backward compatibility. Recommendation: Approve ✓ The code is ready to merge. The minor suggestions above are optional improvements, not blockers. |
Merge activity
|

No description provided.