guan404ming opened a new pull request, #386:
URL: https://github.com/apache/tvm-ffi/pull/386

   ## Related
   
   https://github.com/apache/tvm-ffi/actions/runs/20755375337/job/59595882892
   
   ## Why
   
   clang-tidy fails with google-readability-casting error due to C-style cast 
in default parameter.
   
   ## How
   
   Replace size_t(-1) with static_cast<size_t>(-1) in String::substr method


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to