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
When a REPL target is run from an external Bazel module, the `stub_path`
can have path components in it (e.g. "/..") which get rejected by the
`Rlocation()` function in `runfiles.py` for not being normalized. This
commit normalizes the path before it's passed to `Rlocation()`.
Fixes#3101
---------
Co-authored-by: Ignas Anikevicius <240938+aignas@users.noreply.github.com>
0 commit comments