-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
AutoBazelRepository in empty package fails #24150
Labels
Comments
fzakaria
added a commit
to fzakaria/bazel
that referenced
this issue
Oct 31, 2024
Add support for when the AutoBazelRepository annotation is placed on a file in a root package (ie. one where there is no package) fixes bazelbuild#24150
bazel-io
pushed a commit
to bazel-io/bazel
that referenced
this issue
Nov 4, 2024
Add support for when the AutoBazelRepository annotation is placed on a file in a root package (ie. one where there is no package) fixes bazelbuild#24150 Closes bazelbuild#24161. PiperOrigin-RevId: 692888334 Change-Id: Idd85e79250f64cf50ca709cf6ad8d025a0db032c
github-merge-queue bot
pushed a commit
that referenced
this issue
Nov 4, 2024
Add support for when the AutoBazelRepository annotation is placed on a file in a root package (ie. one where there is no package) fixes #24150 Closes #24161. PiperOrigin-RevId: 692888334 Change-Id: Idd85e79250f64cf50ca709cf6ad8d025a0db032c Commit 1560047 Co-authored-by: Farid Zakaria <farid.m.zakaria@gmail.com>
ramil-bitrise
pushed a commit
to bitrise-io/bazel
that referenced
this issue
Dec 18, 2024
Add support for when the AutoBazelRepository annotation is placed on a file in a root package (ie. one where there is no package) fixes bazelbuild#24150 Closes bazelbuild#24161. PiperOrigin-RevId: 692888334 Change-Id: Idd85e79250f64cf50ca709cf6ad8d025a0db032c
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bazel/tools/java/runfiles/AutoBazelRepositoryProcessor.java
Line 99 in 652f83e
Here is a sample:
This produces a generated class for the following:
Please notice the
package ;
this fails to compileThe text was updated successfully, but these errors were encountered: