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 believe this is because Paths_Cabal doesn't have an associated file, as it is autogenerated. Other files like this should have the same issue, but Paths_* is encountered much more often in my experience.
Probably @facundominguez may know more about getting rid of Paths_* as he probably was running gazelle_cabal against cabal code. Essentially, I mean this context.
BTW: I was encountering the same behavior in case of bazelifiyng example-servant-elm
Describe the bug
gazelle_cabal
fails to execute on https://github.com/haskell/cabal with the following error:I believe this is because
Paths_Cabal
doesn't have an associated file, as it is autogenerated. Other files like this should have the same issue, butPaths_*
is encountered much more often in my experience.To Reproduce
3749f6089a015bf18d661f89efa6672613210455
nix-shell
bazel run //:gazelle
The text was updated successfully, but these errors were encountered: