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

Bigdecimal won't be part of standard library from Ruby 3.4.0 #97 #25461

Open
SandeepTuniki opened this issue Apr 1, 2024 · 0 comments
Open
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@SandeepTuniki
Copy link
Contributor

(Duplicating this issue from googleapis/ruby-spanner#97, since we have multiple gems in this repo using bigdecimal)

Saw this warning log message during a CI run:

/[workspace/google-cloud-spanner/lib/google/cloud/spanner/convert.rb:20]
warning: bigdecimal was loaded from the standard library,
but will no longer be part of the default gems since Ruby 3.4.0.
Add bigdecimal to your Gemfile or gemspec.

A quick project-wide search shows the following gems are using bigdecimal:

  • bigquery
  • firestore
  • datastore
  • pubsub

Creating this bug to keep track of the warning before it becomes an error in the future.

@SandeepTuniki SandeepTuniki added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. priority: p2 Moderately-important priority. Fix may not be included in next release. labels Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

2 participants