commit | 86b9e68d74a59c7b3e495b7684fe429b110d3636 | [log] [tgz] |
---|---|---|
author | adonovan <adonovan@google.com> | Wed Sep 30 13:41:30 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Sep 30 13:42:41 2020 -0700 |
tree | 93c6c6914db794c81560d103357d61924c759898 | |
parent | 5b70246e83a0a8b1cb4ae0221767e3c0b69eddcf [diff] |
starlark syntax: parse big integers Integer literals outside the signed 32-bit range are now treated as a dynamic, not static, error. CL 333467651 will add support for bigint values; a further follow-up will remove the dynamic error. Also: - rename IntegerLiteral to IntLiteral, to use preferred Starlark term. - expose IntLiteral.scan, and clean it up, including error message tweaks. PiperOrigin-RevId: 334669391
{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