#(do #(values $...))
Compile error: use $... in hashfn
Non vargs are ok:
#(do #(values $1))
local function _1_()
local function _2_(_2410)
return _2410
end
return _2_
end
return _1_
Nice catch; thanks for reporting. I think we got a fix in 39e836b