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
Summary:
Pull Request resolved: #1731
Add enough information to Instance objects so they can produce a qualified name for themselves. Example:
```
"<root>.<tests.test_python_actors.Named the_name{'f': 0/2}>"
```
The name is the full path through their creators to the root actor, along with class names and given names for each actor.
Two follow ups:
1. get this string into user logging loggers so any log they print includes what actor it is running under.
2. Use this information when creating a supervision exceptions so that we producing a nicely formatted error message.
ghstack-source-id: 321405813
exported-using-ghexport
Reviewed By: mariusae
Differential Revision: D85988370
fbshipit-source-id: f3287767deeb2abb9c71dfb5c82f4ccf03ad4713
0 commit comments