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
For example, in sandboxed mode, it only resolves sandboxed PIDs. This is due to the current architecture: Resolving is part of a PIT-Service-Implementation, so the configured implementation will be used. There are several reasons why this is an issue:
Caused Issues which should be fixed with this approach:
Type-Checking uses an extra resolving mechanism, so it can always resolve handle PIDs for that.
Only one kind of PID system can be used for resolving PIDs.
For example, in sandboxed mode, it only resolves sandboxed PIDs. This is due to the current architecture: Resolving is part of a PIT-Service-Implementation, so the configured implementation will be used. There are several reasons why this is an issue:
Caused Issues which should be fixed with this approach:
It might be a good idea to not only make a separate module, but make this meta-resolving a separate library for further re-use.
The text was updated successfully, but these errors were encountered: