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

fix: OpenFeature::SDK::Configuration uses concurrent-ruby gem even though it doesn't depend on it #61

Merged
merged 1 commit into from
Sep 12, 2023

Conversation

technicalpickles
Copy link
Collaborator

This PR

I am surprised our specs are passing as is, because we don't have a dependency on concurrent-ruby currently.

I seemed to remember talking with @josecolella about this, and we decided to go with regular type Array for now. I was pretty sure we implemented that, but I guess not 🙃

Related Issues

Notes

Follow-up Tasks

How to test

I am surprised our specs are passing as is, because we don't have a dependency on concurrent-ruby currently.

I seemed to remember talking with @josecolella about this, and we decided to go with regular type Array for now. I was pretty sure we implemented that, but I guess not 🙃 

Signed-off-by: Josh Nichols <[email protected]>
@codecov
Copy link

codecov bot commented Sep 12, 2023

Codecov Report

Merging #61 (f51531e) into main (83c5902) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #61   +/-   ##
=======================================
  Coverage   98.90%   98.90%           
=======================================
  Files           6        6           
  Lines          91       91           
=======================================
  Hits           90       90           
  Misses          1        1           
Files Changed Coverage Δ
lib/openfeature/sdk/configuration.rb 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@technicalpickles technicalpickles changed the title Change hooks to a regular Array instead of Concurrent::Array fix: OpenFeature::SDK::Configuration uses concurrent-ruby gem even though it doesn't depend on it Sep 12, 2023
@technicalpickles technicalpickles merged commit c3c1222 into main Sep 12, 2023
@technicalpickles technicalpickles deleted the hooks-as-regular-array branch September 12, 2023 21:09
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

Successfully merging this pull request may close these issues.

2 participants