Martin Eden
unread,9:34 AM (11 hours ago) 9:34 AMSign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to lu...@googlegroups.com
Hello list,
While working on my deploy generator I discovered that
"_G" is present in "package.loaded":
$ lua
Lua 5.5.0 Copyright (C) 1994-2025 Lua.org, PUC-Rio
> package.loaded._G
table: 0x55fb5ddbcbc0
I expect this table be name map for modules loaded via require().
(And no, I have no "require('_G')" in my code.)
Any ideas why it's so?
-- Martin