You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by "JosiahWI (via GitHub)" <gi...@apache.org> on 2023/06/09 16:43:12 UTC

[GitHub] [trafficserver] JosiahWI opened a new pull request, #9817: Resolve circular dep in esi components

JosiahWI opened a new pull request, #9817:
URL: https://github.com/apache/trafficserver/pull/9817

   Some files in esi/fetcher depended on files in esi/lib and vice-versa. I was able to move the shared dependencies into esi/common, and now the dependency hierarchy is a little cleaner. This made it easy to add the esi plugin and its tests to the CMake build, so this refactoring is a precursor to bringing in those changes as well.


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@trafficserver.apache.org

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


[GitHub] [trafficserver] bneradt merged pull request #9817: Resolve circular dep in esi components

Posted by "bneradt (via GitHub)" <gi...@apache.org>.
bneradt merged PR #9817:
URL: https://github.com/apache/trafficserver/pull/9817


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@trafficserver.apache.org

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


[GitHub] [trafficserver] JosiahWI commented on pull request #9817: Resolve circular dep in esi components

Posted by "JosiahWI (via GitHub)" <gi...@apache.org>.
JosiahWI commented on PR #9817:
URL: https://github.com/apache/trafficserver/pull/9817#issuecomment-1585054389

   Some of the header paths in the Makefile weren't updated properly.


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@trafficserver.apache.org

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