The GitHub Actions job "Fory CI" on fory.git/add_cpp_field_support has failed.
Run started by GitHub user chaokunyang (triggered by chaokunyang).

Head commit for run:
f5d9c17b877f0365eafafa1a1403f1a3b8d8e0bf / chaokunyang <[email protected]>
fix(cpp): use indirect expansion pattern for FORY_FIELD_TAGS macros

Use the standard indirect expansion pattern (I -> II -> ##) to ensure
macro arguments are fully expanded before token concatenation. This
pattern works correctly on both GCC and Clang by forcing macro rescanning
at each indirection level.

Key changes:
- FORY_FT_MAKE_ENTRY: Use _I -> _II -> ##size chain
- FORY_FT_ENTRIES: Use _I -> _II -> ##N chain
- Remove unused FORY_FT_EXPAND, FORY_FT_DEFER, FORY_FT_EMPTY macros

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

With regards,
GitHub Actions via GitBox


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

Reply via email to