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
Update: I just found out that there's the -i flag that allows you to iterate the specified number of times. It'd be great if there's an option to iterate till fixpoint, assuming it exists, which is a valid assumption in many practical cases (therwise the user can always kill the process).
Example:
I run:
And get:
I expected to get
test = 42
on the last line. Is it possible to achieve this currently or would it be hard to add such behavior?A workaround would be to call
retrie
in a shell loop, perhaps. This doesn't sound entertaining, and on a larger codebase will take time.The text was updated successfully, but these errors were encountered: