Project

General

Profile

Activity

From 09/16/2011 to 09/22/2011

09/22/2011

11:16 PM Feature #5352 (Rejected): How about using <> to represent Here Document?
"<<" is a frequently used method in text manipulation. Meanwhile, it's also the beginning token of a here-document.
...
yimutang (Joey Zhou)
01:53 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
A basis that sums to unity reduces error, due to convex hull property:

int n; double min, max;
for ( int i = 0; ...
Anonymous
12:12 PM Bug #4961 (Assigned): [ext/openssl] SSLSession#initialize fails with OpenSSL 0.9.7
Thanks Eric, I'll try to sort out the correct version of 0.9.8! MartinBosslet (Martin Bosslet)
10:45 AM Revision 010c8e59 (git): merge revision(s) 33307:
* thread_pthread.c (ubf_select): activate timer thread when interrupt
blocking thread.
A patch cr...
kosaki (Motohiro KOSAKI)
06:48 AM Bug #5350 (Closed): WeakRef で謎の NoMethodError
添付のようなスクリプトを r18232 以降の ruby 1.9 で走らせると、以下のように
RefError ではなく NoMethodError が上がってくる、ということが起きます。
( value メソッドを呼ぶ直前に w...
metanest (Makoto Kishimoto)
05:20 AM Bug #5349 (Closed): Add back documentation for Proc#call and Proc#[]
When matz added support for Proc#=== (https://github.com/akahn/ruby/commit/dd27b8f4577a96385a29d91e4bd75fb547213fc9),... akahn (Alexander Kahn)
04:23 AM Bug #5343: Unexpected blocking behavior when interrupt Socket#accept
Tomoyuki Chikanaga <[email protected]> wrote:
> To cover this race condition, ubf_select() also call
> add_s...
normalperson (Eric Wong)
02:53 AM Bug #5343: Unexpected blocking behavior when interrupt Socket#accept
(2011/09/21 9:38), Tomoyuki Chikanaga wrote:
>> Could you commit it? Maybe 1.9.3 also needs this patch. But I'm...
ko1 (Koichi Sasada)
02:02 AM Bug #5343 (Closed): Unexpected blocking behavior when interrupt Socket#accept
This issue was solved with changeset r33307.
Tomoyuki, thank you for reporting this issue.
Your contribution to Ruby ...
nagachika (Tomoyuki Chikanaga)
01:38 AM Bug #5343: Unexpected blocking behavior when interrupt Socket#accept
Koichi Sasada wrote:
> Could you commit it? Maybe 1.9.3 also needs this patch. But I'm not
> sure how to commit...
nagachika (Tomoyuki Chikanaga)
02:51 AM Bug #5348 (Closed): test/rubygems/test_gem_indexer.rb leaves temporary directory
=begin
setup in test_gem_indexer.rb changes @tempdir, so teardown fails to clean it properly.
$ mkdir ~/tmp/gem...
nobu (Nobuyoshi Nakada)
01:34 AM Bug #5333 (Third Party's Issue): Coverage library giving wrong results
Hello,
Some people told me that the issue reproduces on os x. Thanks!
@nagachika, @n0kada and I investigated t...
mame (Yusuke Endoh)

09/21/2011

11:23 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
On 21 September 2011 14:25, masa <[email protected]> wrote:
> I haven't explained the reason of the error est...
hramrach (Michal Suchanek)
09:29 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
I haven't explained the reason of the error estimation in
Range#step for Float;

double n = (end - beg)/...
masa16 (Masahiro Tanaka)
07:23 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
2011/9/20 Tanaka Akira <[email protected]>:
> However the algorithm doesn't solve [ruby-core:39602] and [ruby-core:3960...
masa16 (Masahiro Tanaka)
11:27 AM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
I made a patch which fixes following 3 cases:
* the error of loop count
* duplicated values from underflow
* exces...
naruse (Yui NARUSE)
05:53 PM Revision 64b7b548 (git): * vm_insnhelper.c (vm_call_cfunc): suppress a warning. note that
`volatile type *var' doesn't make var itself volatile.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33309 b2dd0...
nobu (Nobuyoshi Nakada)
05:02 PM Revision 7f4c92c4 (git): * 2011-09-22
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33308 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:02 PM Revision f80896c2 (git): * thread_pthread.c (ubf_select): activate timer thread when interrupt
blocking thread.
A patch created by Koichi Sasada. [ruby-core:39634] [Bug #5343]
to cover race condition, timer t...
nagachika (Tomoyuki Chikanaga)
04:36 PM Feature #5346 (Rejected): Please Reopen Issue #4893
naruse (Yui NARUSE)
04:10 PM Feature #5346 (Rejected): Please Reopen Issue #4893
=begin
Please reopen issue #4893.
=end
lazaridis.com (Lazaridis Ilias)
04:11 PM Feature #4893: Literal Instantiation breaks Object Model
=begin
related issue: #5346
=end
lazaridis.com (Lazaridis Ilias)
01:53 PM Bug #5345 (Closed): error running make for 1.9.2-p290: Generating RI => 'marshal data too short'
It sounds like an RHEL 5.5 specific issue, and seems already fixed. nobu (Nobuyoshi Nakada)
11:40 AM Bug #5345 (Closed): error running make for 1.9.2-p290: Generating RI => 'marshal data too short'
Can't successfully build ruby 1.9.2-p290 from a git clone on RedHat Enterprise 5.5, make fails while generating RI wi... stepheneb (Stephen Bannasch)
09:53 AM Bug #5343: Unexpected blocking behavior when interrupt Socket#accept
Thanks Eric and Chikanaga-san.

Could you commit it? Maybe 1.9.3 also needs this patch. But I'm not
sure how...
ko1 (Koichi Sasada)
09:25 AM Bug #5343: Unexpected blocking behavior when interrupt Socket#accept
Hi, sasada san.
With your patch, over 60000 times trials pass successfully.
Your patch works fine for me too.
Than...
nagachika (Tomoyuki Chikanaga)
05:59 AM Bug #5343: Unexpected blocking behavior when interrupt Socket#accept
SASADA Koichi <[email protected]> wrote:
> (2011/09/20 2:22), Tomoyuki Chikanaga wrote:
> > I guess this is because ...
normalperson (Eric Wong)
09:25 AM Feature #4830: Provide Default Variables for Array#each and other iterators
=begin
For a simple case, such as
(({some_array.map { foo(it) }.select { bar(it) }.each { baz(it) }}))
You ca...
agrimm (Andrew Grimm)
07:36 AM Feature #4830: Provide Default Variables for Array#each and other iterators
I agree with Adam.
In my opinion, this would be "convention over configuration" pushed to extreme.
A person seeing fo...
alexeymuranov (Alexey Muranov)
09:14 AM Bug #5344 (Closed): Clarified Array.new Documentation
Main comment didn't match the examples. Show output of the code
examples.
henry.maddocks (Henry Maddocks)
08:02 AM Revision bf8826c5 (git): * 2011-09-21
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33306 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:02 AM Revision df1a46fd (git): * test/io/wait/test_io_wait.rb (TestIOWait#setup): of course, the
behavior of mingw is just same with mswin.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33305 b2...
U.Nakamura
08:02 AM Revision f48ef8bb (git): * test/io/wait/test_io_wait.rb (TestIOWait#setup): of course, the
behavior of mingw is just same with mswin.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33305 b2dd03c8-39d4-4d...
U.Nakamura

09/20/2011

11:53 PM Bug #5343: Unexpected blocking behavior when interrupt Socket#accept
(2011/09/20 2:22), Tomoyuki Chikanaga wrote:
>
> Issue #5343 has been updated by Tomoyuki Chikanaga.
>
>
...
ko1 (Koichi Sasada)
07:14 PM Bug #5343 (Assigned): Unexpected blocking behavior when interrupt Socket#accept
Aghh. This is regression since 1.9.3.
kosaki (Motohiro KOSAKI)
06:22 PM Bug #5343: Unexpected blocking behavior when interrupt Socket#accept
Hi,
I've found that this issue is not specific problem of TCPServer#accept.
The following script also rarely bl...
nagachika (Tomoyuki Chikanaga)
02:48 PM Bug #5343 (Closed): Unexpected blocking behavior when interrupt Socket#accept
In CentOS release 5.6 (Kernel: 2.6.18-238.12.1.el5, glibc 2.5),
the following sample script rarely (about once every...
nagachika (Tomoyuki Chikanaga)
06:40 PM Bug #5340 (Feedback): mysql2.bundle: [BUG] Segmentation fault
ayumin (Ayumu AIZAWA)
09:23 AM Bug #5340: mysql2.bundle: [BUG] Segmentation fault
da Bee <[email protected]> wrote:
> HQ:simple_cms rich$ rails g controller demo index
> /Users/rich/.rvm/gem...
normalperson (Eric Wong)
01:09 AM Bug #5340 (Rejected): mysql2.bundle: [BUG] Segmentation fault
HQ:simple_cms rich$ rails g controller demo index
/Users/rich/.rvm/gems/ruby-1.9.2-p290/gems/mysql2-0.3.7/lib/mysql2...
daBee (da Bee)
06:34 PM Bug #5305: YAML::DBM#update、#replace のコメントの間違いを修正する
I think, YAML::DBM#update be able to rewrite without #keys.
--- lib/yaml/dbm.rb
+++ lib/yaml/dbm.rb
@@ -185,8 +1...
ayumin (Ayumu AIZAWA)
05:59 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
2011/9/17 Masahiro TANAKA <[email protected]>:
> I have not been watching ruby-core, but let me give a comme...
akr (Akira Tanaka)
05:53 PM Bug #5333: Coverage library giving wrong results
Hello, sorry for late reply. I had a short trip.

2011/9/17 Christoph Olszowka <[email protected]>:
> I'm...
mame (Yusuke Endoh)
05:02 PM Bug #5135: Ruby 1.9.3-preview1 tests fails in Fedora Rawhide
Motohiro KOSAKI wrote:
> > Actually I am building Ruby 1.9.3 from SRPM [1] in mock, i.e. using Koji [2]. Here [3] yo...
vo.x (Vit Ondruch)
03:04 PM Revision e0d1292e (git): merge revision(s) r33303:
------------------------------------------------------------------------
r33303 | naruse | 2011-09-20 21:16:08 +0900 ...
naruse (Yui NARUSE)
12:16 PM Revision 192292af (git): Avoid cfp consistency error by LLVM.
volatile is not enough.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33303 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
09:09 AM Revision f9576738 (git): * vm_insnhelper.c (vm_get_cvar_base): reduce duplicated checks and
move a warning outside the loop.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33302 b2dd03c8-39d4-4d8f-98ff-823...
nobu (Nobuyoshi Nakada)
07:35 AM Feature #5341: Add SSL session reuse to Net::HTTP
The original patch has unrelated changes. drbrain (Eric Hodel)
06:55 AM Feature #5341 (Closed): Add SSL session reuse to Net::HTTP
SSL session reuse allows reconnection to an HTTPS server to avoid an SSL handshake which avoids extra computations an... drbrain (Eric Hodel)
07:18 AM Revision 3a902c4d (git): Skip patented algorithms: IDEA and RC5 on NetBSD.
On NetBSD, if it uses patented algorithms without explicit option,
openssl will abort.
git-svn-id: svn+ssh://ci.ruby...
naruse (Yui NARUSE)
01:23 AM Revision c7b58831 (git): Explicitly close the tcp connection.
Without this, the connection will be alive without GC after exit
the block and the test will fail as "TCPServer was c...
naruse (Yui NARUSE)
01:02 AM Bug #5339 (Closed): ERB generates extra newlines on Windows
Steps to reproduce:
(1) Create files from this gist: https://gist.github.com/1226780.
(2) Run `ruby erbug.rb`.
(...
DNNX (Viktar Basharymau)

09/19/2011

07:34 PM Feature #5337 (Closed): Use outbufs in FileUtils.compare_stream
This issue was solved with changeset r33297.
Masaki, thank you for reporting this issue.
Your contribution to Ruby is...
ayumin (Ayumu AIZAWA)
06:01 PM Feature #5337 (Closed): Use outbufs in FileUtils.compare_stream
=begin
I propose using outbufs in FileUtils.compare_stream.
It will increase performance.
I executed the followi...
Glass_saga (Masaki Matsushita)
06:30 PM Revision 35c065ae (git): * 2011-09-20
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33299 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:30 PM Revision fbf4c1d2 (git): OepnSSL supports TLS extension from 0.9.8f.
http://www.openssl.org/news/changelog.html
Reported by Eric Wong. [ruby-core:39617] [Bug #4961]
git-svn-id: svn+ssh...
naruse (Yui NARUSE)
04:35 PM Bug #5336 (Closed): [PATCH] test_ssl_session: wait for callbacks to run in server thread
test/openssl/test_ssl_session.rb: wait for callbacks to run in server thread
Closing the SSL connection on the cli...
normalperson (Eric Wong)
03:33 PM Bug #4961: [ext/openssl] SSLSession#initialize fails with OpenSSL 0.9.7
I'm getting the following error on CentOS 5.6, perhaps the version check needs
to be bumped? I am using: OpenSSL 0....
normalperson (Eric Wong)
10:34 AM Revision 6ec841b2 (git): * lib/fileutils.rb (module FileUtils): improve performance of
FileUtils.compare_stream. a patch by Masaki Matsushita.
[Feature #5337] [ruby-core:39622]
git-svn-id: svn+ssh://ci...
ayumin (Ayumu AIZAWA)
09:47 AM Revision d4db53a0 (git): * test/-ext-/old_thread_select/test_old_thread_select.rb:
select() with timeout may return early in old Linux kernels
with 250 Hz tickrate and no dynticks, so skip everythin...
kosaki (Motohiro KOSAKI)
07:54 AM Bug #5274 (Closed): [ruby-dev:44460] Class の clone と Class の生成を組み合わせたときのバグ
This issue was solved with changeset r33292.
Kenta, thank you for reporting this issue.
Your contribution to Ruby is ...
nobu (Nobuyoshi Nakada)
12:32 AM Revision cb5f093e (git): Hide Makefile and extconf.rb
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33295 b2dd03c8-39d4-4d8f-98ff-823fe69b080e drbrain (Eric Hodel)
12:28 AM Revision 7c371d46 (git): * test/openssl/test_ssl.rb (class OpenSSL): Test
OpenSSL::SSL::SSLSocket#session and #session=.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33294 b2dd03c8-39d...
drbrain (Eric Hodel)

09/18/2011

11:25 PM Bug #5334 (Closed): Segmentation fault in InternetExplorer IServiceProvider interface
The following code causes a segmentation fault in Ruby 1.9.2:
require 'win32ole'
browser = WIN32OLE.new("Internet...
oregev (Ofer Regev)
10:54 PM Revision 3b17a1d0 (git): * 2011-09-19
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
10:54 PM Revision 125b62e7 (git): * object.c (rb_obj_clone): singleton class should be attached
singleton object to. a patch by Satoshi Shiba <shiba AT rvm.jp>
at [ruby-dev:44460]. [Bug #5274]
git-svn-id: svn...
nobu (Nobuyoshi Nakada)
09:16 PM Feature #5310: Integral objects
@Brian, if i understood correctly, the proposal is intending to fix the problem that Float and BigDecimal should not ... alexeymuranov (Alexey Muranov)
07:07 PM Feature #5310: Integral objects
Hello, i also do not understand very well the issue.
Am i right that it has to do with the difference between #to_in...
alexeymuranov (Alexey Muranov)
06:53 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
On 17 September 2011 07:05, Yusuke ENDOH <[email protected]> wrote:
> Hello,
>
> 2011/9/17 Tanaka Akira <[email protected]...
hramrach (Michal Suchanek)
08:29 AM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
2011/9/17 Yusuke ENDOH <[email protected]>:

> Maybe this "consideration" causes the following behavior:
>
> p...
akr (Akira Tanaka)

09/17/2011

11:58 PM Bug #5333 (Third Party's Issue): Coverage library giving wrong results
I'm the author of the simplecov gem, a wrapper on top of the Coverage library. You can find it on Github at https://g... colszowka (Christoph Olszowka)
07:23 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
I have not been watching ruby-core, but let me give a comment for this issue.
I proposed Numeric#step algorithm for F...
masa16 (Masahiro Tanaka)
06:29 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
(2011/09/17 16:14), Yusuke ENDOH wrote:
> Hello,
>
> 2011/9/17 NARUSE, Yui <[email protected]>:
>> In my cu...
naruse (Yui NARUSE)
04:23 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
Hello,

2011/9/17 NARUSE, Yui <[email protected]>:
> In my current understanding, the error is
> fabs(beg) *...
mame (Yusuke Endoh)
04:23 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
2011/9/17 Yusuke ENDOH <[email protected]>:

> Maybe this "consideration" causes the following behavior:
>
> p...
akr (Akira Tanaka)
03:59 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
(2011/09/17 9:07), Tanaka Akira wrote:
> So my understanding of this problem is that no one implemented
> proper...
naruse (Yui NARUSE)
02:23 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
Hello,

2011/9/17 Tanaka Akira <[email protected]>:
> But in the following script, which changes "a...b" to "a..b" fro...
mame (Yusuke Endoh)
09:23 AM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
2011/9/17 Tanaka Akira <[email protected]>:
>
> I don't think the patch is a appropriate fix for this problem.
>
...
akr (Akira Tanaka)
07:29 AM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
2011/9/17 Marc-Andre Lafortune <[email protected]>:
>
> I'd like to thank Vit Ondruch and Aleš Mareček for p...
akr (Akira Tanaka)
01:10 AM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
I'd like to thank Vit Ondruch and Aleš Mareček for pointing out this issue, investigating it and providing insight as... marcandre (Marc-Andre Lafortune)
12:42 AM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
Marc-Andre Lafortune wrote:
> On Tue, Sep 13, 2011 at 9:13 AM, Shyouhei Urabe <[email protected]> wrote:
> > N...
shyouhei (Shyouhei Urabe)
12:05 AM Bug #4576 (Open): Range#step miss the last value, if end-exclusive and has float number
Hi,
Michal Suchanek wrote:
> == is meaningless with floats.
>
> I am quite sure that the 128.4 are not the ...
marcandre (Marc-Andre Lafortune)
02:34 PM Revision c4d77cb4 (git): * parse.y (parser_data_type): inherit the core type in ripper so
that checks in core would work. [ruby-core:39591] [Bug #5331]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@332...
nobu (Nobuyoshi Nakada)
01:21 PM Revision b4519b3b (git): * 2011-09-17
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33290 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:21 PM Revision 3be8a6a9 (git): * vm.c (rb_vm_make_env_object, rb_vm_get_sourceline): export as a
workaround for ruby-debug19 for the time being.
[ruby-core:38972] [Bug #5193]
git-svn-id: svn+ssh://ci.ruby-lang....
nobu (Nobuyoshi Nakada)
12:23 PM Bug #5193: ruby_thread_data_type linker errors fixed with RUBY_EXTERN
Hi,

(11/09/16 18:44), Charlie Savage wrote:
> But instead of discussing that here, should a new ticket be ope...
ko1 (Koichi Sasada)
10:44 AM Bug #5193: ruby_thread_data_type linker errors fixed with RUBY_EXTERN
> So we had requested the API proposal and its use cases
> long before, but no response till the last month and
>ju...
cfis (Charlie Savage)
03:51 AM Revision 19c312af (git): * 2011-09-17
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33288 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:49 AM Revision d52be39f (git): * lib/find.rb (Find.find): add documentation that Find.find
without block returns an enumerator.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33287 b2dd03c8-39d4-4d8f-98ff...
ktsj (Kazuki Tsujimoto)

09/16/2011

11:53 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
On 16 September 2011 16:18, Yusuke ENDOH <[email protected]> wrote:
> Hello,
>
> 2011/9/16 Michal Suchanek <hramrach...
hramrach (Michal Suchanek)
11:23 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
Hello,

2011/9/16 Michal Suchanek <[email protected]>:
> == is meaningless with floats.

I guess it is n...
mame (Yusuke Endoh)
11:23 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
2011/9/16 Michal Suchanek <[email protected]>:

> == is meaningless with floats.
>
> The previous issue ( ...
akr (Akira Tanaka)
11:23 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
On 16 September 2011 15:49, Tanaka Akira <[email protected]> wrote:
> 2011/9/16 Marc-Andre Lafortune <ruby-core@marc-and...
hramrach (Michal Suchanek)
10:53 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
2011/9/16 Marc-Andre Lafortune <[email protected]>:

> Yes, floats can be complicated. No I wouldn't recomme...
akr (Akira Tanaka)
05:53 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
Hello,

In message "[ruby-core:39580] [Ruby 1.9 - Bug #4576] Range#step miss the last value, if end-exclusive an...
usa (Usaku NAKAMURA)
05:04 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
For people who get this issue, I describe additional comment,
CRuby doesn't specify its internal calculation of fl...
naruse (Yui NARUSE)
04:23 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
PS: I should have modified the commit message to say that this fixes
the problem for i386 (not amd64, I misread Mi...
Anonymous
04:18 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
Marc-Andre Lafortune wrote:
> I re-committed as r33285 because
> * Ruby should not keep it platform dependent wit...
naruse (Yui NARUSE)
03:53 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
I re-committed as r33285 because
* Ruby should not keep it platform dependent with default compile
flags [ruby-c...
Anonymous
03:53 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
Hi,

On Thu, Sep 15, 2011 at 8:57 PM, Kenta Murata <[email protected]> wrote:
> I cannot find tests for the co...
Anonymous
10:23 AM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
2011/9/16 Kenta Murata <[email protected]>:
> On Friday, September 16, 2011 at 02:14 , Marc-Andre Lafortune wrote:
...
naruse (Yui NARUSE)
09:59 AM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
Hi,


On Friday, September 16, 2011 at 02:14 , Marc-Andre Lafortune wrote:
> The patch has been committed a...
mrkn (Kenta Murata)
02:14 AM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
Hi,
In this long thread, I could not find a single argument against the (3-line) patch.
Does the patch cause a ...
marcandre (Marc-Andre Lafortune)
03:28 PM Bug #5273: Float#round returns the wrong floats for higher precision
Yui NARUSE wrote:
> I can't your English of this line, I think you are saying you can't understand [ruby-core:39443]...
marcandre (Marc-Andre Lafortune)
02:50 PM Bug #5273 (Assigned): Float#round returns the wrong floats for higher precision
Marc-Andre Lafortune wrote:
> I'm not sure, are you trying to be rude or irritating by rejecting for a second time t...
naruse (Yui NARUSE)
02:13 AM Bug #5273 (Open): Float#round returns the wrong floats for higher precision
On Mon, Sep 12, 2011 at 8:30 PM, Yui NARUSE <[email protected]> wrote:
> Issue #5273 has been updated by Yui NARUSE....
marcandre (Marc-Andre Lafortune)
02:43 PM Bug #5330 (Rejected): Bug Report: wrong backtrace
=begin
I would like to report a ruby1.9 bug. I tried to create a new ticket in redmine. After registration(wonderix)...
ulrich (Ulrich Kramer)
01:53 PM Bug #5193: ruby_thread_data_type linker errors fixed with RUBY_EXTERN
Hi,

At Fri, 16 Sep 2011 11:32:04 +0900,
Charlie Savage wrote in [ruby-core:39570]:
> > No, it keeps thread ...
nobu (Nobuyoshi Nakada)
11:32 AM Bug #5193: ruby_thread_data_type linker errors fixed with RUBY_EXTERN
> No, it keeps thread objects. But I'm not sure if allowing
> GC is necessary. Seems a thread object will be remove...
cfis (Charlie Savage)
10:23 AM Bug #5193: ruby_thread_data_type linker errors fixed with RUBY_EXTERN
Hi,

At Fri, 16 Sep 2011 02:03:39 +0900,
Charlie Savage wrote in [ruby-core:39564]:
> > The reason for _id2r...
nobu (Nobuyoshi Nakada)
02:03 AM Bug #5193: ruby_thread_data_type linker errors fixed with RUBY_EXTERN
Thanks Nobu for looking at this.
> The reason for _id2ref is that threads are stored in
> debug contexts as objec...
cfis (Charlie Savage)
07:09 AM Revision 8ccd05c9 (git): Revert "* numeric.c (ruby_float_step): Avoid error on i386 and amd64."
This reverts commit r33285 because of the message of r33284.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33286...
naruse (Yui NARUSE)
06:44 AM Revision fd47fed2 (git): * numeric.c (ruby_float_step): Avoid error on i386 and amd64.
Patch by Vit Ondruch. Issue #4576 [rubyspec:a9525edcd]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33285 b2dd0...
Marc-Andre Lafortune
01:12 AM Revision 23d47216 (git): Revert "* numeric.c (ruby_float_step): Avoid error on i386 and amd64."
r33282 challenged the precision of floating point but:
* Ruby keeps it as platform dependent
* amd64 won't get this i...
naruse (Yui NARUSE)
 

Also available in: Atom