Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/e/erlang-language-platform.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
homepage "https://whatsapp.github.io/erlang-language-platform/"
# We require the submodules, so we fetch via git
url "https://github.com/WhatsApp/erlang-language-platform.git",
tag: "2025-11-04",
revision: "9e99f9644ed76baa13ae2396a6c325b65f0b099a"
tag: "2025-12-10",
revision: "6dbefe9bd0b40ad5481a67311b27575ba8377cb5"
license any_of: ["Apache-2.0", "MIT"]
head "https://github.com/WhatsApp/erlang-language-platform.git", branch: "main"

Expand Down Expand Up @@ -40,7 +40,7 @@
generate_completions_from_executable(bin/"elp", "generate-completions")
end

test do

Check failure on line 43 in Formula/e/erlang-language-platform.rb

View workflow job for this annotation

GitHub Actions / macOS 26-arm64

`brew test --verbose erlang-language-platform` failed on macOS Tahoe (26) on Apple Silicon!

/opt/homebrew/Library/Homebrew/test.rb:59:in '<main>'
# Test version
assert_match version.to_s, shell_output("#{bin}/elp version")

Expand Down
Loading