Closed Globegitter closed 3 years ago
Just to confirm, /home/markus/Projects/github.com/ecosia/core is the root of your repo?
For a little more context on Janak's question - I can repro this crash by setting --universe_scope to something that isn't a superset of the targets I'm querying. We should be able to fail gracefully in those cases instead of crashing. Do you think that could be what's happening here?
@janakdr It is the root indeed. @juliexxia Hmm, in my case it should be a superset but I will test again asap to confirm.
(Context: I'm moving on from Bazel on friday and spending some time triaging all bugs assigned to me before unassigning myself)
Since we haven't heard in a while I'm closing this issue but feel free to reopen if you're still having issues.
Description of the problem / feature request:
I was just testing out cquery in a case where we are using query but could use knowledge about our configuration, specifically the
define
flags and when running this in our monorepo I am getting an exception.This is the query I am running
And then I am getting following exception 3 times:
Unfortunately I can not provide a minimal reproducible example because I am not sure what the error is based on this exception and I can not make our repo public.
What operating system are you running Bazel on?
Elementary OS 5.0 (Ubuntu 18.04)
What's the output of
bazel info release
?release 0.21.0rc2
Have you found anything relevant by searching the web?
No.