vaticle / dependencies

Bazel dependency declarations for build tools reused across @vaticle repositories (only for @vaticle)
Mozilla Public License 2.0
12 stars 23 forks source link

Dependencies and rules refactoring for the C# driver deployment #521

Closed farost closed 3 months ago

farost commented 3 months ago

What is the goal of this PR?

We prepare tools for the C# driver release, namely and clean all the old TODOs left from the initial PR.

What are the changes implemented in this PR?

Added:

Updated:

vaticle-bot commented 3 months ago

PR Review Checklist

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

farost commented 3 months ago

There is a series of connected PRs:

  1. Bazel-distribution with fresh Bazel rules
  2. Dependencies with updated refs and todo cleanings
  3. TypeDB Driver with new Bazel rules usage, updated documentation, etc