The GitHub Actions job "Java CI with Ant" on poi.git/public-operation-evaluation-context has failed. Run started by GitHub user pjfanning (triggered by pjfanning).
Head commit for run: 55f8d5c667e3e1084fa406b3a741909e539e5d23 / PJ Fanning <[email protected]> Add OperationEvaluationContext constructor that does not require an EvaluationTracker The existing public constructors take an EvaluationTracker, but that class (and the EvaluationCache it needs) is package-private, so code outside org.apache.poi.ss.formula could not construct a context at all - even though the rest of the evaluation SPI (EvaluationWorkbook, EvaluationCell, FormulaParser.parse, WorkbookEvaluator, FreeRefFunction) is public. The new constructor obtains a tracker backed by the WorkbookEvaluator's own cache via a package-private factory, so the tracker and cache stay internal. Co-Authored-By: Claude Opus 5 <[email protected]> Report URL: https://github.com/apache/poi/actions/runs/35284980789 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
