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
I think PILAnalyzer::Children visits trait functions twice, once via the trait declaration and once via the individual trait functions.
The other problem here is that we store full copies, we should think about using Arcs instead.
The text was updated successfully, but these errors were encountered:
I think PILAnalyzer::Children visits trait functions twice, once via the trait declaration and once via the individual trait functions.
The other problem here is that we store full copies, we should think about using Arcs instead.
The text was updated successfully, but these errors were encountered: