dragon512 commented on PR #10577:
URL: https://github.com/apache/trafficserver/pull/10577#issuecomment-1758592574

   can we just fix the build to have a way to build the ts core infra for 
plugins to be built as an .so and an .a ( so people like me can build this with 
two .so files for plugins to link with). Apple can do what ever they want to 
have a full .a build. The basic design of an software is that if you have 
extensions.. the code shared with the extension needs to be a .so . This is 
simple .. everything else is complex. 
   
   I agree with @cmcfarlen about the testing concerns, however if we want this 
flat .a build we have to make stuff complex or make the build weak to assume it 
is correct, which devalues the tools we are using and allows for human mistakes 
to creep in when we could have automated that out 100%. 100% correct is better 
than "might be correct"
   


-- 
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-unsubscr...@trafficserver.apache.org

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

Reply via email to