<div dir="ltr">Greetings,<div><br></div><div>I've noticed a different behavior in a simple transform when it runs in isolation vs when it runs as a filter from <i>another</i> transform.  To investigate, I removed all rules from the 2nd transform until <i>only</i> the filter remained.  What I see in filter mode is that the output from the filter appears to be reevaluated until no further changes occur.</div><div><br></div><div>To illustrate, my simple filter would have rules like:</div><div><br></div><div>ABC > abc ;</div><div>abc > xyz ;</div><div><br></div><div>Then the difference in output appears like:</div><div><br></div><div><b>As a Stand-Alone Transform:</b></div><div><div>  IN:    ABC</div><div>OUT:  abc</div></div><div><br></div><div><b>As a Filter:  </b></div><div>  IN:    ABC</div><div>OUT:  xyz</div><div><br></div><div>But it's not always consistent, sometimes the "as a filter" case will produce the identical output as the stand-alone case.  There seems to be a sensitivity to the number of test cases in my input file, but again not always.  Is there rule syntax available that could restrict the filter to being evaluated only once?  I can file a bug report if the behavior is unexpected.</div><div><br></div><div>thanks!</div><div><br></div><div>-Daniel </div><div><br></div><div>PS:  Maybe, maybe not related, in the same sessions I might see warnings like the following which have something to do with caching and Apache Derby.</div><div><br></div><div>Dec 31, 2021 11:22:34 AM org.unicode.cldr.rdf.AbstractCache load<br>WARNING: Could not read files in /var/folders/db/dbp4pwdd60z477q4y4pv8thc0000gn/T/1640967754872-0<br>Dec 31, 2021 11:22:34 AM org.unicode.cldr.rdf.AbstractCache load<br>WARNING: Could not read files in /var/folders/db/dbp4pwdd60z477q4y4pv8thc0000gn/T/1640967754872-0<br>Dec 31, 2021 11:22:34 AM org.unicode.cldr.rdf.AbstractCache store<br>INFO: # AbstractCache wrote to /var/folders/db/dbp4pwdd60z477q4y4pv8thc0000gn/T/1640967754872-0<br>org.unicode.cldr.unittest.web.testArgs=-n -q<br>org.unicode.cldr.unittest.web.jdbcurl=<br>Dec 31, 2021 8:22:51 AM org.unicode.cldr.web.DBUtils makeInstanceFrom<br>WARNING: DBUtils: Note: changing the DBUtils singleton instance to org.apache.derby.jdbc.EmbeddedDataSource@721eb7df @ null<br>Dec 31, 2021 8:22:51 AM org.unicode.cldr.web.DBUtils setupSqlForServerType<br>INFO: setting up SQL for database type Apache Derby v10.10.1.1 - (1458268)<br>Dec 31, 2021 8:22:51 AM org.unicode.cldr.web.DBUtils setupSqlForServerType<br>INFO: Note: Derby (embedded) mode. ** some features may not work as expected **<br></div></div>