John T. Wodder II

Results 121 comments of John T. Wodder II

@yarikoptic It's clear from the logs that `auto shipit --dry-run` is producing different results than `auto shipit` without `--dry-run`, which means this is an `auto` problem. Do you want me...

Issue filed with `auto`: https://github.com/intuit/auto/issues/2253

@tomMoral > Would the key be decided by the user (like a dict) or computed based on the value (more like a cache)? Decided by the user, effectively. At the...

@tomMoral I've made your requested changes (including changing `age_limit` to a timedelta; not sure why I can't reply to that comment). I agree that tests should be added; however, I'm...

@mislav 1. I can't check now, but I assume that the remote tracking branch is created when using `git push` with the `-u` option 2. No. 3. It's whatever version...

@mislav OK, I set up [this workflow](https://github.com/jwodder/make-pr-test/blob/4fdf32684a672d9f21ffab479d4152a5c08099a2/.github/workflows/make-script-checkout.yml) as an MVCE. [The run fails](https://github.com/jwodder/make-pr-test/runs/1911710304?check_suite_focus=true) on your `cat` command, so apparently the remote tracking branch is not getting created. That is not...

@sfdye @s-t-e-v-e-n-k What do I need to do to get this PR merged?

@sfdye @s-t-e-v-e-n-k Is there any interest in ever merging this?

This is W002 working as intended. I have plans to at some point support configuring allowed sets of duplicate files, which would make it possible to ignore just this occurrence...

@mitsuhiko Why would the shell mode be needed? The only shell constructs currently used in the `os.system()` calls are redirects (which can be reproduced with the `stdout=` and `stderr=` arguments...