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

Head commit for run:
a4bcec2fa7c1f92f589422de3e03782ac1dbcd79 / chaokunyang <[email protected]>
fix(go): make slices/maps/interfaces nullable by default

Go slices, maps, and interfaces can hold nil values, so they should be
treated as nullable by default. This preserves the distinction between
nil and empty collections during serialization roundtrip.

Changes:
- Update struct.go and type_def.go to set nullable=true for slices,
  maps, and interfaces by default
- Update codegen encoder/decoder to write/read null flags for slices
  and maps
- Regenerate codegen test files
- Fix Java import order in ObjectCodecBuilder.java

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

With regards,
GitHub Actions via GitBox


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

Reply via email to