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

[GitHub] [trafficserver] traeak opened a new pull request, #9898: edits to remove compiler warnings/errors for the osx build

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

   Fixes for warnings/errors generated by the osx compiler during a CI build.


-- 
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] bryancall commented on pull request #9898: edits to remove compiler warnings/errors for the osx build

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

   [approve ci]


-- 
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] SolidWallOfCode commented on pull request #9898: edits to remove compiler warnings/errors for the osx build

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

   Hmmm, something weird with the build, I'll see what I can find out.


-- 
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] traeak commented on pull request #9898: edits to remove compiler warnings/errors for the osx build

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

   No not particularly.  These changes are only to make CI happier.  I'm fine with ignoring this PR.


-- 
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] bryancall commented on pull request #9898: edits to remove compiler warnings/errors for the osx build

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

   @traeak We are not going to be doing anymore 9.1.x releases.  Do you need this change on the 9.1.x branch for any reason?


-- 
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] traeak closed pull request #9898: edits to remove compiler warnings/errors for the osx build

Posted by "traeak (via GitHub)" <gi...@apache.org>.
traeak closed pull request #9898: edits to remove compiler warnings/errors for the osx build
URL: https://github.com/apache/trafficserver/pull/9898


-- 
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] SolidWallOfCode commented on pull request #9898: edits to remove compiler warnings/errors for the osx build

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

   This is build in 9.1.x which has some compiler issues with newer compilers due to increasing strictness. In this case you need to add
   ```
   #include <cstdint>
   ```
   to "src/tscpp/util/TextView.h"
   
   There may be other compiler issues, @bneradt can provide more details.


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