-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
tools: fix inspector_protocol compiler warnings #39725
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -8,7 +8,6 @@ on: | |||||||||||||||||
- 'benchmark/**' | ||||||||||||||||||
- 'deps/**' | ||||||||||||||||||
- 'doc/**' | ||||||||||||||||||
- 'tools/**' | ||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Have never used it myself, but based on https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#example-using-positive-and-negative-patterns-1, perhaps this would be better?
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Whoops, that was supposed to be a suggestion to replace all of lines 6-11, not just line 11. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe do this separately? I'm not sure without testing, for example, if the suggestion would include stuff under |
||||||||||||||||||
push: | ||||||||||||||||||
branches: | ||||||||||||||||||
- master | ||||||||||||||||||
|
@@ -18,7 +17,6 @@ on: | |||||||||||||||||
- 'benchmark/**' | ||||||||||||||||||
- 'deps/**' | ||||||||||||||||||
- 'doc/**' | ||||||||||||||||||
- 'tools/**' | ||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same here as prior suggestion to use |
||||||||||||||||||
|
||||||||||||||||||
env: | ||||||||||||||||||
PYTHON_VERSION: 3.9 | ||||||||||||||||||
|
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.
Ah, that's why this was missed in the PR!