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
@oxinabox brought up the idea to have a type hierarchy across packages, similar to getting upstream dependencies.
Would need to load up all dependencies, and run subtypes on all the abstract types and store these results. At first glance, just having a large JSON file for this can work, not sure how well the scales out. Then a GitHub Action to run and update this file as needed.
The text was updated successfully, but these errors were encountered:
@oxinabox brought up the idea to have a type hierarchy across packages, similar to getting upstream dependencies.
Would need to load up all dependencies, and run
subtypes
on all theabstract types
and store these results. At first glance, just having a large JSON file for this can work, not sure how well the scales out. Then a GitHub Action to run and update this file as needed.The text was updated successfully, but these errors were encountered: