Giter Club home page Giter Club logo

Comments (4)

eradman avatar eradman commented on July 17, 2024

I was not able to reproduce this problem when setting SHELL to /usr/bin/fish on OpenBSD 7.1 or Rocky Linux 8

@adamroyjones what operating system are you using?

from entr.

adamroyjones avatar adamroyjones commented on July 17, 2024

It's affected me with Ubuntu 22.04 and Arch Linux on at least two different computers. I tried to reproduce it in a Docker container just now and I failed miserably—everything's fine in that cleaner context.

I'm sorry: I should have tried to reproduce it in such a way first.

I'll include the (non)reproduction scripts below and close the issue. I'll add a comment later if I figure out what happened, just in case anyone else is struck by this. Again, I'm sorry for the bother.


FROM debian:bullseye
RUN apt update && apt install --yes entr fd-find fish golang
RUN useradd --uid 1000 --shell /usr/bin/fish --create-home reproducer
# Outside of the container. The directory should contain the above Dockerfile and at least one Go file.
docker build --tag entr-reproduction .
docker container run -it --mount type=bind,source="$(pwd)",target=/home/reproducer entr-reproduction bash
# Inside of the container. The final command should print /home/reproducer, not /usr/sbin.
su reproducer
cd
fdfind "\.go\$" | entr -s "echo (pwd)"

from entr.

adamroyjones avatar adamroyjones commented on July 17, 2024

Christ, this is embarrassing: fish has a feature such that, if you type the name of a path (relative or not) and hit return, the shell's current directory is changed to that path. My configuration had something that looked roughly like:

set --export fish_user_paths \
    foo \
    bar
    /usr/sbin

The problem resulted from the absent trailing slash.

from entr.

eradman avatar eradman commented on July 17, 2024

Wow--that "feature" is a subtle trap!
Thank you for posting the diagnoses.

from entr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.