Project

General

Profile

Activity

From 01/09/2014 to 01/15/2014

01/15/2014

11:50 PM Bug #9311: module_function breaks on `singleton_class?`
Attached regression test for trunk. tmm1 (Aman Karmani)
09:42 PM Feature #9420 (Closed): warn and puts should be atomic
Since we added use of writev in r44618, we should make warn/puts atomic.
It would make development of multiprocess/m...
normalperson (Eric Wong)
06:38 PM Bug #5985: miniruby skews "make benchmark" results
[email protected] wrote:
> Eric Wong wrote:
> > ko1 (Koichi Sasada) wrote:
> > > (or remove --disable-gems ?)
...
normalperson (Eric Wong)
01:25 PM Bug #5985: miniruby skews "make benchmark" results
Issue #5985 has been updated by Benoit Daloze.


Eric Wong wrote:
> ko1 (Koichi Sasada) wrote:
> > (or remove ...
Eregon (Benoit Daloze)
01:24 PM Bug #5985: miniruby skews "make benchmark" results
Eric Wong wrote:
> ko1 (Koichi Sasada) wrote:
> > (or remove --disable-gems ?)
>
> I favor removing --disable...
Eregon (Benoit Daloze)
06:26 PM Bug #9414: strftime returns incorrectly encoded string
Issue #9414 has been updated by Jimmy Song.


Ah, ok, I think I got it:

C:\Ruby200\bin>chcp
Page de codes act...
jimsong (Jimmy Song)
06:26 PM Bug #9414: strftime returns incorrectly encoded string
Issue #9414 has been updated by Jimmy Song.


How do I determine the system code page?

-----------------------...
jimsong (Jimmy Song)
06:23 PM Bug #9414: strftime returns incorrectly encoded string
Ah, ok, I think I got it:
C:\Ruby200\bin>chcp
Page de codes active : 850
jimsong (Jimmy Song)
06:18 PM Bug #9414: strftime returns incorrectly encoded string
How do I determine the system code page? jimsong (Jimmy Song)
03:38 PM Bug #9414: strftime returns incorrectly encoded string
Issue #9414 has been updated by Nobuyoshi Nakada.

Description updated

----------------------------------------...
nobu (Nobuyoshi Nakada)
03:38 PM Bug #9414: strftime returns incorrectly encoded string
Issue #9414 has been updated by Nobuyoshi Nakada.

Status changed from Open to Feedback

What's your system code...
nobu (Nobuyoshi Nakada)
03:30 PM Bug #9414 (Feedback): strftime returns incorrectly encoded string
What's your system codepage, 850 or 1252? nobu (Nobuyoshi Nakada)
03:34 AM Bug #9414 (Feedback): strftime returns incorrectly encoded string
On French Windows 7 with date set to July 1 2014 (summer daylight savings time):
```
C:\Ruby200\bin>irb
DL is de...
jimsong (Jimmy Song)
04:47 PM Bug #9419: Please backport fix for building against the newest OpenSSL
Issue #9419 has been reported by Antonio Terceiro.

----------------------------------------
Bug #9419: Please ba...
terceiro (Antonio Terceiro)
04:45 PM Bug #9419 (Closed): Please backport fix for building against the newest OpenSSL
This was fixed in
https://github.com/ruby/ruby/commit/1e7a929c1d44d7a368fbe379211183ac6c972920
Please backport it...
terceiro (Antonio Terceiro)
03:27 PM Bug #9406: bigdecimal 1.2.4 install fail because missing ruby/util.h macro
Issue #9406 has been updated by Kenta Murata.


I've released bigdecimal 1.2.5.

------------------------------...
mrkn (Kenta Murata)
03:18 PM Bug #9406: bigdecimal 1.2.4 install fail because missing ruby/util.h macro
I've released bigdecimal 1.2.5. mrkn (Kenta Murata)
06:23 AM Bug #9406: bigdecimal 1.2.4 install fail because missing ruby/util.h macro
Issue #9406 has been updated by Nobuyoshi Nakada.

Tracker changed from Backport to Bug
Project changed from Back...
nobu (Nobuyoshi Nakada)
06:23 AM Bug #9406 (Closed): bigdecimal 1.2.4 install fail because missing ruby/util.h macro
Added macros for backword compatibilities at r44593 and r44594.
Next release of bigdecimal gem will fix this.
nobu (Nobuyoshi Nakada)
03:18 PM Bug #9412: bigdecimal 1.2.4 fail to compile on windows
I've released bigdecimal 1.2.5. mrkn (Kenta Murata)
01:43 AM Bug #9412 (Closed): bigdecimal 1.2.4 fail to compile on windows
nobu (Nobuyoshi Nakada)
02:55 PM Bug #7968: Poor UDPSocket#send performance in ruby 2.0.0 on windows
Issue #7968 has been updated by Alan Davies.


This is still a problem in 2.0.0-p353 on windows. Is there any up...
cs96and (Alan Davies)
02:49 PM Bug #7968: Poor UDPSocket#send performance in ruby 2.0.0 on windows
This is still a problem in 2.0.0-p353 on windows. Is there any update?
Thanks
Alan.
cs96and (Alan Davies)
12:17 PM Bug #9416: 'private def' results in syntax errors in the method
Issue #9416 has been updated by Nobuyoshi Nakada.

Description updated

----------------------------------------...
nobu (Nobuyoshi Nakada)
12:17 PM Bug #9416: 'private def' results in syntax errors in the method
Issue #9416 has been updated by Nobuyoshi Nakada.

Status changed from Open to Closed

-------------------------...
nobu (Nobuyoshi Nakada)
12:14 PM Bug #9416 (Closed): 'private def' results in syntax errors in the method
nobu (Nobuyoshi Nakada)
09:06 AM Bug #9416: 'private def' results in syntax errors in the method
This issue was solved with changeset r44449.
But not yet backported to 2.1.0.
Refer to https://bugs.ruby-lang.org...
phasis68 (Heesob Park)
08:31 AM Bug #9416: 'private def' results in syntax errors in the method
same with `private_class_method def self.foo` rits (First Last)
07:38 AM Bug #9416 (Closed): 'private def' results in syntax errors in the method
```
class Class1
private def foo
[1, 2].each do |e|
p e
end
end
end
Class1.new.send :foo
...
rits (First Last)
09:21 AM Bug #9411: Rails server not started with Ruby(ruby 2.0.0p353 (2013-11-22) [x64-mingw32] with Rails 4.0.2 and MySQL Server 5.6)
It seems that this issue is a duplicate of Bug #8591
phasis68 (Heesob Park)
07:40 AM Bug #9411: Rails server not started with Ruby(ruby 2.0.0p353 (2013-11-22) [x64-mingw32] with Rails 4.0.2 and MySQL Server 5.6)
Also I have copy a file from mysql connector "libmysql.dll" and past inside C:\Ruby200-x64\bin DIR bideshstr (bidesh mondal)
07:36 AM Bug #9411: Rails server not started with Ruby(ruby 2.0.0p353 (2013-11-22) [x64-mingw32] with Rails 4.0.2 and MySQL Server 5.6)
C:\rails_app\windows_app\glad3>gem install mysql2 --platform=ruby -- ' --with-my
sql-dir="c:\Program Files\MySQL\MyS...
bideshstr (bidesh mondal)
08:54 AM Misc #8741: email notification on bugs.ruby-lang.org is broken
This is not resolved rits (First Last)
08:49 AM Misc #8741 (Closed): email notification on bugs.ruby-lang.org is broken
hsbt (Hiroshi SHIBATA)
05:04 AM Bug #9415 (Closed): Strings#codepoints doesn't respect BOM on UTF-{16,32} pseudo encodings
Applied in changeset r44606.
----------
string.c: respect BOM
* string.c (get_encoding): respect BOM on pseudo enco...
nobu (Nobuyoshi Nakada)
04:42 AM Bug #9415: Strings#codepoints doesn't respect BOM on UTF-{16,32} pseudo encodings
チケット #9415 が Nobuyoshi Nakada によって報告されました。

----------------------------------------
Bug #9415: Strings#codepoint...
nobu (Nobuyoshi Nakada)
04:40 AM Bug #9415 (Closed): Strings#codepoints doesn't respect BOM on UTF-{16,32} pseudo encodings
`String#codepoints`が`UTF-16`、`UTF-32`でのBOMを考慮していません。
```
$ ruby -e 'puts "%x" % "\u{feff}".encode("UTF-16BE").for...
nobu (Nobuyoshi Nakada)
05:03 AM Bug #8940 (Closed): printing UTF-32 crashs ruby
Applied in changeset r44605.
----------
string.c: use actual encodings
* string.c (get_actual_encoding): get actual...
nobu (Nobuyoshi Nakada)
02:01 AM Bug #9409: Cygwin で "filesystem" の encoding が正しくないケース
Usaku NAKAMURA wrote:
> Nayuta Taga wrote:
> > Windows ネイティブ環境ならばそうかもしれませんが、
> > Cygwin 環境ですので LANG に設定されている
...
ganaware (Nayuta Taga)
12:59 AM Bug #9413 (Closed): Object Metaclass Constants Array doesn't Include Singleton Constant
Let's assume we have this Ruby class:
class MyClass
class << self
MC_CONST = 30
end
...
demisx (Dmitri Moore)

01/14/2014

10:46 PM Bug #5985: miniruby skews "make benchmark" results
Btw, I'm still having this problem and it's very noticeable with:
make benchmark-each ITEM=bm_so_reverse_comple...
normalperson (Eric Wong)
08:17 PM Bug #9412 (Closed): bigdecimal 1.2.4 fail to compile on windows
on windows 7 x 64 with ruby 1.9.3p484 and devkit DevKit-tdm-32-4.5.2-20111229-1559-sfx.exe
the latest version of ge...
net1957 (Serge Yneuk)
03:29 PM Bug #9409: Cygwin で "filesystem" の encoding が正しくないケース
Nayuta Taga wrote:
> Windows ネイティブ環境ならばそうかもしれませんが、
> Cygwin 環境ですので LANG に設定されているエンコーディングに従うべきではないのでしょうか?
Cygwi...
usa (Usaku NAKAMURA)
10:10 AM Bug #9409: Cygwin で "filesystem" の encoding が正しくないケース
Nobuyoshi Nakada wrote:
> filesystem encodingはシステムの設定を反映するので、意図通りの動作ですね。
Windows ネイティブ環境ならばそうかもしれませんが、
Cygwin 環境...
ganaware (Nayuta Taga)
09:30 AM Bug #9409: Cygwin で "filesystem" の encoding が正しくないケース
filesystem encodingはシステムの設定を反映するので、意図通りの動作ですね。 nobu (Nobuyoshi Nakada)
08:45 AM Bug #9409: Cygwin で "filesystem" の encoding が正しくないケース
チケット #9409 が Nayuta Taga によって報告されました。

----------------------------------------
Bug #9409: Cygwin で "filesystem" ...
ganaware (Nayuta Taga)
08:43 AM Bug #9409 (Assigned): Cygwin で "filesystem" の encoding が正しくないケース
Cygwin で環境変数 LANG に設定されているエンコーディングと
システムのコードページが異なる場合
"filesystem" の encoding が正しく設定されないようです。
例えば、
* Windows ...
ganaware (Nayuta Taga)
01:36 PM Bug #9411 (Feedback): Rails server not started with Ruby(ruby 2.0.0p353 (2013-11-22) [x64-mingw32] with Rails 4.0.2 and MySQL Server 5.6)
Please provide details on how you build or compiled mysql2 gem for 64bits Ruby.
Asking this because MySQL Connecto...
luislavena (Luis Lavena)
12:03 PM Bug #9411 (Third Party's Issue): Rails server not started with Ruby(ruby 2.0.0p353 (2013-11-22) [x64-mingw32] with Rails 4.0.2 and MySQL Server 5.6)
HI ALL,
I am facing some problem when installing rails app with mysql in windows7 64 bit machine. Can any one check ...
bideshstr (bidesh mondal)
12:14 PM Bug #9342 (Closed): [PATCH] SizedQueue#clear does not notify waiting threads in Ruby 1.9.3
Applied in changeset r44595.
----------
* ext/thread/thread.c (rb_szqueue_clear): notify SZQUEUE_WAITERS
on SizedQ...
Anonymous
11:56 AM Bug #8940: printing UTF-32 crashs ruby
By Mistake bideshstr (bidesh mondal)
11:55 AM Bug #8940: printing UTF-32 crashs ruby
By Mistake bideshstr (bidesh mondal)
10:36 AM Bug #8940: printing UTF-32 crashs ruby
Issue #8940 has been updated by Hans Mackowiak.


the bug is still in 2.2trunk with UTF-16 & #inspect


s="\x...
Hanmac (Hans Mackowiak)
10:32 AM Bug #8940: printing UTF-32 crashs ruby
the bug is still in 2.2trunk with UTF-16 & #inspect

s="\xFF\xFE\"\x00i\x00d\x00\"\x00|\x00\"\x00s\x00y\x00s\x00...
Hanmac (Hans Mackowiak)
10:07 AM Bug #9384: Segfault in ruby 2.1.0p0
Issue #9384 has been updated by Aman Gupta.


The changelog for therubyracer says:

0.12.0 2013/08/20
* enable...
tmm1 (Aman Karmani)
09:57 AM Bug #9384: Segfault in ruby 2.1.0p0
The changelog for therubyracer says:
0.12.0 2013/08/20
* enable native (and functional) weakref implementation fo...
tmm1 (Aman Karmani)
09:34 AM Bug #9384: Segfault in ruby 2.1.0p0
So the issue is closed? Is it really a third party issue that causes the segfault? cbliard (Christophe Bliard)
05:42 AM Misc #9219: Policy Announcement for All Versions
Issue #9219 has been updated by Yui NARUSE.


About 2.1 and 2.0.0 is discussing now.

-------------------------...
naruse (Yui NARUSE)
05:38 AM Misc #9219: Policy Announcement for All Versions
About 2.1 and 2.0.0 is discussing now. naruse (Yui NARUSE)
04:35 AM Bug #9407: bigdecimal 1.2.4 install fail because missing ruby/util.h macro
With no patch to util.h, bigdecimal 1.2.4 installs ok on 64bit linux in both 2.0.0 and 2.1.1
jon@ubusvr64:~$ u...
jonforums (Jon Forums)
03:46 AM Bug #9407 (Closed): bigdecimal 1.2.4 install fail because missing ruby/util.h macro
2.1.1 ruby/util.h is missing this trunk macro
http://paste.ubuntu.com/6748376/
which causes this failure
htt...
jonforums (Jon Forums)
04:32 AM Bug #9406: bigdecimal 1.2.4 install fail because missing ruby/util.h macro
With no patch to util.h, bigdecimal 1.2.4 installs ok on 64bit linux in both 2.0.0 and 2.1.1
jon@ubusvr64:~$ u...
jonforums (Jon Forums)
03:42 AM Bug #9406 (Closed): bigdecimal 1.2.4 install fail because missing ruby/util.h macro
2.0.0 ruby/util.h is missing this trunk macro
http://paste.ubuntu.com/6748376/
which causes this failure
htt...
jonforums (Jon Forums)
01:16 AM Feature #9390 (Assigned): Support for the ALPN TLS extension
drbrain (Eric Hodel)

01/13/2014

11:04 PM Feature #9405 (Rejected): Implicitly convert blocks to procs / remove blocks completely?
It's the idea once implemented and abandoned. nobu (Nobuyoshi Nakada)
11:58 AM Feature #9405 (Rejected): Implicitly convert blocks to procs / remove blocks completely?
While i am think of this, here is one more proposal.
If a block appears in a place where no block can appear, conv...
alexeymuranov (Alexey Muranov)
07:08 PM Misc #9006: build and host binary rubies
rvm-bin is definitely the most immediately viable solution. In the future, you should consider using something like G... postmodern (Hal Brodigan)
11:19 AM Bug #9384 (Third Party's Issue): Segfault in ruby 2.1.0p0
nobu (Nobuyoshi Nakada)
10:38 AM Bug #9384: Segfault in ruby 2.1.0p0
Aman Gupta wrote:
> Maybe it's related to the ref gem and weak_reference implementation? Can you try without it?
...
cbliard (Christophe Bliard)
02:11 AM Bug #9384: Segfault in ruby 2.1.0p0
Sure, but `ref` is pure ruby. nobu (Nobuyoshi Nakada)
02:07 AM Bug #9384: Segfault in ruby 2.1.0p0
Maybe it's related to the ref gem and weak_reference implementation? Can you try without it? tmm1 (Aman Karmani)
10:59 AM Bug #595: Fiber ignores ensure clause
What about this ticket?
Guaranteed `ensure` inside of Fiber and Fiber.raise (as complement for Thread.raise) will be...
funny_falcon (Yura Sokolov)
09:14 AM Feature #9401: Yet another syntax for literal anonymous functions (lambdas)
Nobuyoshi Nakada wrote:
> What about `(^x) {x*x}`?
I think, my initial attempt was closer to lambda calculus nota...
alexeymuranov (Alexey Muranov)
05:54 AM Misc #9394 (Closed): Remove dead link to raa
Applied in changeset r44585.
----------
* lib/net/smtp.rb: [DOC] Remove dead link to RAA by Giorgos Tsiftsis
Fixes...
zzak (zzak _)
05:54 AM Bug #9268 (Closed): dead link to raa
Applied in changeset r44585.
----------
* lib/net/smtp.rb: [DOC] Remove dead link to RAA by Giorgos Tsiftsis
Fixes...
zzak (zzak _)
05:54 AM Bug #9152 (Closed): Relic documentation in lib/xmlrpc/client.rb
Applied in changeset r44585.
----------
* lib/net/smtp.rb: [DOC] Remove dead link to RAA by Giorgos Tsiftsis
Fixes...
zzak (zzak _)
05:36 AM Bug #9243 (Closed): DOC fix example key exchane using DH
Applied in changeset r44584.
----------
* ext/openssl/ossl_pkey_dh.c: Fixed typo by Sandor Szücs [Bug #9243]
zzak (zzak _)
04:40 AM Bug #9391 (Closed): Segfault after upgrade from ruby 2.0 to 2.1
nobu (Nobuyoshi Nakada)
04:22 AM Misc #9219: Policy Announcement for All Versions
This is actually pretty much a duplicate of #9215, the only difference is we still don't have an anticipated maintena... zzak (zzak _)
04:20 AM Misc #9215 (Feedback): Maintenance Policy for Future Releases (2.1.0 & beyond)
I will give some time for feedback before closing this and opening a Pull Request on the upstream www.ruby-lang.org r... zzak (zzak _)
04:14 AM Misc #9215: Maintenance Policy for Future Releases (2.1.0 & beyond)
I've written a draft of the [future maintenance policy](https://github.com/zzak/www.ruby-lang.org/blob/future_release... zzak (zzak _)
03:31 AM Bug #9302 (Open): [PATCH] thread: fix deadlock/freeze on SizedQueue#push
Anonymous
03:25 AM Bug #9302 (Closed): [PATCH] thread: fix deadlock/freeze on SizedQueue#push
Applied in changeset r44583.
----------
* ext/thread/thread.c (rb_szqueue_push): check GET_SZQUEUE_WAITERS
instead...
Anonymous
03:30 AM Bug #9396 (Rejected): SizedQueue broken in Ruby 2.1
Duplicate of #9302 Anonymous
12:05 AM Bug #9397: Lambda#=== raises `ArgumentError` if the lambda accepts 0 args or requires more than 1
Benoit Daloze wrote:
> > Consider that ruby's syntax doesn't even allow you to call === with 0 or more than 1 argume...
myronmarston (Myron Marston)

01/12/2014

11:36 PM Feature #9401: Yet another syntax for literal anonymous functions (lambdas)
What about `(^x) {x*x}`? nobu (Nobuyoshi Nakada)
10:35 PM Feature #9401: Yet another syntax for literal anonymous functions (lambdas)
I have realized that the backslash may conflict with explicit line continuation. In that case, "almost any" symbol w... alexeymuranov (Alexey Muranov)
12:49 PM Feature #9401: Yet another syntax for literal anonymous functions (lambdas)
An anonymous "function" (not really a function) without arguments would be like this:
timer = {\=> Time.now }
...
alexeymuranov (Alexey Muranov)
10:44 AM Feature #9401 (Open): Yet another syntax for literal anonymous functions (lambdas)
Please do not be angry at me and just close this proposal if it does not look interesting. It comes from my aestheti... alexeymuranov (Alexey Muranov)
01:31 PM Bug #9348 (Closed): --with-tcllib and --with-tklib configure options not working correctly
nagachika (Tomoyuki Chikanaga)
01:30 PM Bug #9348: --with-tcllib and --with-tklib configure options not working correctly
fixed by r44574. nagachika (Tomoyuki Chikanaga)
01:04 PM Bug #9399 (Closed): [PATCH] iseq: avoid potential memory leak in iseq_load
fixed by r44568. nagachika (Tomoyuki Chikanaga)
01:00 PM Feature #9402 (Open): A syntax to specify the default value of a hash
I propose the following syntax to specify the default value of a hash:
h = { => 0, :a => 1, :b => 2 }
h[:...
alexeymuranov (Alexey Muranov)
09:09 AM Bug #9397: Lambda#=== raises `ArgumentError` if the lambda accepts 0 args or requires more than 1
Myron Marston wrote:
> Why is it desirable for a built-in type to raise `ArgumentError` for `===` rather than return...
Eregon (Benoit Daloze)
09:06 AM Bug #9397: Lambda#=== raises `ArgumentError` if the lambda accepts 0 args or requires more than 1
> Consider that ruby's syntax doesn't even allow you to call === with 0 or more than 1 argument unless you resort to ... Eregon (Benoit Daloze)
08:01 AM Bug #9397: Lambda#=== raises `ArgumentError` if the lambda accepts 0 args or requires more than 1
This seems odd behaviour, given that in normal usage you'd never be able to satisfy the constraint to avoid the Argum... JonRowe (Jon Rowe)
07:27 AM Bug #9397: Lambda#=== raises `ArgumentError` if the lambda accepts 0 args or requires more than 1
> Why lambda?
> You can use proc for such purpose.
Users can use rspec's expectations with any kind of object. W...
myronmarston (Myron Marston)
07:21 AM Bug #9397 (Rejected): Lambda#=== raises `ArgumentError` if the lambda accepts 0 args or requires more than 1
Why `lambda`?
You can use `proc` for such purpose.
nobu (Nobuyoshi Nakada)
07:08 AM Bug #8623: Make stable Gem::Specification.files in default .gemspecs
r43587 was backported to ruby_2_0_0 at r44567. nagachika (Tomoyuki Chikanaga)
07:06 AM Bug #8439: test_aes_gcm_wrong_tag(OpenSSL::TestCipher) fails randomly
r43676 was backported to ruby_2_0_0 at r44566. nagachika (Tomoyuki Chikanaga)
06:57 AM Bug #7842: An alias of a "prepend"ed method skips the original method when calling super
r44175 was already backported to `ruby_2_0_0` at r44345. nagachika (Tomoyuki Chikanaga)
06:54 AM Bug #7772: Consider bumping stack size in ruby_qsort
r44195 was backported to ruby_2_0_0 at r44565. nagachika (Tomoyuki Chikanaga)
06:31 AM Bug #5199: ext/tk: RB_GC_GUARD seems to be needed in several places
r41351 was backported to ruby_2_0_0 at r44564. nagachika (Tomoyuki Chikanaga)
05:03 AM Feature #9400 (Open): Respect constant lookup when using `raise`
When raising an error without defining an exception class, `::RuntimeError` appears to be a hard-coded default. I pro... wardrop (Tom Wardrop)

01/11/2014

08:44 PM Bug #9399 (Closed): [PATCH] iseq: avoid potential memory leak in iseq_load
The following changes since commit 0e9cad9a8e25282be170d3e4240bd2ba6ce1a419:
test_bigmath.rb: r44558 (2014-01-11...
normalperson (Eric Wong)
07:57 PM Bug #9398 (Rejected): Unexplained core dump error
Unable to run rspec due to possible Ruby bug.
See Gist file of terminal output here: https://gist.github.com/jacq...
jacqueline-homan (Jacqueline Homan)
06:47 PM Bug #9397 (Rejected): Lambda#=== raises `ArgumentError` if the lambda accepts 0 args or requires more than 1
Ruby 1.9 introduced `===` on lambdas/procs so that you can put them in case statements. I'm a fan of this, but there... myronmarston (Myron Marston)
03:27 PM Bug #9396 (Rejected): SizedQueue broken in Ruby 2.1
It looks like SizedQueue is broken in Ruby 2.1. The following program deadlocks when running on trunk and 2.1, but wo... Anonymous
11:36 AM Feature #8168: Feature request: support for (single) statement lambda syntax/definition
I do not understand the argument about the code presumably looking ugly with curly braces (maybe if code looks ugly, ... alexeymuranov (Alexey Muranov)
11:09 AM Feature #8863: New error class: UndefinedBehaviorError
After thinking about it, and since there is no feedback, i think this my feature request may be closed. I think hand... alexeymuranov (Alexey Muranov)
03:50 AM Bug #9393 (Closed): Strange behavior of DelegateClass + loop + method_missing
Correct behavior.
`loop` is also delegated to the target object now.
nobu (Nobuyoshi Nakada)
02:41 AM Bug #9334 (Closed): activesupport-4.0.2/lib/active_support/dependencies.rb:229: [BUG] Segmentation fault at 0x00000000000018
hsbt (Hiroshi SHIBATA)

01/10/2014

11:08 PM Misc #9394 (Closed): Remove dead link to raa
Fixes this bug https://bugs.ruby-lang.org/issues/9268
(I could not update this issue)
giorgostsiftsis (Giorgos Tsiftsis)
10:28 PM Bug #9393 (Rejected): Strange behavior of DelegateClass + loop + method_missing
Having the following class in Ruby 2.1:
```
require 'delegate'
class A < DelegateClass(Hash)
def a
loo...
fxposter (Pavel Forkert)
08:19 PM Misc #9392 (Closed): Fix typo
giorgostsiftsis (Giorgos Tsiftsis)
07:16 PM Bug #9391 (Closed): Segfault after upgrade from ruby 2.0 to 2.1
Hi,
I also this message on the rubyforum but no reaction so far, therefor I am posting here as well. I upgraded ou...
[email protected] (Lars Vonk)
04:30 PM Feature #9390 (Closed): Support for the ALPN TLS extension
ALPN [1] is a successor [2] to NPN, support for which was added in 2.0.0 [3].
HTTP/2 [4] is using ALPN to negotiat...
igrigorik (Ilya Grigorik)
02:55 PM Bug #9389 (Closed): ruby crashed when crash in gsub function on LARGE string.
[description]
ruby crashed when crash in gsub function on LARGE string.
[expected result]
"Out of Memory" or any...
sergey.erokhin (Sergey Erokhin)
12:04 PM Bug #9388 (Closed): Ruby 1.9.3-pxxx segmentation fault
Hi,
we experience regular segmentation faults on our production server (a Rails web application running at www.tor...
phillipoertel (Phillip Oertel)
10:12 AM Bug #9361 (Closed): gem install --ignore-dependencies fails to install local gems
Eric fixed this by updating RubyGems to 2.2.1 in r44515 (or at least, I think that's the right revision. headius (Charles Nutter)
07:53 AM Bug #9170: Math.sqrt returns different types when mathn is included; breaks various gems - this bug can be reproduced in Ruby 1.8 as well
I will check the docs and see if I can fix it.

> On Jan 6, 2014, at 12:44 AM, "kranzky (Jason Hutchens)" <JasonHu...
zzak (zzak _)
07:48 AM Bug #9170: Math.sqrt returns different types when mathn is included; breaks various gems - this bug can be reproduced in Ruby 1.8 as well
Isn't this more an issue with the documentation of `mathn` not specifying all the methods it changes and how?
It m...
marcandre (Marc-Andre Lafortune)
07:42 AM Feature #7688: Error hiding with rb_rescue() on Comparable#==, #coerce and others
tenderlovemaking (Aaron Patterson) wrote:
> It seems like I would have to implement `==` with
> exactly the same ...
marcandre (Marc-Andre Lafortune)
07:35 AM Feature #7688: Error hiding with rb_rescue() on Comparable#==, #coerce and others
The method `<=>` should return `nil` for objects that are not comparable, not raise errors.
So this seems to be a ...
marcandre (Marc-Andre Lafortune)
07:23 AM Feature #7688: Error hiding with rb_rescue() on Comparable#==, #coerce and others
On Fri, Jan 10, 2014 at 06:03:03AM +0900, Eregon (Benoit Daloze) wrote:
>
> Issue #7688 has been updated by Ere...
tenderlovemaking (Aaron Patterson)
06:02 AM Feature #7688: Error hiding with rb_rescue() on Comparable#==, #coerce and others
@tenderlove These are probably bugs then, is it not? I will try to have a look. Eregon (Benoit Daloze)
05:13 AM Feature #7688: Error hiding with rb_rescue() on Comparable#==, #coerce and others
r44502 makes the Rails tests fail spectacularly. We have <=> implementations that raise exceptions and expect == to ... tenderlovemaking (Aaron Patterson)
03:34 AM Bug #9334: activesupport-4.0.2/lib/active_support/dependencies.rb:229: [BUG] Segmentation fault at 0x00000000000018
I confirm that on ruby 2.2.0dev (2014-01-10 trunk 44548) the issue is resolved malagodia (Andrea Malagodi)
12:58 AM Feature #9047: Alternate hash key syntax for symbols
I should also mention this allows for similar syntax between JavaScript, Python, and Ruby. In this case, all three la... jamonholmgren (Jamon Holmgren)
12:47 AM Bug #9386 (Closed): Ruby won't build tcl/tk extension, libpathflag expects array
This issue was solved with changeset r44541.
Josef, thank you for reporting this issue.
Your contribution to Ruby is ...
nobu (Nobuyoshi Nakada)
12:10 AM Bug #9386: Ruby won't build tcl/tk extension, libpathflag expects array
Including alternative patch if we don't want to change the mkmf. This just fixes the revision. jstribny (Josef Stribny)

01/09/2014

10:40 PM Bug #9387 (Closed): Documentation for Range#size is incomplete
The documentation for Range#size does not mention the case where not all arguments are instances of Numeric, in which... Skade (Florian Gilcher)
08:46 PM Bug #8358 (Closed): TestSprintf#test_float test failure
This issue was solved with changeset r44538.
Heesob, thank you for reporting this issue.
Your contribution to Ruby is...
nobu (Nobuyoshi Nakada)
08:33 PM Bug #7742: System encoding (Windows-1258) is not recognized by Ruby to convert back to UTF-8
phasis68 (Heesob Park) wrote:
> As I know, VISCII(Vietnamese Standard Code for Information Interchange) can round tr...
duerst (Martin Dürst)
07:15 PM Bug #7742: System encoding (Windows-1258) is not recognized by Ruby to convert back to UTF-8
As I know, VISCII(Vietnamese Standard Code for Information Interchange) can round trip UTF-8. So the implementation o... phasis68 (Heesob Park)
04:26 PM Bug #7742: System encoding (Windows-1258) is not recognized by Ruby to convert back to UTF-8
thegcat (Felix Schäfer) wrote:
> =begin
> We (((<Planio|URL:https://plan.io>))) are also in need of Windows-1258 to...
duerst (Martin Dürst)
07:13 PM Bug #9321 (Closed): rb_mod_const_missing does not generate a c-return event
This issue was solved with changeset r44535.
Stefan, thank you for reporting this issue.
Your contribution to Ruby is...
ko1 (Koichi Sasada)
06:59 PM Bug #9386 (Closed): Ruby won't build tcl/tk extension, libpathflag expects array
Hi,
I wasn't successful building Ruby tcl/tk extension from trunk, since the last revision[1] switched to use libp...
jstribny (Josef Stribny)
05:59 PM Feature #9362: Minimize cache misshit to gain optimal speed
Urabe Shyouhei <[email protected]> wrote:
> OK, so I found a way to enable Intel Turbo Boost on this CPU. I ...
normalperson (Eric Wong)
05:23 PM Feature #9362: Minimize cache misshit to gain optimal speed
OK, so I found a way to enable Intel Turbo Boost on this CPU. I went
through the benchmarks again and got this fo...
shyouhei (Shyouhei Urabe)
05:33 PM Bug #9186 (Rejected): json/pure.rb missing on trunk
I intentionally removed pure.rb on ruby's repo because CRuby always have C exts.
If C exts is not properly build, ...
naruse (Yui NARUSE)
05:07 PM Misc #8288 (Closed): Ruby 2.1.0 release engeneering
naruse (Yui NARUSE)
02:34 PM Bug #9341: IMAPTest#test_imaps_with_ca_file test failed after 2014-01-01.
backported into ruby_1_9_3 at r44533.
and, seems to be backported into ruby_2_1 at r44528.
usa (Usaku NAKAMURA)
12:49 PM Bug #9367: REXML::XmlDecl doesn't use user specified quotes
@duerst, @kou,
Thanks for the comments!
I'll revise my patch to use :xml_declaration_quote and back to you soon.
bearmini (Takashi Oguma)
10:23 AM Bug #9300: YAML Regression Concerning Escaping of Strings
On Sat, Dec 28, 2013 at 01:35:02AM +0900, schneems (Richard Schneeman) wrote:
>
> Issue #9300 has been updated ...
tenderlovemaking (Aaron Patterson)
09:56 AM Bug #9300 (Closed): YAML Regression Concerning Escaping of Strings
This issue was solved with changeset r44531.
Richard, thank you for reporting this issue.
Your contribution to Ruby i...
tenderlovemaking (Aaron Patterson)
06:48 AM Bug #9385 (Closed): open-uri always uses proxy set as env var even if proxy flag is set to nil
According to doc http://ruby-doc.org/stdlib-2.1.0/libdoc/open-uri/rdoc/OpenURI.html we can disable the proxy by doing... toch (Christophe Philemotte)
02:01 AM Bug #9384: Segfault in ruby 2.1.0p0
With 2.0.0, it works (ruby -v is "ruby 2.0.0p353 (2013-11-22 revision 43784) [x86_64-linux]").
With trunk, it still ...
cbliard (Christophe Bliard)
12:13 AM Bug #9384: Segfault in ruby 2.1.0p0
Could you try with the trunk?
It seems something dead object is used in a finalizer.
nobu (Nobuyoshi Nakada)
 

Also available in: Atom