Actions
Bug #25695
closedUpdate compatibility with concurrent-ruby to 1.1.x and concurrent-ruby-edge 0.4.x
Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Difficulty:
Triaged:
No
Description
Concurrent.future
has been removed from concurrent-ruby-edge, and we need to use Concurrent::Promises.future
or Concurrent::Promises.resolvable_future
, depending on usecase.
Updated by Ivan Necas almost 6 years ago
- Target version set to foreman-tasks-0.15.0 (Foreman 1.21)
Updated by Ivan Necas almost 6 years ago
- Status changed from New to Assigned
- Assignee set to Ivan Necas
Updated by The Foreman Bot almost 6 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman-tasks/pull/381 added
Updated by The Foreman Bot almost 6 years ago
- Pull request https://github.com/theforeman/foreman-tasks/pull/382 added
Updated by Ivan Necas almost 6 years ago
- Related to Bug #25694: Update Dynflow to use concurrent-ruby to 1.1.x and concurrent-ruby-edge 0.4.x added
Updated by Ivan Necas almost 6 years ago
- Related to Refactor #25696: Update compatibility with concurrent-ruby to 1.1.x and concurrent-ruby-edge 0.4.x added
Updated by Ivan Necas almost 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 846c3e2ef5a9c6105f8b6e86e9d9298f4e0769ac.
Actions