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 order to fix #320, @eeeebbbbrrrr solved an issue with some PostgresEq and PostgresOrd being incorrectly ordered before some PostgresExtern in ca2002b.
As noted in that commit, the functionality is not ideal as there should exist a direct dependence, and not require a connection to all externs.
It would be good to make that direct connection instead for future use in traversing the graph.
The text was updated successfully, but these errors were encountered:
In order to fix #320, @eeeebbbbrrrr solved an issue with some
PostgresEq
andPostgresOrd
being incorrectly ordered before somePostgresExtern
in ca2002b.As noted in that commit, the functionality is not ideal as there should exist a direct dependence, and not require a connection to all externs.
It would be good to make that direct connection instead for future use in traversing the graph.
The text was updated successfully, but these errors were encountered: