mjunsilo commented on pull request #88:
URL: https://github.com/apache/uima-uimaj/pull/88#issuecomment-741873441


   I now found the reason why the form 4 serializer still fails, which is 
because _save_to_cas_data() is also called at an even earlier step deep hidden 
inside the serializer constructor inside the AllFSs class at l. 157. This class 
doesn't yet track those calls, and the tracker would have to be shared with the 
other places where _save_to_cas_data() is called. However, the reference to 
this AllFSs object only seems to exists temporary to construct FS mappings 
inside the csds instance, so it seems rather impossible to keep track of that 
the way things are currently connected.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to