-
Notifications
You must be signed in to change notification settings - Fork 522
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consistent load() locations #1068
Comments
This is related to Bazel having loading phase visibility for starlark load() statements someday - we don't want to leak private API |
The build_bazel_rules_nodejs workspace is the last one using defs.bzl see bazel-contrib#1068
The build_bazel_rules_nodejs workspace is the last one using defs.bzl see bazel-contrib#1068
The build_bazel_rules_nodejs workspace is the last one using defs.bzl see #1068
The build_bazel_rules_nodejs workspace is the last one using defs.bzl see bazel-contrib#1068
almost done, just sent g3 cl/276494247 to update last places in rules_typescript that still reference defs.bzl |
BREAKING CHANGE: Users must now switch to loading from index.bzl Fixes bazel-contrib#1068
BREAKING CHANGE: Users must now switch to loading from index.bzl Fixes bazel-contrib#1068
BREAKING CHANGE: Users must now switch to loading from index.bzl Fixes bazel-contrib#1068
BREAKING CHANGE: Users must now switch to loading from index.bzl Fixes bazel-contrib#1068
We didn't fix up rules_docker in time, and it's too late to make this kind of breaking change for 1.0. |
BREAKING CHANGE: Users must now switch to loading from index.bzl Fixes bazel-contrib#1068
BREAKING CHANGE: Users must now switch to loading from index.bzl Fixes bazel-contrib#1068
BREAKING CHANGE: Users must now switch to loading from index.bzl Fixes bazel-contrib#1068
BREAKING CHANGE: Users must now switch to loading from index.bzl Fixes bazel-contrib#1068
BREAKING CHANGE: Users must now switch to loading from index.bzl Fixes #1068
BREAKING CHANGE: Users must now switch to loading from index.bzl Fixes #1068
We should use
index.bzl
as the public API for all packagesThe text was updated successfully, but these errors were encountered: