Closed dmitrii-ubskii closed 1 year ago
Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.
Trivial Change
Code
Architecture
Ah I see now that you worked to preserve core/cluster definitions separately. We can do that for now but then we have more work to merge them again?
What is the goal of this PR?
We upgrade Bazel Javascript rules and TypeDB protocol dependency to be compatible with https://github.com/vaticle/typedb-protocol/pull/183. In particular, we merge core and cluster connection facilities, and simplify Concept API by removing
Remote
interfaces and replacing some function calls (such as_Explicit()
) with parameters.What are the changes implemented in this PR?
.Remote
types,Transitivity
argument instead of_Explicit
methods