lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Fantastic, thank you very much!

On Thu, 15 Aug 2019 at 23:43, Roberto Ierusalimschy <roberto@inf.puc-rio.br> wrote:
> 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



--
Cheers,

Chris