Closed georgeliaw closed 6 years ago
Interesting - I guess that's not super surprising, but I haven't seen what breaks. What have you run into?
@benley It seems as of Bazel 0.10, the main project repo ends up using the prelude_bazel
of packages being imported. In other words, myproject
would read both its own prelude_bazel
file as well as that of bazel_rules_pex
.
There's a PR opened for this by @flaub at https://github.com/benley/bazel_rules_pex/pull/66 where you can see the issue at hand so I didn't want to duplicate work (this PR just had what I did in my fork to workaround this but didn't account for the tests you have setup).
ah cool, thanks. I've been neglecting this repo for a bit and need to catch back up...
closing - opened by accident