Daniel Keep
Daniel Keep
Just checking up: are you working on the build failures for 1.4 and 1.5?
Also, looking at curl: I'm not a fan of how it requires users to download the entire source tree for libcurl and potentially build it from scratch. For me, I...
\**groans*\* Alright, so if this is an issue with `std` itself, I'm loathe to start trying to hack around that. However, this code path is only used to work out...
Ok, 0.2.8 is up and reverts back to the old heuristic on Windows. I'm leaving this issue open until the work-around can be removed and the problem is fixed properly.
I don't agree on that. Searching through and executing anything in `PATH` makes me **very** nervous. The way I envisaged this being solved on Windows was to support scripts with...
> It would be nice to be able to execute the scripts that are in PATH. The shell will already do that, assuming the appropriate file association exists. For example,...
FYI, 0.2.0 contains code to create appropriate file associations, which will let you run scripts on `PATH` directly.
I've been trying to reproduce this, but I just can't observe this behaviour. Part of the caching system involves writing a metadata file to the cache for every script built....
There's no-one working on this as far as I know. Just one thing to be aware of: the reason I've avoided doing this up to now is that I have...