[tex-live] Lua module 'socket.url' loading problem with getmap
Ulrike Fischer
news3 at nililand.de
Fri Jun 29 16:46:04 CEST 2018
Am Fri, 29 Jun 2018 15:46:35 +0200 schrieb Josef Kleber:
> Am 29.06.2018 um 13:05 schrieb Josef Kleber:
>>
>> Relevant code in getmapdl.lua (/scripts/getmap)
>>
>> local http = require("socket.http");
>> local ltn12 = require("ltn12")
>> local url = require("socket.url")
>>
>> So I guess socket.http and ltn12 are found, but no socket.url!
It is rather curious. It looks as if one can use
local url=socket.url
but not
local url=require("socket.url")
while
local http=require("socket.http") works ok.
But with luatex 1.08 it seems to work again.
--
Ulrike Fischer
http://www.troubleshooting-tex.de/
More information about the tex-live
mailing list