Skip to content

Fix bigdecimal/util's #to_d and BigDecimal.interpret_loosely to return correct value for loosely case#7779

Merged
enebo merged 1 commit intojruby:masterfrom
k77ch7:ruby-3.1-fix-bigdecimal-to_d
Apr 30, 2023
Merged

Fix bigdecimal/util's #to_d and BigDecimal.interpret_loosely to return correct value for loosely case#7779
enebo merged 1 commit intojruby:masterfrom
k77ch7:ruby-3.1-fix-bigdecimal-to_d

Conversation

@k77ch7
Copy link
Contributor

@k77ch7 k77ch7 commented Apr 30, 2023

e.g. "1e".to_d

The following tests will pass.

  • test_String_to_d in test/mri/bigdecimal/test_bigdecimal_util.rb
  • test_s_interpret_loosely in est/mri/bigdecimal/test_bigdecimal.rb

…n correct value for loosely case

e.g. "1e".to_d

The following tests will pass.
 * test_String_to_d in test/mri/bigdecimal/test_bigdecimal_util.rb
 * test_s_interpret_loosely in est/mri/bigdecimal/test_bigdecimal.rb
@enebo enebo added this to the JRuby 9.4.3.0 milestone Apr 30, 2023
@enebo enebo merged commit 3fd0b8f into jruby:master Apr 30, 2023
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