1
0
Fork 0

Create patch set 3

Change has been successfully rebased and submitted as d30414bb53

1 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:

```
The name of the file: tests/test_subcmds.py
Insertions: 1, Deletions: 1.

@@ -96,7 +96,7 @@
         def _check_dest(opt):
             """Check the dest= setting."""
             # If the destination is not set, nothing to check.
-            # If long options are not not, then there's no implicit destination.
+            # If long options are not set, then there's no implicit destination.
             # If callback is used, then a destination might be needed because
             # optparse cannot assume a value is always stored.
             if opt.dest is None or not opt._long_opts or opt.callback:
```


Patch-set: 3
Patch-set-description: Rebase
Subject: forall: fix crash with no command
Status: merged
Commit: d30414bb53
Tag: autogenerated:gerrit:merged
Groups: abbe9d265a
Label: Verified=+1, 76d70946865e959ad75ceebe147f329ab385e02b Gerrit User 1007145 <1007145@173816e5-2b9a-37c3-8a2e-48639d4f1153>
Label: Code-Review=+2, 8a70b8ece8ee7fc510551b96d06ad7dd250b8eb3 Gerrit User 1088583 <1088583@173816e5-2b9a-37c3-8a2e-48639d4f1153>
Label: Commit-Queue=+2, bc566e60b4052d7841c040a95deddcd386e3175f Gerrit User 1007145 <1007145@173816e5-2b9a-37c3-8a2e-48639d4f1153>
Label: SUBM=+1, 3f6a509ffdc38beb4ff77ed69f2eabdfaea4c835
Submission-id: 509861
Submitted-with: OK
Submitted-with: Rule-Name: gerrit~DefaultSubmitRule
Submitted-with: MAY: Verified: Gerrit User 1007145 <1007145@173816e5-2b9a-37c3-8a2e-48639d4f1153>
Submitted-with: MAY: Code-Review: Gerrit User 1088583 <1088583@173816e5-2b9a-37c3-8a2e-48639d4f1153>
Submitted-with: MAY: Commit-Queue: Gerrit User 1007145 <1007145@173816e5-2b9a-37c3-8a2e-48639d4f1153>
Submitted-with: MAY: Bot-Commit
Submitted-with: MAY: Auto-Submit
Submitted-with: MAY: Lint
Base: 80d1a5ad3e
Ours: abbe9d265a
Theirs: 80d1a5ad3e
Merge-Strategy: recursive
Contains-Conflicts: false
This commit is contained in:
Gerrit User 1153491 2025-09-17 12:54:30 -07:00 committed by Gerrit Code Review
parent 08b64d8bec
commit 9411046d83

View file

@ -0,0 +1,185 @@
{
"comments": [],
"submitRequirementResults": [
{
"submitRequirement": {
"name": "Code-Review",
"description": {
"value": "Submit requirement for the \u0027Code-Review\u0027 label"
},
"applicabilityExpression": {},
"submittabilityExpression": {
"expressionString": "label:Code-Review\u003dMAX AND -label:Code-Review\u003dMIN"
},
"overrideExpression": {},
"allowOverrideInChildProjects": true
},
"applicabilityExpressionResult": {},
"submittabilityExpressionResult": {
"value": {"expression":{"expressionString":"label:Code-Review=MAX AND -label:Code-Review=MIN"},"status":"PASS","errorMessage":{"value":null},"passingAtoms":["label:Code-Review=MAX"],"failingAtoms":["label:Code-Review=MIN"],"atomExplanations":{"value":{"label:Code-Review=MAX":"","label:Code-Review=MIN":""}}}
},
"overrideExpressionResult": {},
"patchSetCommitId": "abbe9d265abf95cc4b8594d1ba403fa8237ffad8",
"legacy": {
"value": false
},
"forced": {},
"hidden": {}
},
{
"submitRequirement": {
"name": "Do-Not-Submit",
"description": {
"value": "Changes that have DO NOT SUBMIT in their commit message are not submittable."
},
"applicabilityExpression": {
"value": {
"expressionString": "message:\"^.*(D|d)(O|o) (N|n)(O|o)(T|t) (S|s)(U|u)(B|b)(M|m)(I|i)(T|t).*\""
}
},
"submittabilityExpression": {
"expressionString": "is:false"
},
"overrideExpression": {},
"allowOverrideInChildProjects": false
},
"applicabilityExpressionResult": {
"value": {"expression":{"expressionString":"message:\"^.*(D|d)(O|o) (N|n)(O|o)(T|t) (S|s)(U|u)(B|b)(M|m)(I|i)(T|t).*\""},"status":"FAIL","errorMessage":{"value":null},"passingAtoms":[],"failingAtoms":["message:\"^.*(D|d)(O|o) (N|n)(O|o)(T|t) (S|s)(U|u)(B|b)(M|m)(I|i)(T|t).*\""],"atomExplanations":{"value":{"message:\"^.*(D|d)(O|o) (N|n)(O|o)(T|t) (S|s)(U|u)(B|b)(M|m)(I|i)(T|t).*\"":""}}}
},
"submittabilityExpressionResult": {
"value": {"expression":{"expressionString":"is:false"},"status":"NOT_EVALUATED","errorMessage":{"value":null},"passingAtoms":[],"failingAtoms":[],"atomExplanations":{"value":null}}
},
"overrideExpressionResult": {},
"patchSetCommitId": "abbe9d265abf95cc4b8594d1ba403fa8237ffad8",
"legacy": {
"value": false
},
"forced": {},
"hidden": {}
},
{
"submitRequirement": {
"name": "No-Unresolved-Comments",
"description": {
"value": "Changes that have unresolved comments are not submittable. Unless overriden by adding the hashtag allow-unresolved-comments."
},
"applicabilityExpression": {
"value": {
"expressionString": "has:unresolved"
}
},
"submittabilityExpression": {
"expressionString": "-has:unresolved"
},
"overrideExpression": {
"value": {
"expressionString": "hashtag:allow-unresolved-comments"
}
},
"allowOverrideInChildProjects": false
},
"applicabilityExpressionResult": {
"value": {"expression":{"expressionString":"has:unresolved"},"status":"FAIL","errorMessage":{"value":null},"passingAtoms":[],"failingAtoms":["has:unresolved"],"atomExplanations":{"value":{"has:unresolved":""}}}
},
"submittabilityExpressionResult": {
"value": {"expression":{"expressionString":"-has:unresolved"},"status":"NOT_EVALUATED","errorMessage":{"value":null},"passingAtoms":[],"failingAtoms":[],"atomExplanations":{"value":null}}
},
"overrideExpressionResult": {
"value": {"expression":{"expressionString":"hashtag:allow-unresolved-comments"},"status":"NOT_EVALUATED","errorMessage":{"value":null},"passingAtoms":[],"failingAtoms":[],"atomExplanations":{"value":null}}
},
"patchSetCommitId": "abbe9d265abf95cc4b8594d1ba403fa8237ffad8",
"legacy": {
"value": false
},
"forced": {},
"hidden": {}
},
{
"submitRequirement": {
"name": "Review-Enforcement",
"description": {
"value": "Two trusted contributors must approve the change. Uploading the change or voting positively on Code-Review count as approval. For Google employees, using a trusted device is required (go/gerrit-onboarding#review-enforcement). For non-Google employees, ReAuth is required (https://chromium.googlesource.com/chromium/src/+/HEAD/docs/gerrit_reauth.md)."
},
"applicabilityExpression": {
"value": {
"expressionString": "is:review-enforced_gerrit"
}
},
"submittabilityExpression": {
"expressionString": "is:review-enforcement-satisfied_gerrit"
},
"overrideExpression": {},
"allowOverrideInChildProjects": false
},
"applicabilityExpressionResult": {
"value": {"expression":{"expressionString":"is:review-enforced_gerrit"},"status":"PASS","errorMessage":{"value":null},"passingAtoms":["is:review-enforced_gerrit"],"failingAtoms":[],"atomExplanations":{"value":{"is:review-enforced_gerrit":""}}}
},
"submittabilityExpressionResult": {
"value": {"expression":{"expressionString":"is:review-enforcement-satisfied_gerrit"},"status":"PASS","errorMessage":{"value":null},"passingAtoms":["is:review-enforcement-satisfied_gerrit"],"failingAtoms":[],"atomExplanations":{"value":{"is:review-enforcement-satisfied_gerrit":"Required approval count satisfied"}}}
},
"overrideExpressionResult": {},
"patchSetCommitId": "abbe9d265abf95cc4b8594d1ba403fa8237ffad8",
"legacy": {
"value": false
},
"forced": {},
"hidden": {}
},
{
"submitRequirement": {
"name": "Verified",
"description": {
"value": "Submit requirement for the \u0027Verified\u0027 label"
},
"applicabilityExpression": {},
"submittabilityExpression": {
"expressionString": "label:Verified\u003dMAX AND -label:Verified\u003dMIN"
},
"overrideExpression": {},
"allowOverrideInChildProjects": true
},
"applicabilityExpressionResult": {},
"submittabilityExpressionResult": {
"value": {"expression":{"expressionString":"label:Verified=MAX AND -label:Verified=MIN"},"status":"PASS","errorMessage":{"value":null},"passingAtoms":["label:Verified=MAX"],"failingAtoms":["label:Verified=MIN"],"atomExplanations":{"value":{"label:Verified=MAX":"","label:Verified=MIN":""}}}
},
"overrideExpressionResult": {},
"patchSetCommitId": "abbe9d265abf95cc4b8594d1ba403fa8237ffad8",
"legacy": {
"value": false
},
"forced": {},
"hidden": {}
},
{
"submitRequirement": {
"name": "Want-Code-Review-From-All",
"description": {
"value": "A \u0027Code-Review\u0027 vote is required from all human reviewers (service users that are reviewers are ignored)."
},
"applicabilityExpression": {
"value": {
"expressionString": "footer:\"Want-Code-Review: all\" -label:Code-Review\u003e\u003d1,users\u003dhuman_reviewers"
}
},
"submittabilityExpression": {
"expressionString": "label:Code-Review\u003e\u003d1,users\u003dhuman_reviewers"
},
"overrideExpression": {},
"allowOverrideInChildProjects": false
},
"applicabilityExpressionResult": {
"value": {"expression":{"expressionString":"footer:\"Want-Code-Review: all\" -label:Code-Review>=1,users=human_reviewers"},"status":"FAIL","errorMessage":{"value":null},"passingAtoms":["label:Code-Review>=1,users=human_reviewers"],"failingAtoms":["footer:\"Want-Code-Review: all\""],"atomExplanations":{"value":{"footer:\"Want-Code-Review: all\"":"","label:Code-Review>=1,users=human_reviewers":""}}}
},
"submittabilityExpressionResult": {
"value": {"expression":{"expressionString":"label:Code-Review>=1,users=human_reviewers"},"status":"NOT_EVALUATED","errorMessage":{"value":null},"passingAtoms":[],"failingAtoms":[],"atomExplanations":{"value":null}}
},
"overrideExpressionResult": {},
"patchSetCommitId": "abbe9d265abf95cc4b8594d1ba403fa8237ffad8",
"legacy": {
"value": false
},
"forced": {},
"hidden": {}
}
]
}