[GH] (fory/align_xlang_ref_nullable): Workflow run "Fory CI" failed!

2025-12-29 Thread GitBox


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:
4a7a14f057091fbe9ae3508b58d373e7f7e3dfa1 / chaokunyang 
fix python xlang tests ci

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

With regards,
GitHub Actions via GitBox


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



[GH] (fory/align_xlang_ref_nullable): Workflow run "Fory CI" failed!

2025-12-29 Thread GitBox


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:
deefc6c905f07d78466c4d188abdf5037c9245a2 / chaokunyang 
fix python xlang tests ci

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

With regards,
GitHub Actions via GitBox


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



[GH] (fory/align_xlang_ref_nullable): Workflow run "Fory CI" failed!

2025-12-29 Thread GitBox


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:
a4184e930312b61e5881774a935351b263cf073b / chaokunyang 
remove dead code

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

With regards,
GitHub Actions via GitBox


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



[GH] (fory/align_xlang_ref_nullable): Workflow run "Fory CI" failed!

2025-12-29 Thread GitBox


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:
2836458496860b1466c1019429ab0f7b50a3fe5e / chaokunyang 
refactor(go): inline fieldNeedWriteRef function

The function just returned the nullable parameter, making it
unnecessary. Inline def.nullable directly at the call sites.

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

With regards,
GitHub Actions via GitBox


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



[GH] (fory/align_xlang_ref_nullable): Workflow run "Fory CI" failed!

2025-12-29 Thread GitBox


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:
3a1d0b3e723475dd79362d7773661b901e669055 / chaokunyang 
refactor(python): use direct numpy import in cross-language tests

Numpy is already a build dependency in pyproject.toml, so it's always
installed. Remove the lazy import and conditional check for numpy.

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

With regards,
GitHub Actions via GitBox


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



[GH] (fory/align_xlang_ref_nullable): Workflow run "Fory CI" failed!

2025-12-29 Thread GitBox


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:
3751f0ada0826d185a95a8935486bae05840521f / chaokunyang 
fix(xlang): make Object/Any non-nullable by default in xlang mode

Object (Java) and typing.Any (Python) should NOT be nullable by
default in xlang mode. Only Optional[T] types should be nullable.

This fixes the fingerprint mismatch issue while maintaining the
correct xlang semantics that non-Optional types are non-nullable.

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

With regards,
GitHub Actions via GitBox


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



[GH] (fory/align_xlang_ref_nullable): Workflow run "Fory CI" failed!

2025-12-29 Thread GitBox


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:
67d273439a7f5bc1ea67a8a5598e6cb78abca36a / chaokunyang 
fix(xlang): align nullable and ref tracking for Object/Any types

This commit fixes cross-language compatibility issues between Java
and Python when handling Object/Any types in xlang mode:

1. Java FieldTypes.java: Treat Object.class as nullable in xlang mode
   to match Python's typing.Any behavior
2. Java TypeResolver.java: Update isFieldNullable() to treat Object.class
   as nullable in xlang mode
3. Java Fingerprint.java: Include boxed types and Object.class in nullable
   check for struct fingerprint computation
4. Python typedef.py: Treat typing.Any as nullable in xlang mode, and
   default ref tracking to false in xlang mode (matching Java's behavior)
5. Python _fory.py and serialization.pyx: Fix circular reference handling
   by not pushing -1 to read_ref_ids when called from xread_ref, since
   try_preserve_ref_id already handles the ref_id tracking

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

With regards,
GitHub Actions via GitBox


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



[GH] (fory/align_xlang_ref_nullable): Workflow run "Fory CI" failed!

2025-12-29 Thread GitBox


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:
02bb767a49d6739596995204ff4858a5e6545650 / chaokunyang 
fix(python): restore ref_tracking check in xread_no_ref

Add back the ref_tracking check before pushing -1 to read_ref_ids.
Without this check, when ref_tracking is disabled, the code would
fail because NoRefResolver doesn't have read_ref_ids.

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

With regards,
GitHub Actions via GitBox


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



[GH] (fory/align_xlang_ref_nullable): Workflow run "Fory CI" failed!

2025-12-29 Thread GitBox


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:
a3615f1e879f79d2e2e1169160e25e75646722d6 / chaokunyang 
fix(python): skip all circular reference tests for xlang mode

Also skip the dict3 circular reference test for XLANG mode since
it also uses circular references (dict3 containing itself).

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

With regards,
GitHub Actions via GitBox


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



[GH] (fory/align_xlang_ref_nullable): Workflow run "Fory CI" failed!

2025-12-29 Thread GitBox


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:
837df0b91fd0a66dd431be1721fc1765f80256bf / chaokunyang 
fix(python): revert circular reference changes and skip xlang circular test

The circular reference changes in xread_ref/xread_no_ref broke the xlang
protocol because they changed how read_ref_ids is populated. This reverts
those changes.

Also skip the circular reference test for XLANG mode since XLANG doesn't
support true circular references - objects must be registered after they
are fully constructed.

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

With regards,
GitHub Actions via GitBox


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



[GH] (fory/align_xlang_ref_nullable): Workflow run "Fory CI" failed!

2025-12-29 Thread GitBox


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:
cd6a8a0d43ae0a507eacbd88f9ed5f6a5774b688 / chaokunyang 
fix(python): make numpy optional in cross-language tests

Use lazy_import for numpy and handle the case when numpy is not
available by comparing arrays as lists instead.

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

With regards,
GitHub Actions via GitBox


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



[GH] (fory/align_xlang_ref_nullable): Workflow run "Fory CI" failed!

2025-12-29 Thread GitBox


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:
74d4700f5a45284671b5238578f794dacc7256ea / chaokunyang 
fix(python): make pytest import optional in test_cross_language.py

When running as a script for cross-language tests (via Java CI),
pytest is not installed. Make the import optional to avoid
ModuleNotFoundError.

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

With regards,
GitHub Actions via GitBox


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



[GH] (fory/align_xlang_ref_nullable): Workflow run "Fory CI" failed!

2025-12-29 Thread GitBox


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:
5ffe73ecc42d6875b3aad72ce6a2854cd3ae185f / chaokunyang 
fix(python): guard numpy ndarray registration when numpy not installed

Check if numpy is available before registering np.ndarray serializer
to avoid AttributeError when numpy is not installed.

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

With regards,
GitHub Actions via GitBox


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



[GH] (fory/align_xlang_ref_nullable): Workflow run "Fory CI" failed!

2025-12-29 Thread GitBox


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:
4dbc0b0b5a9da78ae60e4662958a1a1f780f8733 / chaokunyang 
fix(python): fix circular reference tracking in xlang mode

The xread_ref function was calling xread_no_ref which pushes -1 to
read_ref_ids. This interfered with the ref_id that was preserved by
try_preserve_ref_id(), causing the serializer's reference() call to
pop -1 instead of the actual ref_id. As a result, circular references
(like a list containing itself) would fail during deserialization
because the object wasn't properly registered in read_objects.

Fix by directly calling the serializer from xread_ref without going
through xread_no_ref when ref tracking is enabled. Also add a check
in xread_no_ref to only push -1 when ref tracking is enabled.

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

With regards,
GitHub Actions via GitBox


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



[GH] (fory/align_xlang_ref_nullable): Workflow run "Fory CI" failed!

2025-12-29 Thread GitBox


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:
2b47c520230bd381c146aae18235fc99ce07ee43 / chaokunyang 
fix(java): skip fory-format CrossLanguageTest when pyfory not installed

Add FORY_PYTHON_JAVA_CI check to fory-format CrossLanguageTest to skip
tests when Python xlang tests are not enabled. This aligns with other
cross-language tests that require pyfory to be installed.

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

With regards,
GitHub Actions via GitBox


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



[GH] (fory/align_xlang_ref_nullable): Workflow run "Fory CI" failed!

2025-12-29 Thread GitBox


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:
b8fa2a5b8164e7e027ecd44e7a3f38dde2f599b9 / chaokunyang 
fix(java): override enum test for Go to expect null

Go writes null for nil pointers (nullable=true by default for pointer
types). Other languages (Rust, C++, Python) write zero value. Override
testEnumSchemaEvolutionCompatible in GoXlangTest to expect null.

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

With regards,
GitHub Actions via GitBox


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



[GH] (fory/align_xlang_ref_nullable): Workflow run "Fory CI" failed!

2025-12-29 Thread GitBox


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:
7743638a9ef75b950f5ebc96e794ddce6d3db4ed / chaokunyang 
fix(java): update enum test to expect null for nil pointer

Go pointer types are now nullable by default, so nil pointer serializes
as null instead of zero value. Updated test expectation accordingly.

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

With regards,
GitHub Actions via GitBox


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



[GH] (fory/align_xlang_ref_nullable): Workflow run "Fory CI" failed!

2025-12-29 Thread GitBox


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 
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]



[GH] (fory/align_xlang_ref_nullable): Workflow run "Fory CI" failed!

2025-12-29 Thread GitBox


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:
9df452ce3110650851aa719a0e26d108847fbebd / chaokunyang 
refactor java fields handle nullable/ref

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

With regards,
GitHub Actions via GitBox


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



[GH] (fory/align_xlang_ref_nullable): Workflow run "Fory CI" failed!

2025-12-29 Thread GitBox


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:
e0205bd066f22e562da458716581e3215cd35601 / chaokunyang 
refactor java fields handle nullable/ref

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

With regards,
GitHub Actions via GitBox


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



[GH] (fory/align_xlang_ref_nullable): Workflow run "Fory CI" failed!

2025-12-29 Thread GitBox


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:
777511eee46ffc131ca0d71e6cc1346e87cbab21 / chaokunyang 
refactor java fields handle nullable/ref

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

With regards,
GitHub Actions via GitBox


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



[GH] (fory/align_xlang_ref_nullable): Workflow run "Fory CI" failed!

2025-12-29 Thread GitBox


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:
877f7af936ca9da11440853b60ac6a85bdf40386 / chaokunyang 
refactor java fields handle nullable/ref

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

With regards,
GitHub Actions via GitBox


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



[GH] (fory/align_xlang_ref_nullable): Workflow run "Fory CI" failed!

2025-12-29 Thread GitBox


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:
2a7bb2a2257a1b39c2b24fccd217c22c53746a57 / chaokunyang 
refactor java fields handle nullable/ref

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

With regards,
GitHub Actions via GitBox


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



[GH] (fory/align_xlang_ref_nullable): Workflow run "Fory CI" failed!

2025-12-29 Thread GitBox


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:
e990a08baff65b7551493208878c6a4fb1bf1eb7 / chaokunyang 
refactor java fields handle nullable/ref

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

With regards,
GitHub Actions via GitBox


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



[GH] (fory/align_xlang_ref_nullable): Workflow run "Fory CI" failed!

2025-12-29 Thread GitBox


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:
83d82b57305007acea9d4d55b02da6539d561559 / chaokunyang 
refactor java fields handle nullable/ref

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

With regards,
GitHub Actions via GitBox


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



[GH] (fory/align_xlang_ref_nullable): Workflow run "Fory CI" failed!

2025-12-29 Thread GitBox


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:
33cebf20c921bd775ce9c418c4b2ad32fd1b9f9a / chaokunyang 
refactor java fields handle nullable/ref

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

With regards,
GitHub Actions via GitBox


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



[GH] (fory/align_xlang_ref_nullable): Workflow run "Fory CI" failed!

2025-12-29 Thread GitBox


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:
ba90460ff2d10941a9a100cb04afb48154084c63 / chaokunyang 
refactor java fields handle nullable/ref

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

With regards,
GitHub Actions via GitBox


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



[GH] (fory/align_xlang_ref_nullable): Workflow run "Fory CI" failed!

2025-12-29 Thread GitBox


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:
0d9c002b4554843cb37c82e50ca2a9746ef294ec / chaokunyang 
refactor java fields handle nullable/ref

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

With regards,
GitHub Actions via GitBox


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



[GH] (fory/align_xlang_ref_nullable): Workflow run "Fory CI" failed!

2025-12-27 Thread GitBox


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:
597226766a2f7e60ee9a757a9a27a811e7279137 / chaokunyang 
refactor java fields handle nullable/ref

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

With regards,
GitHub Actions via GitBox


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



[GH] (fory/align_xlang_ref_nullable): Workflow run "Fory CI" failed!

2025-12-27 Thread GitBox


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:
cd710c3449f91e38925f78b203c9669462fa1247 / chaokunyang 
refactor java fields handle nullable/ref

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

With regards,
GitHub Actions via GitBox


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



[GH] (fory/align_xlang_ref_nullable): Workflow run "Fory CI" failed!

2025-12-27 Thread GitBox


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:
9c6611723c79cb25b397cc975abceeae28bdf1c0 / chaokunyang 
refactor java fields handle nullable/ref

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

With regards,
GitHub Actions via GitBox


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



[GH] (fory/align_xlang_ref_nullable): Workflow run "Fory CI" failed!

2025-12-27 Thread GitBox


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:
130962e3d574f999f6c5b1eac5c7d20a5509e249 / chaokunyang 
make java ci do not install pyfory

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

With regards,
GitHub Actions via GitBox


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



[GH] (fory/align_xlang_ref_nullable): Workflow run "Fory CI" failed!

2025-12-26 Thread GitBox


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:
4b73dfa6474fb22f40cba2257134b9193325bdb1 / chaokunyang 
make java ci do not install pyfory

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

With regards,
GitHub Actions via GitBox


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



[GH] (fory/align_xlang_ref_nullable): Workflow run "Fory CI" failed!

2025-12-26 Thread GitBox


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:
6136ed67cc5cc1e0d8f9668d1a5ac7ade1815c5e / chaokunyang 
fix xlang tests

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

With regards,
GitHub Actions via GitBox


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



[GH] (fory/align_xlang_ref_nullable): Workflow run "Fory CI" failed!

2025-12-26 Thread GitBox


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:
73d96ee1764a9a8720ee2138ca0e77c045469f6d / chaokunyang 
fix py xlang tests

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

With regards,
GitHub Actions via GitBox


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



[GH] (fory/align_xlang_ref_nullable): Workflow run "Fory CI" failed!

2025-12-26 Thread GitBox


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:
ba354c77e63528a9ecb7f800799f89a1e3325136 / chaokunyang 
fix python xlang tests

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

With regards,
GitHub Actions via GitBox


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



[GH] (fory/align_xlang_ref_nullable): Workflow run "Fory CI" failed!

2025-12-26 Thread GitBox


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:
36d324300c470ca08f97309a50a139f080aadbd3 / chaokunyang 
Merge remote-tracking branch 'asf/main' into align_xlang_ref_nullable

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

With regards,
GitHub Actions via GitBox


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



[GH] (fory/align_xlang_ref_nullable): Workflow run "Fory CI" failed!

2025-12-25 Thread GitBox


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:
6b579092a6deb7ed34215bea2cf975878f1dbc01 / chaokunyang 
align xlang struct serialization

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

With regards,
GitHub Actions via GitBox


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



[GH] (fory/align_xlang_ref_nullable): Workflow run "Fory CI" failed!

2025-12-25 Thread GitBox


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:
9471a2e722b9a143f2f80a8b6e06988fd4622fed / chaokunyang 
align xlang struct serialization

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

With regards,
GitHub Actions via GitBox


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



[GH] (fory/align_xlang_ref_nullable): Workflow run "Fory CI" failed!

2025-12-25 Thread GitBox


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:
1f2f649a2d376da85e1ddecaf13f43efe16fecb4 / chaokunyang 
align xlang struct serialization

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

With regards,
GitHub Actions via GitBox


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