EngFlow / bazel_invocation_analyzer

A tool that automatically analyzes a Bazel build's profile and offers suggestions on how to make it faster.
https://analyzer.engflow.com
Apache License 2.0
90 stars 10 forks source link

[BazelProfile] Make `BazelVersion` available in `BazelProfile #114

Closed saraadams closed 11 months ago

saraadams commented 11 months ago

The functionality provided by BazelProfile may need to take the Bazel version into consideration. Therefore, this PR makes the version available within and through the BazelProfile, while BazelVersionDataProvider stays in place to provide easier access, as well as memoization.

Contributes to #109.