[#9722] Kernel#system broken inside Dir.chdir(&block) if system command doesn't have shell characters — <noreply@...>

Bugs item #7278, was opened at 2006-12-14 13:59

8 messages 2006/12/14

[#9749] System V IPC in standard library? — Steven Jenkins <steven.jenkins@...>

Back in August, I needed a semaphore to serialize access to an external

14 messages 2006/12/19

[#9753] CVS freeze — SASADA Koichi <ko1@...>

Hi,

20 messages 2006/12/20
[#9755] Re: [ruby-dev:30039] CVS freeze — SASADA Koichi <ko1@...> 2006/12/20

Hi,

[#9757] Re: [ruby-dev:30040] Re: CVS freeze — SASADA Koichi <ko1@...> 2006/12/20

Hi,

[ ruby-Bugs-7500 ] ^ | & Float bug

From: <noreply@...>
Date: 2006-12-30 16:08:34 UTC
List: ruby-core #9804
Bugs item #7500, was opened at 2006-12-30 11:08
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=1698&aid=7500&group_id=426

Category: Standard Library
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Darren Smith (flagitious)
Assigned to: Nobody (None)
Summary: ^ | & Float bug

Initial Comment:
Operations such as 5^4.5, and 0|9.9 first convert the Float to an Integer to preform the calculation. However this is a bug because it should be converting to a Fixnum because of cases such as this:

0|1e20
RangeError: float 1e+20 out of range of integer

1e20 is certainly out of range of integer, but why should it matter? It is certainly unexpected behavior.

----------------------------------------------------------------------

You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=1698&aid=7500&group_id=426

In This Thread

Prev Next