Difference between revisions of "Talk:socket"
(require registering module into globals vs. require returning module to a local.) |
m (0.11.0 -> 11.0) |
||
Line 1: | Line 1: | ||
− | Whatever happened with lua 5.2 is totally irrelevant here, in my opinion; what would be relevant, is that if a -love version- suddenly didn't export modules to the global namespace, since that would mean that "require Socket" will fail to work from then on... and i believe that may be the case circa 0 | + | Whatever happened with lua 5.2 is totally irrelevant here, in my opinion; what would be relevant, is that if a -love version- suddenly didn't export modules to the global namespace, since that would mean that "require Socket" will fail to work from then on... and i believe that may be the case circa 11.0's release (i mean, i know enet doesn't register itself globally now; socket shouldn't either). |
Latest revision as of 17:02, 11 January 2019
Whatever happened with lua 5.2 is totally irrelevant here, in my opinion; what would be relevant, is that if a -love version- suddenly didn't export modules to the global namespace, since that would mean that "require Socket" will fail to work from then on... and i believe that may be the case circa 11.0's release (i mean, i know enet doesn't register itself globally now; socket shouldn't either).