Closed m-dzianishchyts closed 1 year ago
Thanks for the PR. This feature is a cornerstone of all our upcoming expression evolution. I was already able to start on the first cut of the public expression factory API (#643). A few related notes:
AbstractExpTest
subclasses. Parameterizing locally within a specific test (using @ValueSource
and @CsvSource
instead of @MethodSource
) produces somewhat shorter and more transparent tests.Exp.toString()
(#644)