Update and run the autopep8 make target#7124
Merged
bryancall merged 1 commit intoapache:9.0.xfrom Aug 21, 2020
Merged
Conversation
Updating the autopep8 invocation from `make autopep8` to respect our 132 character max line length. The rest of the changes are the result of running this target. Co-authored-by: bneradt <bneradt@verizonmedia.com> (cherry picked from commit 50f0068)
67f01d6 to
3c745d8
Compare
Contributor
Author
|
[approve ci autest] |
Contributor
Author
|
[approve ci freebsd] |
Contributor
|
[approve ci freebsd] |
bryancall
approved these changes
Aug 21, 2020
masaori335
pushed a commit
to masaori335/trafficserver
that referenced
this pull request
Jan 26, 2021
* asf/9.0.x: (21 commits) Updated ChangeLog Protect TSActionCancel from null INKContInternal actions (apache#7128) Check VIO availability before checking whether the VIO has data (apache#7120) Accept NAT rebinding on a QUIC connection (apache#7123) Comment out a wrong assertion in QUIC Loss Detection logic (apache#7129) Replaces "smart" quotes with ASCII equivalents (apache#7126) SSLConfig mem leak fix (apache#7125) Removes duplicated listing of files in same Makefile target (apache#7137) Fixes garbled logs when using %<vbn> log tag (apache#7140) Update and run the autopep8 make target (apache#7070) (apache#7124) Updated ChangeLog Updating to AuTest 1.8.1. (apache#7065) Update autest to version 1.8.0. (apache#6981) Make tls_hooks tests more likely to pass (apache#7122) Updating our autest suite to require Python3.6 (apache#7113) Don't send image/webp responses from cache to broswers that don't support it (apache#7104) AuTest: port selection improvements. (apache#6888) Squashed commit of the following: (apache#7110) Fixes spelling H3-related code (apache#7046) Remove more deadcode (apache#7098) ... Conflicts: CHANGELOG-9.0.0 iocore/net/quic/QUICLossDetector.cc tests/gold_tests/autest-site/ports.py tests/gold_tests/tls_hooks/tls_hooks11.test.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This is a manual backport of the following PR to 9.0.x:
#7070
Updating the autopep8 invocation from
make autopep8to respect our 132character max line length. The rest of the changes are the result of
running this target.
Co-authored-by: bneradt bneradt@verizonmedia.com
(cherry picked from commit 50f0068)