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
This may won't cause immediate problems for most people, but it would be nice to keep them in sync until such time as support for WORKSPACE is dropped entirely.
The text was updated successfully, but these errors were encountered:
Keeping them in sync is unfortunately an illusion as WORKSPACE uses first-wins semantics and Bzlmod uses MVS. IMO keeping any kind of breaking changes to WORKSPACE to a minimum at this point (including dep version updates) is the best we can do. If any user cares about versions, they need to define their own ones first anyway.
Even before 05ef407, they were already out of sync a bit, but now moreso.
Compare,
rules_go/go.mod
Lines 9 to 25 in 4c47d52
vs. for example
rules_go/go/private/repositories.bzl
Line 297 in 4c47d52
rules_go/go/private/repositories.bzl
Line 225 in 4c47d52
rules_go/go/private/repositories.bzl
Line 269 in 4c47d52
rules_go/go/private/repositories.bzl
Line 131 in 4c47d52
rules_go/go/private/repositories.bzl
Line 186 in 4c47d52
rules_go/go/private/repositories.bzl
Line 205 in 4c47d52
This may won't cause immediate problems for most people, but it would be nice to keep them in sync until such time as support for WORKSPACE is dropped entirely.
The text was updated successfully, but these errors were encountered: