-
Notifications
You must be signed in to change notification settings - Fork 539
Process deploy param ref only when non-empty #5730
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via 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. |
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5730 +/- ##
==========================================
+ Coverage 52.92% 52.93% +0.01%
==========================================
Files 1098 1098
Lines 58976 58982 +6
Branches 4794 4794
==========================================
+ Hits 31212 31225 +13
+ Misses 27046 27039 -7
Partials 718 718
*This pull request uses carry forward flags. Click here to find out more.
|
Merge activity
|
PROT-935 <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on enhancing the handling of `implementationConstructorParams` and `initializeParams` by adding null checks to ensure that they are defined before processing. This improves the robustness of the code. ### Detailed summary - Changed `processedImplParams` and `processedInitializeParams` from constants to `undefined` initially. - Added checks to confirm that `implementationConstructorParams` and `initializeParams` are defined before processing. - Retained the logic for processing parameters using `processRefDeployments`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
7879318
to
8761fe6
Compare
PROT-935
PR-Codex overview
This PR focuses on improving the handling of
implementationConstructorParams
andinitializeParams
by adding checks to ensure they are defined before processing, enhancing code safety and readability.Detailed summary
processedImplParams
andprocessedInitializeParams
to beundefined
initially.implementationConstructorParams
andinitializeParams
to ensure they are defined before processing.