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
I will note that the fix for #1114 did improve the situation - there are now only 3 invalid declarations where there were 5, previously. We are using fetch_sources = True.
This is an issue because migrate_to_bzlmod.py will fail on these errors, making it hard to understand how to migrate.
I don't yet have a repro but I can probably put one together if necessary.
The text was updated successfully, but these errors were encountered:
I have a build using
rules-jvm-external
6.2:I upgraded from 5.3 because I ran into #1114 . However, I'm still getting invalid
http_file
declarations incontrib-rules-jvm-deps/defs.bzl
:Despite the pin json marking these as skipped:
I will note that the fix for #1114 did improve the situation - there are now only 3 invalid declarations where there were 5, previously. We are using
fetch_sources = True
.This is an issue because
migrate_to_bzlmod.py
will fail on these errors, making it hard to understand how to migrate.I don't yet have a repro but I can probably put one together if necessary.
The text was updated successfully, but these errors were encountered: