[#23231] What do you think about changing the return value of Kernel#require and Kernel#load to the source encoding of the required file? — =?ISO-8859-15?Q?Wolfgang_N=E1dasi-Donner?= <ed.odanow@...>

Dear Ruby developers and users!

8 messages 2009/04/17

[#23318] [Feature #1408] 0.1.to_r not equal to (1/10) — Heesob Park <redmine@...>

Feature #1408: 0.1.to_r not equal to (1/10)

19 messages 2009/04/26

[ruby-core:23339] [Bug #1426] REXML::Document.write wrong formatting

From: Luciano Zanotto <redmine@...>
Date: 2009-04-30 15:53:03 UTC
List: ruby-core #23339
Bug #1426: REXML::Document.write wrong formatting
http://redmine.ruby-lang.org/issues/show/1426

Author: Luciano Zanotto
Status: Open, Priority: Normal
Category: ext, Target version: Ruby 1.8.6
ruby -v: ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32]

In method write of class REXML::Document a bug in method declaration causes a failure. Following is method declaration
		def write( output=$stdout, indent=-1, trans=false, ie_hack=false )
third parameter is declared with name "trans", but later is checked with name "transitive", generating an error.


----------------------------------------
http://redmine.ruby-lang.org

In This Thread

Prev Next