You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are considering using METL in a project and it would be useful to have a variant of compiler.build() that returns a list of the dependent constants, variables, and functions that the string expression uses. This would allow us to know when a rebuild or re-evaluation is required. Is this feasible?
The text was updated successfully, but these errors were encountered:
We are considering using METL in a project and it would be useful to have a variant of
compiler.build()
that returns a list of the dependent constants, variables, and functions that the string expression uses. This would allow us to know when a rebuild or re-evaluation is required. Is this feasible?The text was updated successfully, but these errors were encountered: