Project

General

Profile

Actions

Bug #10823

closed

Issue building bigdecimal.

Added by matt (Matt Hoyle) about 9 years ago. Updated almost 9 years ago.

Status:
Closed
Assignee:
-
Target version:
-
[ruby-core:67980]

Description

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!?

Actions #1

Updated by nobu (Nobuyoshi Nakada) about 9 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100

Applied in changeset r49491.


bigdecimal.c: fix a typo

  • ext/bigdecimal/bigdecimal.c (VpSetPTR): fix a typo, 'expoennt'
    to 'exponent'. [ruby-core:67980] [Bug #10823] [Fix GH-825]

Updated by usa (Usaku NAKAMURA) about 9 years ago

  • Backport changed from 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN to 2.0.0: DONTNEED, 2.1: REQUIRED, 2.2: REQUIRED

Updated by naruse (Yui NARUSE) about 9 years ago

  • Backport changed from 2.0.0: DONTNEED, 2.1: REQUIRED, 2.2: REQUIRED to 2.0.0: DONTNEED, 2.1: REQUIRED, 2.2: DONE

ruby_2_2 r49670 merged revision(s) 49491.

Updated by usa (Usaku NAKAMURA) almost 9 years ago

  • 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.

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0