The GitHub Actions job "Fory CI" on fory.git/float16-clean has succeeded.
Run started by GitHub user UninspiredCarrot (triggered by UninspiredCarrot).

Head commit for run:
7c116a6164071760cb679c1fa38050127166ac6f / bolt <[email protected]>
fix(cpp): use explicit specialization for read_primitive_by_type_id<float16_t>

float16_t has no implicit numeric conversions, so static_cast<float16_t>
in the primary template switch body fails to compile. Adding an explicit
specialization for float16_t keeps the primary template unchanged (all
existing lines untouched) while correctly routing float16_t targets through
from_float conversion.

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>

Report URL: https://github.com/apache/fory/actions/runs/23195808591

With regards,
GitHub Actions via GitBox


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

Reply via email to