From: Tuukka Lehtonen Date: Mon, 29 Aug 2016 10:15:21 +0000 (+0300) Subject: SpreadsheetCells with Circular References support iterations. X-Git-Tag: v1.25.0~146 X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=commitdiff_plain;h=3c9ab161a5c118fe740ab42c8a33ad672081d0d7;hp=3c9ab161a5c118fe740ab42c8a33ad672081d0d7 SpreadsheetCells with Circular References support iterations. Default number of iterations is 100 times. Previously, AstIdentifier visits in CellValueVisitor would throw IllegalStateException. Now, a FormulaError is returned instead. refs #6659 ---