Search before asking
Version
Version: 1.1.0
There has been previously other fory issue with cyclic graph: #3572
Guess cyclic graphs might be a vulnerable area for fory :)
Issue:
Cyclic graph can lose its edges when serialising/deserialising.
Reproduction:
#3902
EDIT: Previously I have stated it is fixed on master, but actually it still fails.
So my bad! The error is active.
Provided test works fine in version 0.17!
Component(s)
Java
Minimal reproduce step
Test case in : #3902
What did you expect to see?
I want my cyclic graph to be deserialised with all edges (both directions).
What did you see instead?
Some edges of cyclic graph are lost.
Anything Else?
No response
Are you willing to submit a PR?
Search before asking
Version
Version: 1.1.0
There has been previously other fory issue with cyclic graph: #3572
Guess cyclic graphs might be a vulnerable area for fory :)
Issue:
Cyclic graph can lose its edges when serialising/deserialising.
Reproduction:
#3902
EDIT: Previously I have stated it is fixed on master, but actually it still fails.
So my bad! The error is active.
Provided test works fine in version 0.17!
Component(s)
Java
Minimal reproduce step
Test case in : #3902
What did you expect to see?
I want my cyclic graph to be deserialised with all edges (both directions).
What did you see instead?
Some edges of cyclic graph are lost.
Anything Else?
No response
Are you willing to submit a PR?