fix(files): ensure reveal_cwd also works when / is cwd#2444
Conversation
echasnovski
left a comment
There was a problem hiding this comment.
Thanks for the PR!
This does fix the error, but to fix the behavior there needs to be another adjustment in reveal_cwd itself.
@abeldekat, I am okay with you fixing this for educational purposes for a day or two. If you are short on time or motivation, I already have almost full fix with tests (started on it before seeing your comment in the issue).
4973bd2 to
a2fc957
Compare
I indeed missed that the reveal does not work when |
a2fc957 to
65354b6
Compare
reveal_cwd also works when / is openreveal_cwd also works when / is root
65354b6 to
f1b1775
Compare
reveal_cwd also works when / is rootreveal_cwd also works when / is cwd
f1b1775 to
297b381
Compare
echasnovski
left a comment
There was a problem hiding this comment.
Yeah, this looks much better now!
297b381 to
63445c6
Compare
|
Thanks! I've adjusted the |
Resolve #2443