Project

General

Profile

Actions

Bug #10660

closed

[PATCH] unreverse Thread.*list order

Added by normalperson (Eric Wong) over 9 years ago. Updated over 9 years ago.

Status:
Closed
Target version:
[ruby-core:67160]

Description

Thread.list and ThreadGroup#list order is reversed as of 2.2
This causes compatibility issue with user code as demonstrated in
[ruby-core:67154]

Note: I'm hesitant to consider this spec, but if users depend on this.
I suggest we backport to 2.2 to avoid any potential breakage.


Files

0001-vm_core.h-preserve-thread-ordering.patch (856 Bytes) 0001-vm_core.h-preserve-thread-ordering.patch normalperson (Eric Wong), 12/27/2014 06:08 AM
Actions #1

Updated by Anonymous over 9 years ago

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

Applied in changeset r49036.


vm_core.h: preserve thread ordering

I'm hesitant to consider this as spec, but this causes a
user-visible change which could break user code.

Updated by naruse (Yui NARUSE) over 9 years ago

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

ruby_2_2 r49077 merged revision(s) 49036.

Actions

Also available in: Atom PDF

Like0
Like0Like0