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 the ongoing implementation of the prehook in #1127, there are common objects in the allocation package that need to be accessed by the prehook package. This creates an import cycle because allocation already will depend on the prehook package.
This issue is to request and track the creation of a new package called target which will be home to these commonly used objects. The fix for this issue will address this review comment
The text was updated successfully, but these errors were encountered:
In the ongoing implementation of the prehook in #1127, there are common objects in the
allocation
package that need to be accessed by theprehook
package. This creates an import cycle becauseallocation
already will depend on theprehook
package.This issue is to request and track the creation of a new package called
target
which will be home to these commonly used objects. The fix for this issue will address this review commentThe text was updated successfully, but these errors were encountered: