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
In our codebase, we get a reference to the PrintingPolicy and keep modifying it multiple times to perform any kind of ToString operations. We might consider initializing the PrintingPolicy at the time of interpreter creation to have a consistent printing policy.