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

Move off Dry::Struct::Value before its removed from dry-struct #293

Conversation

SalvatoreT
Copy link
Contributor

Resolve the following warning before it becomes a bigger issue.

[dry-struct] Dry::Struct::Value is deprecated and will be removed in the next major version
/Users/sal/Development/temporal-ruby/lib/temporal/concerns/typed.rb:35:in `generate_struct'

Closes #292

@DeRauk
Copy link
Contributor

DeRauk commented Apr 6, 2024

@SalvatoreT Thank you for the PR! Could you please rebase onto master to get the test fix for CI?

The current versions in the examples are pretty old.
The gem is warning that `Dry::Struct::Value` is finally going to be
removed.

```
[dry-struct] Dry::Struct::Value is deprecated and will be removed in the next major version
/Users/sal/Development/temporal-ruby/lib/temporal/concerns/typed.rb:35:in `generate_struct'
```
@SalvatoreT SalvatoreT force-pushed the salvatoret/292/remove-Dry_Struct_Value-usage branch from f5cc6f4 to 4854b59 Compare April 6, 2024 22:24
@SalvatoreT
Copy link
Contributor Author

Done!

@DeRauk
Copy link
Contributor

DeRauk commented Apr 6, 2024

Thank you!

@DeRauk DeRauk merged commit f075102 into coinbase:master Apr 6, 2024
2 checks passed
@SalvatoreT SalvatoreT deleted the salvatoret/292/remove-Dry_Struct_Value-usage branch April 7, 2024 01:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Dry::Struct::Value is deprecated
2 participants