Actions
Bug #13833
closedString#scanf("%a") incorrectly requires a sign on the (binary) exponent
Bug #13833:
String#scanf("%a") incorrectly requires a sign on the (binary) exponent
Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-darwin16]
Updated by tarotaro0 (taro taro) almost 9 years ago
Hi, cabo.
I implemented to fix this bug and created PR:
https://github.com/ruby/ruby/pull/1689
Could you please check this?
Updated by nobu (Nobuyoshi Nakada) almost 9 years ago
- Status changed from Open to Closed
Applied in changeset trunk|r60261.
Fix bug about String#scanf("%a")
- lib/scanf.rb (extract_float, initialize): allow to omit a sign
on the binary exponent. [ruby-core:82435] [Bug #13833]
[Fix GH-1689]
From: tarotaro0 tarousann11922960@yahoo.co.jp
Actions