mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-11-14 20:17:11 +00:00
Bump illuaminate version
For now, we just perform the minimal number of changes to get this working. We'll switch to a more strict bracket handling system in the future.
This commit is contained in:
2
.github/workflows/main-ci.yml
vendored
2
.github/workflows/main-ci.yml
vendored
@@ -42,7 +42,7 @@ jobs:
|
|||||||
- name: Lint Lua code
|
- name: Lint Lua code
|
||||||
run: |
|
run: |
|
||||||
test -d bin || mkdir bin
|
test -d bin || mkdir bin
|
||||||
test -f bin/illuaminate || wget -q -Obin/illuaminate https://squiddev.cc/illuaminate/bin/illuaminate
|
test -f bin/illuaminate || wget -q -Obin/illuaminate https://squiddev.cc/illuaminate/linux-x86-64/illuaminate
|
||||||
chmod +x bin/illuaminate
|
chmod +x bin/illuaminate
|
||||||
bin/illuaminate lint
|
bin/illuaminate lint
|
||||||
|
|
||||||
|
|||||||
@@ -393,7 +393,7 @@ end
|
|||||||
-- @treturn Doc The object formatted as a document.
|
-- @treturn Doc The object formatted as a document.
|
||||||
-- @usage Display a table on the screen
|
-- @usage Display a table on the screen
|
||||||
-- local pretty = require "cc.pretty"
|
-- local pretty = require "cc.pretty"
|
||||||
-- pretty.print(pretty.pretty({ 1, 2, 3 })
|
-- pretty.print(pretty.pretty({ 1, 2, 3 }))
|
||||||
local function pretty(obj)
|
local function pretty(obj)
|
||||||
return pretty_impl(obj, {})
|
return pretty_impl(obj, {})
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -97,7 +97,7 @@ end
|
|||||||
-- complete.build(
|
-- complete.build(
|
||||||
-- { complete.choice, { "get", "put" } },
|
-- { complete.choice, { "get", "put" } },
|
||||||
-- complete.dir,
|
-- complete.dir,
|
||||||
-- } complete.file, many = true }
|
-- { complete.file, many = true }
|
||||||
-- )
|
-- )
|
||||||
local function build(...)
|
local function build(...)
|
||||||
local arguments = table.pack(...)
|
local arguments = table.pack(...)
|
||||||
|
|||||||
Reference in New Issue
Block a user