The GitHub Actions job "mainline-only" on tvm-ffi.git/main has failed.
Run started by GitHub user junrushao (triggered by junrushao).

Head commit for run:
bd12b26ac36ae6e770d128710fba13108957ee52 / Guan-Ming (Wesley) Chiu 
<[email protected]>
feat: add find and substr methods to String (#383)

## Why

String class lacks essential string manipulation methods that are
commonly expected in standard library equivalents, requiring users to
convert to std::string for basic operations like substring search and
extraction.

## How

- Add find() method with three overloads (String, const char*, const
char* with count) to search for substrings
- Add substr() method to extract substrings with bounds checking

Report URL: https://github.com/apache/tvm-ffi/actions/runs/20755375337

With regards,
GitHub Actions via GitBox


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

Reply via email to