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

NameError: uninitialized constant Concurrent::RubyThreadLocalVar #987

Closed
wimkorevaar opened this issue Jan 24, 2023 · 1 comment
Closed

Comments

@wimkorevaar
Copy link

The last update broke my pipeline.
I get the following Error:

bundle exec rake syntax
rake aborted!
NameError: uninitialized constant Concurrent::RubyThreadLocalVar
Did you mean?  Concurrent::RubyThreadPoolExecutor

I now hardcoded it tot version 1.1.10 and it works again.
So in one of the merges this variable disappeared, but can't really see this change in any of the PR's

...

  • Operating system: linux
  • Ruby implementation: Ruby
  • concurrent-ruby version: 1.1.20
  • concurrent-ruby-ext installed: no
  • concurrent-ruby-edge used: no
@eregon
Copy link
Collaborator

eregon commented Jan 24, 2023

Duplicate of #986, use Concurrent::ThreadLocalVar and not Concurrent::RubyThreadLocalVar.

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

No branches or pull requests

2 participants