trafficserver icon indicating copy to clipboard operation
trafficserver copied to clipboard

Remove deprecated debug output functions from all source files.

Open ywkaras opened this issue 2 years ago • 3 comments

ywkaras avatar May 17 '23 18:05 ywkaras

357 source files left to be updated as of May 17, 2023.

ywkaras avatar May 17 '23 18:05 ywkaras

357 source files left to be updated as of May 17, 2023.

It could be a bit of a rabbit hole, but it might be possible to write a clang refactoring tool to update the code automatically. Here's something I put together for Envoy, which might help as an example https://github.com/jpeach/rewrite-fmt-format

jpeach avatar May 17 '23 22:05 jpeach

Generally most of the changes I can largely automate with search and substitute. The bottle neck is getting the changes reviewed.

ywkaras avatar May 18 '23 03:05 ywkaras