commit | ee8000dc81eab05975d4cd589263cd593dc73980 | [log] [tgz] |
---|---|---|
author | dbabkin <dbabkin@google.com> | Mon Apr 09 01:23:45 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Mon Apr 09 01:24:54 2018 -0700 |
tree | 11644ef183d00166494b36987fb66dff3ce2af4b | |
parent | 825946bb036c10b0340d02638b18cec2edb2a5c2 [diff] |
Remove hashCode int field from Node. This is needless of complexity. Having counter in DiGraph can provide us with deterministic hashCode for every application run. There is no visible usage of this feature right now. More than, user of the DiGraph class should not rely on the fact the hashCode of the object will always be deterministic. Default Object.hashCode implementation returns deterministic result in cope of single JVM, and this is enough. RELNOTES:none PiperOrigin-RevId: 192093877
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel only rebuilds what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.