commit | 6c417684164b82e7b214497557b6dc11eb07bc1c | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Thu Oct 31 14:00:49 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Oct 31 14:01:41 2019 -0700 |
tree | 4153aeafb3beefd83921cd96c0d3052a444ba65e | |
parent | 2bb1bf9422ba22d0e1ab15363664339f022b29a1 [diff] |
bazel syntax: replace NestedSet with SkylarkNestedSet in @SkylarkCallable-annotated method results NestedSet is not a valid Starlark value. Currently the interpreter implicitly converts NestedSet to SkylarkNestedSet, but it should not know about either of these types. This change only handles the conversions in cases where the type is explicit; there may be others where the result type is Object, for example. In one case NestedSet<PathFragment> was replaced with String elements, as PathFragment is also not a Starlark value. (This was actually a simplification.) Also: add Nullable annotations to JavaCompilationInfoProvider to match reality. PiperOrigin-RevId: 277795809
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only 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