Laurent Orseau
Laurent Orseau
As much as I'd like to include `url2script`, I prefer to stay on the cautious side and keep it out of the main distribution for now. For `command-palette`, maybe we...
Another simple idea was to actually delete the .zo files for user-based scripts, and remove the compilation part altogether.
@LiberalArtist All fine with me. Regarding the single preference file, personally I find putting everything in there somewhat jarring, efficiency-wise and conceptually — but I can certainly understand historical reasons...
You have a point that exclusion should be more sparse than inclusion — except if someone makes extensive use of shadow scripts, which is not unlikely. I agree that using...
How is the progress going @LiberalArtist ? Any blocker?
Thanks for the update! On Sat, Apr 27, 2024 at 2:18 AM Philip McGrath ***@***.***> wrote: > How is the progress going @LiberalArtist > ? Any blocker? > > I'm...
Thanks for the report and the insights! I'll use byte-strings for paths in the library. (Though I can't see a case where using the local representation would fail, because that...
@spdegabrielle FYI
> Cases where strings don't work are admittedly strange, but there are paths which are not representable as strings: > > * On Windows, a path is a sequence of...
> In that case, maybe we can greatly simplify the library mechanism. It seems like we need: > > 1. Locations configured through the package system > 2. `user-script-dir` >...