Re: Non-uniqueness of module names
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Non-uniqueness of module names
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2019年8月15日 17:52:01 -0300
> Apologies for resurrecting this months-old thread, but I would like to
> chime in to support the idea of `require` returning a second result of the
> path+filename where the module was found.
This is already implemented in Lua 5.4 alpha.
See https://www.lua.org/work/
-- Roberto