You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "oceanwalker (via GitHub)" <gi...@apache.org> on 2023/04/04 10:13:52 UTC

[GitHub] [trafficserver] oceanwalker commented on issue #8175: Binary Equivalence Problem

oceanwalker commented on issue #8175:
URL: https://github.com/apache/trafficserver/issues/8175#issuecomment-1495705700

   I have encountered similar question when using Apache Traffic Server 8.1.6. After multiple tests, I find that the following two rows would be recorded in the compilation log after the compilation of the binary file libtsconfig.so.8.1.6:
   ```
   [INFO] @@pack@@ YACC TsConfigGrammar.c
   [INFO] @@pack@@ updating TsConfigGrammar.h
   ```
   
   Further analysis shows that the files TsConfigGrammar.h and TsConfigGrammar.c in the source code directory are changed as follows:
   [tsconfig.zip](https://github.com/apache/trafficserver/files/11147279/tsconfig.zip)
   
   
   The modified files are the same as the previously submitted ones. Can somebody help explain it?
   


-- 
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: issues-unsubscribe@trafficserver.apache.org

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