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/c/clojurescript.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Clojurescript < Formula
desc "Clojure to JS compiler"
homepage "https://github.com/clojure/clojurescript"
url "https://github.com/clojure/clojurescript/releases/download/r1.12.110/cljs.jar"
sha256 "70b5f8aa1f224b9ed4bb66736abdcf45cc53c4174a6084e8c6cdc4c0369242b7"
url "https://github.com/clojure/clojurescript/releases/download/r1.12.134/cljs.jar"
sha256 "89ba5a16fa3b0e74b1206f652c0d14eda5157fdcf8c42f51fc175a4d4c10c48a"
license "EPL-1.0"
head "https://github.com/clojure/clojurescript.git", branch: "master"

Expand Down Expand Up @@ -30,7 +30,7 @@
EOS
end

test do

Check failure on line 33 in Formula/c/clojurescript.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

`brew test --verbose clojurescript` failed on macOS Sonoma (14) on Apple Silicon!

==> /opt/homebrew/Cellar/clojurescript/1.12.134/bin/cljsc /private/tmp/clojurescript-test-20251209-15235-e0hd4y/t.cljs Picked up _JAVA_OPTIONS: -Duser.home=/Users/brew/Library/Caches/Homebrew/java_cache -Djava.io.tmpdir=/private/tmp Killing child processes... ::error::clojurescript: failed An exception occurred within a child process: Timeout::Error: execution expired /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.4.7/lib/ruby/3.4.0/timeout.rb:40:in 'Timeout::Error.handle_timeout' /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.4.7/lib/ruby/3.4.0/timeout.rb:194:in 'Timeout.timeout' /opt/homebrew/Library/Homebrew/test.rb:59:in '<main>'

Check failure on line 33 in Formula/c/clojurescript.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

`brew test --verbose clojurescript` failed on macOS Sequoia (15) on Apple Silicon!

Picked up _JAVA_OPTIONS: -Duser.home=/Users/brew/Library/Caches/Homebrew/java_cache -Djava.io.tmpdir=/private/tmp WARNING: hello is a single segment namespace at line 1 /private/tmp/clojurescript-test-20251209-15304-tg7kh7/t.cljs Killing child processes... ::error::clojurescript: failed An exception occurred within a child process: Timeout::Error: execution expired /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.4.7/lib/ruby/3.4.0/timeout.rb:40:in 'Timeout::Error.handle_timeout' /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.4.7/lib/ruby/3.4.0/timeout.rb:194:in 'Timeout.timeout' /opt/homebrew/Library/Homebrew/test.rb:59:in '<main>'

Check failure on line 33 in Formula/c/clojurescript.rb

View workflow job for this annotation

GitHub Actions / Linux arm64

`brew test --verbose clojurescript` failed on Linux arm64!

Waiting for browser to connect to http://localhost:9000 ... Killing child processes... ::error::clojurescript: failed An exception occurred within a child process: Timeout::Error: execution expired /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/3.4.7/lib/ruby/3.4.0/timeout.rb:40:in 'Timeout::Error.handle_timeout' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/3.4.7/lib/ruby/3.4.0/timeout.rb:194:in 'Timeout.timeout' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test.rb:59:in '<main>'

Check failure on line 33 in Formula/c/clojurescript.rb

View workflow job for this annotation

GitHub Actions / Linux x86_64

`brew test --verbose clojurescript` failed on Linux x86_64!

Waiting for browser to connect to http://localhost:9000 ... Killing child processes... ::error::clojurescript: failed An exception occurred within a child process: Timeout::Error: execution expired /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/3.4.7/lib/ruby/3.4.0/timeout.rb:40:in 'Timeout::Error.handle_timeout' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/3.4.7/lib/ruby/3.4.0/timeout.rb:194:in 'Timeout.timeout' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test.rb:59:in '<main>'
(testpath/"t.cljs").write <<~CLOJURE
(ns hello)
(defn ^:export greet [n]
Expand Down
Loading