From 515b2f6e2f4f9eafee8bb50310a156ec65f1b543 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Wed, 1 Jul 2026 11:23:05 +0200 Subject: [PATCH] ci(emmylua): pin emmyluals at v0.22.0 Later versions trigger spurious warnings in the async wrappers. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e22e2e6ab..d00b80cc0 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ NVIM_VERSION ?= nightly +EMMYLUA_VERSION ?= 0.22.0 DEPDIR ?= .test-deps CURL ?= curl -sL --create-dirs @@ -36,7 +37,7 @@ $(NVIM): EMMYLUALS := $(DEPDIR)/emmylua_check-$(LUALS_ARCH) EMMYLUALS_TARBALL := $(EMMYLUALS).tar.gz -EMMYLUALS_URL := https://github.com/emmyluals/emmylua-analyzer-rust/releases/latest/download/$(notdir $(EMMYLUALS_TARBALL)) +EMMYLUALS_URL := https://github.com/emmyluals/emmylua-analyzer-rust/releases/download/$(EMMYLUA_VERSION)/$(notdir $(EMMYLUALS_TARBALL)) .PHONY: emmyluals emmyluals: $(EMMYLUALS)