-
Notifications
You must be signed in to change notification settings - Fork 212
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(systemextensionsctl): add functionality #597
base: dev
Are you sure you want to change the base?
feat(systemextensionsctl): add functionality #597
Conversation
test failed on ubuntu even though this was only set to darwin? |
I just had to change the base branch to |
Oops, didn't check that :/ |
On my side I am ready to merge, if tests pass (and they did) |
Would be good to have some tests before merging, if possible. |
legitimate bug in code, caught by tests. need to mull it over until I fix it, or if you know how to resolve the bug quickly I can just do as you suggest |
woot woot! tests are passing! |
For me having this as json is a huge step forward, so any schema changes are welcome |
tests have passed! feel free to review again @kellyjonbrazil |
Hi @georgettica - sorry I've been traveling quite a bit the past few months. I'll take a closer look soon and start working on wrapping up the next release. |
No rush or problem, just thought it was lost between the cracks |
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.
Thanks for the contribution! Some items to address.
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.
Make sure to add the new parser to lib.py
.
Compatibility: | ||
|
||
macOS |
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.
Don't need this section
|
||
macOS | ||
|
||
Example: |
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.
Missing a Schema section
return category, description | ||
|
||
|
||
def parse_entry(line: str, headers: List[str]) -> Optional[Dict[str, Any]]: |
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.
All of these function names should be preceeded by an underscore. (e.g. _parse_entry
) Only parse
should not start with an underscore. This will ensure the documentation is generated correctly.
Will address all of these issues soon. Also, they all seem small, which is great |
I think everything is ready to merge on my part, and PR is moving forward |
I don't see the changes yet. Did you push them to the branch? |
Yeah, I see there are no changes now, I'll test this soon and come vack |
No description provided.