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
Currently, different domains are defined in these packages:
common
runtime
stdlib
This can cause import cycles in future PRs that use domains across these packages. Also, having domains defined in different packages creates risk of overlooking domains.
Suggested Solution
We can define all domains in one place to help prevent import cycles and make it easier to maintain domains.
The text was updated successfully, but these errors were encountered:
Issue to be solved
Currently, different domains are defined in these packages:
This can cause import cycles in future PRs that use domains across these packages. Also, having domains defined in different packages creates risk of overlooking domains.
Suggested Solution
We can define all domains in one place to help prevent import cycles and make it easier to maintain domains.
The text was updated successfully, but these errors were encountered: