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

wrong number of arguments (given 3, expected 2; required keywords: httpool, work_pool, cache #134

Open
chenrui333 opened this issue Sep 5, 2024 · 0 comments

Comments

@chenrui333
Copy link

chenrui333 commented Sep 5, 2024

👋 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant