-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Update generate_spec_xml.py
#36854
base: master
Are you sure you want to change the base?
Update generate_spec_xml.py
#36854
Conversation
Correct branches directory names
Remove Branch.IN_PROGRESS, not here anymore
Remove Branch.IN_PROGRESS, not here anymore
Changed Files
|
Remove in-progress
PR #36854: Size comparison from cfdaf79 to 16dfddf Full report (69 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
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.
@lboue please add a Testing
section to the PR summary to describe how you tested this change and why automated testing is not possible.
I can't test it because I don't have access to Specification repository https://github.com/CHIP-Specifications/connectedhomeip-spec |
Running the test myself. I am hitting the |
After fixing that, I get a positional argument error: |
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.
This PR does not work: include_in_progress is a mandatory argument and should not be removed.
@@ -77,12 +76,9 @@ def make_asciidoc(target: str, include_in_progress: str, spec_dir: str, dry_run: | |||
default=False, | |||
is_flag=True, | |||
help='Flag for dry run') | |||
@click.option( |
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.
I don't think this is the same: this defines what we include from the spec. Please do not remove this one (but the rest could be removed)
@@ -22,9 +22,8 @@ | |||
|
|||
class Branch(Enum): | |||
MASTER = "master" | |||
V1_3 = "v1_3" |
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.
in_progress directory is required for ongoing work. Please do not remove. It has been re-named, but the directory name is changeable on the command line.
Are you attempting to pull a new data model scrape for ongoing work?
Changes
Update
generate_spec_xml.py
:Testing
But I can't test it because I don't have access to Specification repository https://github.com/CHIP-Specifications/connectedhomeip-spec