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
Bazel's current dependency on databinding is quite old and can be updated to latest databinding version which is backwards compatible with existing code and does not require migrations.
Secondly due to the way databinding libraries are imported currently it is not possible to update databinding libraries without updating Bazel and android_tools.
What underlying problem are you trying to solve with this feature?
Use recent of databinding which includes bug fixes.
Which operating system are you running Bazel on?
MacOS Monterey 12.4
What is the output of bazel info release?
development version
If bazel info release returns development version or (@non-git), tell us how you built Bazel.
Branched off from 6.0.0-pre.20220517.1 tag and built from source
What's the output of git remote get-url origin; git rev-parse master; git rev-parse HEAD ?
e3f319e19dc4e828c78b76cab8aaea3f38b488e8
Have you found anything relevant by searching the web?
Description of the feature request:
Bazel's current dependency on databinding is quite old and can be updated to latest databinding version which is backwards compatible with existing code and does not require migrations.
Secondly due to the way databinding libraries are imported currently it is not possible to update databinding libraries without updating Bazel and android_tools.
What underlying problem are you trying to solve with this feature?
Use recent of databinding which includes bug fixes.
Which operating system are you running Bazel on?
MacOS Monterey 12.4
What is the output of
bazel info release
?development version
If
bazel info release
returnsdevelopment version
or(@non-git)
, tell us how you built Bazel.Branched off from
6.0.0-pre.20220517.1
tag and built from sourceWhat's the output of
git remote get-url origin; git rev-parse master; git rev-parse HEAD
?Have you found anything relevant by searching the web?
bazelbuild/bazel#2694
bazelbuild/bazel#11629
Any other information, logs, or outputs that you want to share?
N/A
The text was updated successfully, but these errors were encountered: