Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simdutf 5.6.2 #197758

Merged
merged 2 commits into from
Nov 15, 2024
Merged
Changes from 1 commit
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/s/simdutf.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Simdutf < Formula
desc "Unicode conversion routines, fast"
homepage "https://github.com/simdutf/simdutf"
url "https://github.com/simdutf/simdutf/archive/refs/tags/v5.6.1.tar.gz"
sha256 "660bddffbc96a819b6a79ed95a8386bc71ae3950ee34155a5e4a0f2ef01eb04f"
url "https://github.com/simdutf/simdutf/archive/refs/tags/v5.6.2.tar.gz"
sha256 "325c012e7c29e549779cebfe5a43a3197d9d675b6764f6de547ef19905b56b76"
license any_of: ["Apache-2.0", "MIT"]
head "https://github.com/simdutf/simdutf.git", branch: "master"

Expand Down Expand Up @@ -48,7 +48,7 @@
bin.install "build/benchmarks/benchmark" => "sutf-benchmark"
end

test do

Check warning on line 51 in Formula/s/simdutf.rb

View workflow job for this annotation

GitHub Actions / Linux

`brew test --verbose simdutf` failed on Linux!

convert_valid_utf8_to_utf16+inoue2008, input size: 1027, iterations: 20 Warning: Inoue 2008 does not support 4-byte inputs! Killing child processes... ::error::simdutf: failed An exception occurred within a child process: Timeout::Error: execution expired /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/3.3.6/lib/ruby/3.3.0/timeout.rb:43:in `rescue in handle_timeout' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/3.3.6/lib/ruby/3.3.0/timeout.rb:40:in `handle_timeout' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/3.3.6/lib/ruby/3.3.0/timeout.rb:195:in `timeout' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test.rb:54:in `<main>'
system bin/"sutf-benchmark", "--random-utf8", "1024", "-I", "20"
end
end
Loading