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

Head commit for run:
668ce835939ff60a99c7d982266cf4bdc90ca35b / Guan-Ming (Wesley) Chiu 
<[email protected]>
fix: handle empty metadata in get_global_func_metadata (#417)

## Related Issue

Fixes #208

## Why

Python-registered global functions without metadata cause
JSONDecodeError when get_global_func_metadata() is called because the
FFI returns an empty string which json.loads() cannot parse.

## How

- Check for empty metadata string before JSON parsing
- Return empty dict for functions without metadata
- Add regression test for Python functions without metadata

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

With regards,
GitHub Actions via GitBox


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

Reply via email to