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
{{ message }}
This repository was archived by the owner on Apr 18, 2026. It is now read-only.
haskell_proto_library rules don't get loaded correctly in the interpreter, either directly or as dependencies:
$ hrepl hrepl/tests:ProtoLib
hrepl: ...f/execroot/hrepl/bazel-out/k8-fastbuild/bin/hrepl/tests/test_haskell_pb.HaskellLibrary.pb: openBinaryFile: does not exist (No such file or directory)
$ hrepl hrepl/tests:test_haskell_pb
hrepl: ...f/execroot/hrepl/bazel-out/k8-fastbuild/bin/hrepl/tests/test_haskell_pb.HaskellCompile.pb: openBinaryFile: does not exist (No such file or directory)
haskell_proto_libraryrules don't get loaded correctly in the interpreter, either directly or as dependencies: