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

Head commit for run:
944eaf1ce92406d9ce16ba14f0878310d151be2a / chaokunyang <[email protected]>
fix(codegen): return FalseLiteral for non-nullable If expression isNull

When a non-nullable If expression was nested inside a nullable outer If,
the inner If's isNull variable was referenced but never declared,
causing compilation errors in generated code (e.g., "isNull1 = isNull0;"
where isNull0 doesn't exist).

The fix returns FalseLiteral instead of a variable reference when
nullable=false, matching the behavior of other expressions like Reference.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to