-
Notifications
You must be signed in to change notification settings - Fork 121
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
query for tags doesn't read through alias #100
Comments
Is the expectation that ibazel would detect that it is a rule of type alias and then requery the actual or do you think this is a bug in the |
I'm not sure - I've observed |
Agreed. |
I think this is an issue with Bazel, not us. If you think there is more to do please reopen. |
jbedard
added a commit
to aspect-build/rules_webpack
that referenced
this issue
Oct 22, 2024
jbedard
added a commit
to aspect-build/rules_webpack
that referenced
this issue
Nov 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I thought it would be clever to improve ergonomics like this:
BUILD
src/BUILD
but if I now
ibazel run :devserver
it doesn't recognize the tags./cc @gregmagolan
The text was updated successfully, but these errors were encountered: