From eb1fe781b8199d03d2d1eaebbde9789f2f606bd9 Mon Sep 17 00:00:00 2001 From: XeroOl Date: Thu, 20 Jul 2023 09:26:36 -0500 Subject: [PATCH] attempt to make the CI more likely to pass --- .build.yml | 2 +- test/completion-test.fnl | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 41eb874..8690fda 100644 --- a/.build.yml +++ b/.build.yml @@ -10,4 +10,4 @@ sources: - https://git.sr.ht/~xerool/fennel-ls tasks: - build: | - make ci + make -C fennel-ls ci diff --git a/test/completion-test.fnl b/test/completion-test.fnl index 1d31bec..63d7139 100644 --- a/test/completion-test.fnl +++ b/test/completion-test.fnl @@ -170,6 +170,20 @@ completion.label)) allowed-missing-docs {:lua true :set-forcibly! true + + ;; TODO support other lua versions besides 5.4 + :gcinfo true + :getfenv true + :setfenv true + :loadstring true + :module true + :newproxy true + :unpack true + :bit32 true + ;; luajit + :bit true + :jit true + ;; TODO remove these from fennel-ls when they become configurable :love true :vim true}]