The GitHub Actions job "Fory CI" on fory.git/support_private_fields_of_cpp_class has failed. Run started by GitHub user chaokunyang (triggered by chaokunyang).
Head commit for run: 9d73f1623c146f53a4c1b88183bb888944eaa6b7 / Shawn Yang <[email protected]> fix(cpp): update tests to use ForyFieldInfoDescriptor directly Since ForyFieldInfo friend function is no longer constexpr to fix MSVC RTTI issues with polymorphic types, tests that used 'constexpr auto info = ForyFieldInfo(obj)' need to be updated. Changed to use 'auto info = ForyFieldInfo(obj)' for runtime usage and 'constexpr auto constInfo = Type::ForyFieldInfoDescriptor{}' for compile-time static assertions. The descriptor struct itself remains fully constexpr. Report URL: https://github.com/apache/fory/actions/runs/21318077857 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
