pjfanning commented on PR #363: URL: https://github.com/apache/poi/pull/363#issuecomment-1192056377
I've done some more testing and this change does not work reliably. The EvaluationTracker class keeps has _evaluationFrames list and this assumes all cells are evaluated in order - which cannot be guaranteed when async logic is brought in. Reworking EvaluationTracker to account for async logic looks non-trivial. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
