mirror of
https://github.com/Ed94/pikuma_ps1.git
synced 2026-08-25 02:20:33 +00:00
WIP: reviewing lua, some upgrades and fixes along the way.
This commit is contained in:
@@ -531,7 +531,7 @@ local function build_ctx(args)
|
||||
end
|
||||
local text = file:read("*a")
|
||||
file:close()
|
||||
|
||||
|
||||
local source = {
|
||||
path = path,
|
||||
text = text,
|
||||
@@ -727,7 +727,7 @@ local function main(argv)
|
||||
local ok, err = pcall(function()
|
||||
local args = parse_args(argv)
|
||||
local ctx = build_ctx(args)
|
||||
|
||||
|
||||
local requested = args.requested_set
|
||||
local closed = topo_sort(PASSES, requested)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user