Giter VIP home page Giter VIP logo

Comments (8)

Zac-HD avatar Zac-HD commented on August 18, 2024 1

I'd go with Cheuk's solution here - we report an error if git ls-files'd files already, and I don't think adding ", maybe due to unexpanded glob pattern?" is a bad thing in the rather unlikely event that it happens.

Checking after we've failed to open and read the file has two other advantages: it's faster due to our multiprocessing, and it avoids time-of-check/time-of-use errors (which are not much of a concern here, but that way lie subtle mistakes when code changes over time).

from shed.

Zac-HD avatar Zac-HD commented on August 18, 2024

I think printing a "file not found" warning to stderr for each missing file would make sense, and happily that's also easy to implement! Happy to accept a PR; otherwise I'll get to this within the next few weeks.

from shed.

Zac-HD avatar Zac-HD commented on August 18, 2024

(misclick! Darn mobile interfaces...)

from shed.

Cheukting avatar Cheukting commented on August 18, 2024

@Zac-HD can this be resolved by adding an extra error message here?

except (OSError, UnicodeError) as err:

from shed.

jakkdl avatar jakkdl commented on August 18, 2024

Depends on if you want to raise file-missing errors when auto-detecting files in git repos. I can see the case for either way there.

Alternative would be checking all files here

shed/src/shed/_cli.py

Lines 128 to 129 in 6906329

if args.files:
all_filenames = args.files

from shed.

Cheukting avatar Cheukting commented on August 18, 2024

@tommorris may I know which Make and Bash are you using? I cannot reproduce at mine using:

GNU Make 3.81 and GNU bash, version 3.2.57(1)-release (arm64-apple-darwin22)

shed will run correctly from the make command even with the globs

I can still put in a PR with the extra error message when the file name has '*'s in it, but it would be nice to be able to test it with the problem that it is trying to solve

from shed.

Zac-HD avatar Zac-HD commented on August 18, 2024

I'd probably just use a quoted string to get a non-existent path with an asterisk in it - realistic tests are nice for motivation, but not strictly necessary.

from shed.

jakkdl avatar jakkdl commented on August 18, 2024

Oh nvm me, I skimmed too quickly and didn't see how the returned value was handled. For some reason I thought the error message was ignored when running with git ls-files

from shed.

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.