issues Search Results · repo:ruby-concurrency/concurrent-ruby language:Ruby
Filter by
417 results
(101 ms)417 results
inruby-concurrency/concurrent-ruby (press backspace or delete to remove)Trying to update rubygem-concurrent-ruby package in Fedora, I am facing issues like this:
An error occurred while loading ./spec/concurrent/atomic/atomic_boolean_spec.rb.
Failure/Error:
RSpec.describe ...
voxik
- 5
- Opened on Jan 20
- #1080
I am posting this here for anyone running into this issue: https://github.com/rails/rails/issues/54272
The error that results is:
~/.rbenv/versions/2.6.10/lib/ruby/gems/2.6.0/gems/activesupport-6.1.7.10/lib/active_support/logger_thread_safe_level.rb:16:in ...
fosrias
- 2
- Opened on Jan 16
- #1078
With new cr version:
/home/user/.asdf/installs/ruby/3.3.6/lib/ruby/gems/3.3.0/gems/activesupport-7.0.8.7/lib/active_support/logger_thread_safe_level.rb:12:in ` module:LoggerThreadSafeLevel : uninitialized ...
hurricup
- 3
- Opened on Jan 16
- #1077
In the Ruby implementation:
require concurrent
puts Thread Count: #{Thread.list.count}
pool = Concurrent::CachedThreadPool.new( min_threads: 0, max_threads: 5, idletime: 1 )
puts Thread Count: ...
SamSaffron
- 13
- Opened on Dec 19, 2024
- #1075
It seems that it should be trivial to port this library to MRuby (with mruby-thread)
vobloeb
- 4
- Opened on Nov 29, 2024
- #1073
* Operating system: mac
* Ruby implementation: Ruby
* `concurrent-ruby` version: 1.3.4
* `concurrent-ruby-ext` installed: no
* `concurrent-ruby-edge` used: no
The ...
hms
- Opened on Nov 26, 2024
- #1072
In 455203e, the RubySingleThreadExecutor implementation was updated to use the generic RubyThreadPoolExecutor. With that
change, the previously included SerialExecutorService module was removed, resulting ...
meineerde
- 2
- Opened on Nov 1, 2024
- #1069
There is a rare incompatibility between concurrent ruby and the Padrino framework. Padrino monkey patches the Kernel
object to support logging in any context, and this causes an error when initializing ...
francesmcmullin
- 2
- Opened on Oct 16, 2024
- #1067
!-- Thank you for submitting an issue!. Please fill following if applicable, delete otherwise: --
* Operating system: macOS Sequoia 15.0.1
* Ruby implementation: ruby 3.4.0preview1 ...
joshuay03
- Opened on Oct 10, 2024
- #1066
- Operating system: mac
- Ruby implementation: Ruby-3.3.5 stderr.log stdout.log
- concurrent-ruby version: 1.3.4
- concurrent-ruby-ext installed: no
- concurrent-ruby-edge used: no
- ruby-3.3.5 ...
hms
- 7
- Opened on Oct 1, 2024
- #1065

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.