~technomancy/fennel#145: 
Can't use $... in nested hashfn

#(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_
Status
RESOLVED FIXED
Submitter
~rktjmp
Assigned to
No-one
Submitted
2 years ago
Updated
2 years ago
Labels
bug

~technomancy REPORTED FIXED 2 years ago

Nice catch; thanks for reporting. I think we got a fix in 39e836b

Register here or Log in to comment, or comment via email.