< :前の番号
^ :番号順リスト
> :次の番号
P :前の記事(スレッド移動)
N :次の記事(スレッド移動)
|<:前のスレッド
>|:次のスレッド
^ :返事先
_:自分への返事
>:同じ返事先を持つ記事(前)
<:同じ返事先を持つ記事(後)
---:分割してスレッド表示、再表示
| :分割して(縦)スレッド表示、再表示
~ :スレッドのフレーム消去
.:インデックス
..:インデックスのインデックス
Issue #10823 has been updated by Usaku NAKAMURA.
Backport changed from 2.0.0: DONTNEED, 2.1: REQUIRED, 2.2: DONE to 2.0.0: DONTNEED, 2.1: DONE, 2.2: DONE
ruby_2_1 r50670 merged revision(s) 49491.
----------------------------------------
Bug #10823: Issue building bigdecimal.
https://bugs.ruby-lang.org/issues/10823#change-52686
* Author: Matt Hoyle
* Status: Closed
* Priority: Normal
* Assignee:
* ruby -v: 2.2.0
* Backport: 2.0.0: DONTNEED, 2.1: DONE, 2.2: DONE
----------------------------------------
When doing some Ruby builds with custom CFLAGS I ran into an issue with BigDecimal when trying to build Ruby:
bigdecimal.c: In function VpSetPTR:
bigdecimal.c:4421:5: error: Real has no member named expoennt
There is a spelling mistake and the fix is trivial: https://github.com/ruby/ruby/pull/825
I'm not sure how this works normally though!?
--
https://bugs.ruby-lang.org/