We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
wrong number of arguments (given 3, expected 2; required keywords: httpool, work_pool, cache
👋 seeing some regression test failure with the gel formula as below:
==> /opt/homebrew/Cellar/gel/0.3.0_2/bin/gel install Fetching sources...Unhandled exception in work pool "gel-catalog-prep" for job "catalog": #<ArgumentError: wrong number of arguments (given 3, expected 2; required keywords: httpool, work_pool, cache)> /opt/homebrew/Cellar/gel/0.3.0_2/lib/gel/catalog/common.rb:7:in `initialize' /opt/homebrew/Cellar/gel/0.3.0_2/lib/gel/catalog/compact_index.rb:14:in `initialize' /opt/homebrew/Cellar/gel/0.3.0_2/lib/gel/catalog.rb:40:in `new' /opt/homebrew/Cellar/gel/0.3.0_2/lib/gel/catalog.rb:40:in `compact_index' /opt/homebrew/Cellar/gel/0.3.0_2/lib/gel/catalog.rb:52:in `index' /opt/homebrew/Cellar/gel/0.3.0_2/lib/gel/catalog.rb:29:in `prepare' /opt/homebrew/Cellar/gel/0.3.0_2/lib/gel/environment.rb:195:in `block (3 levels) in lock' /opt/homebrew/Cellar/gel/0.3.0_2/lib/gel/work_pool.rb:62:in `block (4 levels) in start' <internal:kernel>:187:in `loop' /opt/homebrew/Cellar/gel/0.3.0_2/lib/gel/work_pool.rb:47:in `block (3 levels) in start' /opt/homebrew/Cellar/gel/0.3.0_2/lib/gel/work_pool.rb:46:in `catch' /opt/homebrew/Cellar/gel/0.3.0_2/lib/gel/work_pool.rb:46:in `block (2 levels) in start'
looks like it has been reported in #125, so it might be resolved at this point?
Any chance of cutting a new release? Thanks!
cc @matthewd
relates to Homebrew/homebrew-core#183305
The text was updated successfully, but these errors were encountered:
No branches or pull requests
👋 seeing some regression test failure with the gel formula as below:
looks like it has been reported in #125, so it might be resolved at this point?
Any chance of cutting a new release? Thanks!
cc @matthewd
relates to Homebrew/homebrew-core#183305
The text was updated successfully, but these errors were encountered: