[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [Proposal] Canonical Module Names
- From: "Soni \"They/Them\" L." <fakedme@...>
- Date: Wed, 10 Jun 2020 23:52:16 -0300
if you have foo/init.lua you can require it as either "foo" or
"foo.init" and I think lua should detect these and error if you don't
use the shorter one.
it's quite trivial to check this in the searchers themselves.