aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV1K1NGbg <victor@ilchev.com>2024-08-23 17:15:10 +0300
committerV1K1NGbg <victor@ilchev.com>2024-08-23 17:15:10 +0300
commit1aefd9576fe28e72f580de1ba5e7f31bff9294ed (patch)
treecbe641a3b0799def6956ae3735462bc461afd272
parentc2e46930cefa11690b4869a444487d61a9ea9035 (diff)
downloadluarocks-1aefd9576fe28e72f580de1ba5e7f31bff9294ed.tar.gz
luarocks-1aefd9576fe28e72f580de1ba5e7f31bff9294ed.tar.bz2
luarocks-1aefd9576fe28e72f580de1ba5e7f31bff9294ed.zip
remove type definitions
-rw-r--r--src/luarocks/core/types/query.tl1
-rw-r--r--src/luarocks/core/types/result.tl1
-rw-r--r--src/luarocks/core/types/rockspec.tl1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/luarocks/core/types/query.tl b/src/luarocks/core/types/query.tl
index 19e1a2a4..71e5d7fe 100644
--- a/src/luarocks/core/types/query.tl
+++ b/src/luarocks/core/types/query.tl
@@ -7,7 +7,6 @@ local record query
7 constraints: {Constraint} 7 constraints: {Constraint}
8 substring: boolean 8 substring: boolean
9 arch: {string: boolean} 9 arch: {string: boolean}
10 type: function(): string
11 end 10 end
12end 11end
13 12
diff --git a/src/luarocks/core/types/result.tl b/src/luarocks/core/types/result.tl
index 94bb0d9c..69b52cc9 100644
--- a/src/luarocks/core/types/result.tl
+++ b/src/luarocks/core/types/result.tl
@@ -7,7 +7,6 @@ local record result
7 namespace: string 7 namespace: string
8 arch: string 8 arch: string
9 repo: string 9 repo: string
10 type: function(): string
11 satisfies: function(Result, Query): boolean 10 satisfies: function(Result, Query): boolean
12 end 11 end
13end 12end
diff --git a/src/luarocks/core/types/rockspec.tl b/src/luarocks/core/types/rockspec.tl
index f482461d..3569785c 100644
--- a/src/luarocks/core/types/rockspec.tl
+++ b/src/luarocks/core/types/rockspec.tl
@@ -71,7 +71,6 @@ local record rockspec
71 hooks: Hooks 71 hooks: Hooks
72 test: Test 72 test: Test
73 deploy: Deploy 73 deploy: Deploy
74 type: function(): string
75 format_is_at_least: function(Rockspec, string): boolean 74 format_is_at_least: function(Rockspec, string): boolean
76 end 75 end
77end 76end