Travis A. Everett

Results 236 comments of Travis A. Everett

The resholve 0.8.0 update (it's merged to nixpkgs, but looks like it'll take a bit to hit channels) includes some incremental improvements on this. There's probably still some work to...

You've got the cause right. Thanks for documenting it along with a simple enough workaround. The osh parser is mostly bash compatible, but there are definitely zshisms that it can't...

I'm not certain on the error, but my first guess is that this has to do with the "varlike" (`var=value`) syntax in here. resholve strips "varlikes" before trying to handle...

Sorry for my inaction to turn into more busywork, but I wanted to see if you recall where this stands? It looks like I focused on the bigger issue and...

> At the moment, I can’t get this PR to work. I test my PRs using [`ez-resholve.sh`](https://gist.github.com/Jayman2000/ce37d68f49789b3d46659c8da6401179). Here’s what happens when I run that script with the version of resholve...

> > At the moment, I can’t get this PR to work. I test my PRs using [`ez-resholve.sh`](https://gist.github.com/Jayman2000/ce37d68f49789b3d46659c8da6401179). Here’s what happens when I run that script with the version of...

Pushed it a moment ago.

Meant to get to this on Friday but we've been displaced and without power since Thursday night and it's left me a bit scattered :) Not sure when I'll cut...

I guess one gotcha is: a non-executable script could still be sourced, or invoked as an argument to an interpreter. It may not be marked as executable because it's supposed...

@catern I definitely *do* find it amusing (and timely). @grahamc asked lately about two specific ways to catch executables that might otherwise be leaking or falling through the cracks--an option...