[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: dot-d
- From: "Soni \"They/Them\" L." <fakedme@...>
- Date: Sun, 14 May 2023 21:15:15 -0300
Hello,
We are wondering, if it would be possible to support foo.lua.d/bar.lua
for require("foo.bar").
See, Linux really really wants file-dir duality. You can tell by all the
.d/'s everywhere. Unfortunately POSIX forbids file-dir duality. So .d/'s
everywhere is the best we're gonna get. But it'd be nice to see them
more widely supported.
Thanks!