You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 5, 2021. It is now read-only.
Fixes#54
This change creates explicit exports for all rules/macros in defs.bzl instead of relying on the deprecated behavior of implicitly exporting loaded symbols.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
defs.bzl
exports all rules simply by loading them, which no longer works starting with Bazel 0.25. See this issue.This manifests with the following types of errors:
The text was updated successfully, but these errors were encountered: