commit | cb5dc080dae009c43b30c2981ee7590e8f9c2ea4 | [log] [tgz] |
---|---|---|
author | adonovan <adonovan@google.com> | Mon May 18 12:02:00 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon May 18 12:02:59 2020 -0700 |
tree | 91d483963dc046e5f7a9ed7a46af1490097fee51 | |
parent | a749f00102684a4efc698b84f285d8d453fde9af [diff] |
java.starlark.net: rename com.google.devtools.starlark This change renames the Java packages of the Starlark interpreter and REPL command. The Bazel team owns the domain starlark.net, and the Go implementation lives at go.starlark.net; the Java packages should use java.starlark.net. There are no immediate plans to publish the interpreter as a public API or to run a web server at that domain, but it will save pain later if we rename the classes only once. Now that the Starlark interpreter's production code no longer depends on any Bazel packages (except serialization, which cannot be broken until we implement byte compilation), we will soon make the following moves: lib.syntax (frontend) -> net.starlark.java.syntax lib.syntax (evaluator) -> net.starlark.java.eval lib.skylarkinterface -> net.starlark.java.annot PiperOrigin-RevId: 312126212
{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