You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2020/08/26 23:13:15 UTC

[GitHub] [trafficcontrol] zrhoffman commented on pull request #4971: Fix traffic_ops/client changed symbols

zrhoffman commented on pull request #4971:
URL: https://github.com/apache/trafficcontrol/pull/4971#issuecomment-681170503


   Some functions are missing after this PR
   
   ```bash
   diff \
       <(git show 55b3b03451 | grep '^-func ' | sed 's/^.*Session) \([A-Za-z0-9]\+\).*/\1/i' | sort) \
       <(git show 55b3b03451 | grep '^+func ' | sed 's/^.*Session) \([A-Za-z0-9]\+\).*/\1/i' | sort) |
       grep '^<' | awk '{print $2}'
   ```
   Output:
   ```
   GetDeliveryServicesByServerV30
   GetDeliveryServicesV30
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org