making init work with a slightly updated fennel
This commit is contained in:
parent
eebfc39eb9
commit
c4cd1393a5
7 changed files with 46 additions and 27 deletions
|
@ -363,10 +363,10 @@ package.preload["fennel.repl"] = package.preload["fennel.repl"] or function(...)
|
|||
_571_ = _572_
|
||||
end
|
||||
end
|
||||
if ((_G.type(_571_) == "table") and (nil ~= (_571_).source) and ((_571_).what == "Lua") and (nil ~= (_571_).linedefined) and (nil ~= (_571_).short_src)) then
|
||||
local source = (_571_).source
|
||||
local line = (_571_).linedefined
|
||||
if ((_G.type(_571_) == "table") and (nil ~= (_571_).short_src) and (nil ~= (_571_).linedefined) and ((_571_).what == "Lua") and (nil ~= (_571_).source)) then
|
||||
local src = (_571_).short_src
|
||||
local line = (_571_).linedefined
|
||||
local source = (_571_).source
|
||||
local fnlsrc
|
||||
do
|
||||
local t_576_ = compiler.sourcemap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue