-
Notifications
You must be signed in to change notification settings - Fork 6
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
Extend formatting options to listen subcommand #539
Merged
Merged
Commits on Sep 9, 2024
-
Extend formatting options to listen subcommand
Listen streams a mix of WorkerEvent, ProgressEvent and DataEvent instances for anything that the server is doing. This extends the type handling in the format to each of these types to display the relevant level of information for each. Informational messages are changed to be printed to stderr so that the main stdout output can be piped to an external application (eg jq for json mode).
Configuration menu - View commit details
-
Copy full SHA for 0670931 - Browse repository at this point
Copy the full SHA 0670931View commit details -
Configuration menu - View commit details
-
Copy full SHA for d971244 - Browse repository at this point
Copy the full SHA d971244View commit details -
Configuration menu - View commit details
-
Copy full SHA for 793e9fd - Browse repository at this point
Copy the full SHA 793e9fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c3d50f - Browse repository at this point
Copy the full SHA 8c3d50fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7199874 - Browse repository at this point
Copy the full SHA 7199874View commit details -
Try to handle enum format changes between 3.10 and 3.11+
f'{Foo.A}' uses str.__format__ in 3.10 but enum.__format__ in 3.11+. Use the name attribute to work with the string directly to ensure the same behaviour in both environments.
Configuration menu - View commit details
-
Copy full SHA for bec5d69 - Browse repository at this point
Copy the full SHA bec5d69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ce3ab2 - Browse repository at this point
Copy the full SHA 8ce3ab2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0192ef0 - Browse repository at this point
Copy the full SHA 0192ef0View commit details -
Remove trailing spaces from fmt_dict output
And cover the missing two lines to get to coverage threshold
Configuration menu - View commit details
-
Copy full SHA for b2d12b6 - Browse repository at this point
Copy the full SHA b2d12b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5f993d - Browse repository at this point
Copy the full SHA d5f993dView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.