Project

General

Profile

Activity

From 07/21/2013 to 07/27/2013

07/27/2013

09:07 PM Feature #8629: Method#parameters should include the default value
I don't understand, I've expressed already my opinion on how it should behave in the case you pointed out directly in... rosenfeld (Rodrigo Rosenfeld Rosas)
04:42 PM Feature #8629 (Rejected): Method#parameters should include the default value
There can be a default value expression that refers external scope, e.g.
def foo(a, b=a+2)
end
In the case...
matz (Yukihiro Matsumoto)
08:23 PM Bug #8697 (Rejected): Fixnum complement operator issue
=begin
By the ((<documentation|URL:http://www.ruby-doc.org/core-2.0/Fixnum.html#method-i-7E>)), bitwise complement o...
torimus (Torimus GL)
04:54 PM Feature #8696 (Closed): Process.setproctitle
$0= と同じ機能が$変数を使わずに書けないようなので、
Process.setproctitle を追加するのはどうでしょうか?
znz (Kazuhiro NISHIYAMA)
04:29 PM Feature #8430: Rational number literal
matz (Yukihiro Matsumoto) wrote:
> The final idea was "1r" to be "Rational(1,1)". We also accept the idea of "1i" a...
mrkn (Kenta Murata)
04:16 PM Feature #8430: Rational number literal
The final idea was "1r" to be "Rational(1,1)". We also accept the idea of "1i" as "Complex(0,1)".
Matz.
matz (Yukihiro Matsumoto)
04:13 PM Feature #8671: support SEEK_DATA and SEEK_HOLE
We accept. Go ahead.
Matz.
matz (Yukihiro Matsumoto)
03:48 PM Feature #6589: Set#rehash
Actually, an undocumented "feature" is that Set does not support an element being modified once it is added.
Maybe...
knu (Akinori MUSHA)
03:27 PM Feature #8026: Need Module#prepended_modules
What about adding Module#prepend?(other) also, which could be implemented in ruby as follows?
module Module
def...
knu (Akinori MUSHA)
02:47 PM Feature #8026: Need Module#prepended_modules
I am OK with the idea.
Matz.
matz (Yukihiro Matsumoto)
03:25 PM Feature #8499: Importing Hash#slice, Hash#slice!, Hash#except, and Hash#except! from ActiveSupport
In attached patch.diff
~~~ruby
assert_equal({1=>2, 3=>4}, h.slice!(1, 3))
~~~
but ActiveSupport's `h.slice!(1...
znz (Kazuhiro NISHIYAMA)
03:22 PM Feature #8499: Importing Hash#slice, Hash#slice!, Hash#except, and Hash#except! from ActiveSupport
The slice method (`Array#slice`) retrieve "a slice of elements" from an `Array`.
Considering that, slice is *not* a ...
matz (Yukihiro Matsumoto)
03:10 PM Bug #8221: 2 AES-128-GCM (probably same in AES-256-GCM) bug?
http://rbci.lakewood.privs.net/ruby-trunk/log/20130726T230003Z.log.html.gz also relates this naruse (Yui NARUSE)
03:07 PM Feature #7292 (Feedback): Enumerable#to_h
the name 'to_h' is OK, simpler behavior is preferable compared with the past proposals.
But I am not sure the foll...
matz (Yukihiro Matsumoto)
02:59 PM Feature #6588: Set#intersect?
OK, accepted. I'll work on it. knu (Akinori MUSHA)
02:29 PM Feature #8632: Remove warnings for Refinements
I agree. Remove warning.
Matz.
matz (Yukihiro Matsumoto)
01:53 PM Feature #8678: Allow invalid string to work with regexp
duerst (Martin Dürst) wrote:
> Sorry to be late with my comment.
>
> naruse (Yui NARUSE) wrote:
> > People can f...
naruse (Yui NARUSE)
01:45 PM Feature #3753: value of def-expr
We accept this change for 2.1 in the developers' meeting on 2013-07-27. We also think define_method() should return ... matz (Yukihiro Matsumoto)
01:36 PM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
In the developers' meeting on 2007-07-27, we concluded we accepted the proposal from Aaron in https://dl.dropboxuserc... matz (Yukihiro Matsumoto)
08:23 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
Aaron Patterson <[email protected]> wrote:
> In the last developer meeting, matz suggested that the existin...
normalperson (Eric Wong)
10:46 AM Bug #8695 (Feedback): CompilationMakefile for 1.9.3-p448 and 2.0.0-p247 produces "Inconsistent rules lines" errors on HP-UX 9000/800
Your log is 1.8.7. nobu (Nobuyoshi Nakada)
04:35 AM Bug #8695 (Closed): CompilationMakefile for 1.9.3-p448 and 2.0.0-p247 produces "Inconsistent rules lines" errors on HP-UX 9000/800
I was following the instructions in the README file for the compilation of Ruby version2.0.0-p247. The problem is al... tluedeke (Thomas Luedeke)
09:56 AM Feature #8601: Win32API.rb long life plan
usa (Usaku NAKAMURA) wrote:
> Win32API.rb should be removed at 2.1.0.
Hello usa,
This doesn't go against what ...
luislavena (Luis Lavena)
09:45 AM Bug #5954: IO.read_nonblock on IO.pipe generates Errno::EBADF (MinGW)
Hello usa, nobu.
I've hit this issue with several project again.
Can you confirm or reject if this failure is i...
luislavena (Luis Lavena)
08:53 AM Feature #8658: Process.clock_gettime
2013/7/26 Tanaka Akira <[email protected]>:
> 2013/7/26 KOSAKI Motohiro <[email protected]>:
>
>> Really? I...
akr (Akira Tanaka)
12:22 AM Feature #8693: lambda invoked by yield acts as a proc with respect to return
what is the reason for this?
why should yield and block.call behave differently?
why should lambdas sometimes n...
rits (First Last)

07/26/2013

11:23 PM Bug #8689: REXML::StreamListener#entityが呼び出されない
ちょっとみたらすぐにいけそうだったので実装しておきました!あと、パースして情報が落ちるのは切ないなぁという気持ちもありました。
まぁ、なにに使うんですかねぇ。。。未定義のパラメーター実体参照をしていないか、というチェックをするプ...
kou (Kouhei Sutou)
11:17 PM Bug #8689 (Closed): REXML::StreamListener#entityが呼び出されない
This issue was solved with changeset r42198.
Ippei, thank you for reporting this issue.
Your contribution to Ruby is ...
kou (Kouhei Sutou)
11:16 PM Bug #8689 (Assigned): REXML::StreamListener#entityが呼び出されない
kou (Kouhei Sutou)
02:54 AM Bug #8689 (Closed): REXML::StreamListener#entityが呼び出されない
REXML::StreamListener#entity のドキュメントによると
# Called when %foo; is encountered in a doctype declaration.
# @p ...
ohai (Ippei Obayashi)
10:58 PM Feature #8499: Importing Hash#slice, Hash#slice!, Hash#except, and Hash#except! from ActiveSupport
How about this implementation? Glass_saga (Masaki Matsushita)
09:55 PM Bug #8694 (Third Party's Issue): scheduled_tasks bug report
It crashes in win32-api. nobu (Nobuyoshi Nakada)
07:48 PM Bug #8694 (Third Party's Issue): scheduled_tasks bug report
gem crash trying to use a scheduled_task resource. I first tried using forward slashes, but had similar errors.
s...
jstnlth (Justin Luth)
09:41 PM Feature #8693 (Rejected): lambda invoked by yield acts as a proc with respect to return
It's spec. nobu (Nobuyoshi Nakada)
02:14 PM Feature #8693 (Closed): lambda invoked by yield acts as a proc with respect to return
irb(main):004:0> def m1; yield end; def m2; m1 &->{return 0}; 1 end; m2
=> 0
rits (First Last)
06:17 PM Feature #8678: Allow invalid string to work with regexp
Sorry to be late with my comment.
naruse (Yui NARUSE) wrote:
> Legacy Ruby 1.8 could regexp match with broken str...
duerst (Martin Dürst)
08:41 AM Feature #8678: Allow invalid string to work with regexp
I am positive. I'd rather want to make this default (if possible).
Matz.
matz (Yukihiro Matsumoto)
05:41 PM Feature #7292: Enumerable#to_h
Yes, thanks, i forgot. Then "to_h" would be fine with me.
In fact, for me it would be enough to have a method lik...
alexeymuranov (Alexey Muranov)
04:53 PM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
On Tue, Aug 02, 2011 at 07:35:15AM +0900, Yehuda Katz wrote:
>
> Issue #5138 has been reported by Yehuda Katz.
...
tenderlovemaking (Aaron Patterson)
03:30 PM Bug #8680 (Feedback): ruby crashes when built with AddressSanitizer
naruse (Yui NARUSE)
01:18 AM Bug #8680: ruby crashes when built with AddressSanitizer
Does Boehm GC works on the AddressSanitizer? IOW, is this ruby specific?
kosaki (Motohiro KOSAKI)
01:04 PM Bug #8676 (Closed): ruby 2.0 can not require or load the source file with non-ascii path name
This issue was solved with changeset r42183.
贾, thank you for reporting this issue.
Your contribution to Ruby is grea...
nobu (Nobuyoshi Nakada)
09:37 AM Bug #8676: ruby 2.0 can not require or load the source file with non-ascii path name
Update the patch
Using the encoding from path name
[email protected] (贾 延平)
12:59 PM Feature #8658: Process.clock_gettime
2013/7/26 KOSAKI Motohiro <[email protected]>:

> Really? I don't think so because CLOCK_*_CPUTIME_ID ha...
akr (Akira Tanaka)
12:53 PM Feature #8658: Process.clock_gettime
2013/7/24 Eregon (Benoit Daloze) <[email protected]>:
> Issue #8658 has been updated by Eregon (Benoit Daloze)...
akr (Akira Tanaka)
02:53 AM Feature #8658: Process.clock_gettime
(7/23/13 9:50 PM), Tanaka Akira wrote:
> 2013/7/24 KOSAKI Motohiro <[email protected]>:
>
>> So, Why d...
kosaki (Motohiro KOSAKI)
12:55 PM Bug #8692 (Rejected): segv in fiddle
=begin
(({time()})) returns (({time_t})), not pointer.
As Fiddle doesn't provide (({TYPE_TIME_T})) currently, you h...
nobu (Nobuyoshi Nakada)
11:45 AM Bug #8692 (Rejected): segv in fiddle
=begin
require 'fiddle'
libc = Fiddle.dlopen('libc.dylib')
time = Fiddle::Function.new( libc['time'], [Fiddl...
zzak (zzak _)
11:42 AM Bug #8687 (Closed): mathn and round causes an segmentationfault
This issue was solved with changeset r42178.
Hans, thank you for reporting this issue.
Your contribution to Ruby is g...
nobu (Nobuyoshi Nakada)
02:10 AM Bug #8687 (Closed): mathn and round causes an segmentationfault
require "mathn"; (5/2).round(2)
-- Control frame information -----------------------------------------------
c:...
Hanmac (Hans Mackowiak)
11:39 AM Feature #8675: Add Readline.point=(pos)
ありがとうございます。
7月中には取り込む方向で進めますね。
取り込むならユニットテストもほしいですね。あと、libeditでの動作確認も。
kouji (Kouji Takao)
08:52 AM Feature #8691 (Closed): Add warning for variable that is re-assigned but not re-used
The following code
def reassigned_unused
a = 42
b = a.to_s
a = 56
b
end
Does not currently generat...
agrimm (Andrew Grimm)
06:57 AM Bug #8690: Enciphering a key with AES-128-CBC-HMAC-SHA1 crashes in OpenSSL
We just talked about it and found out that it's an issue only with Intel processors with the AES-NI instructions. The... MartinBosslet (Martin Bosslet)
05:55 AM Bug #8690: Enciphering a key with AES-128-CBC-HMAC-SHA1 crashes in OpenSSL
AES-256-CBC-HMAC-SHA1 also crashes with the same stack trace drbrain (Eric Hodel)
05:45 AM Bug #8690 (Third Party's Issue): Enciphering a key with AES-128-CBC-HMAC-SHA1 crashes in OpenSSL
=begin
While I realize this is probably wrong, I was trying to find a cipher that JRuby 1.7.4 supported and encounte...
drbrain (Eric Hodel)
02:33 AM Feature #8688 (Open): #sprintf should accept strings as keys
=begin
Hi there,
Kernel#sprintf should support strings as keys. Currently it only works with symbols:
{irb(ma...
Quintus (Marvin Gülker)
02:23 AM Bug #8674: [patch] unused-parameter warning in ruby/ruby.h
(7/24/13 6:31 PM), shyouhei (Shyouhei Urabe) wrote:
>
> Issue #8674 has been updated by shyouhei (Shyouhei Urabe...
kosaki (Motohiro KOSAKI)
02:10 AM Bug #8685 (Assigned): Problems of the example of REXM::Attribute#namespace
zzak (zzak _)
02:09 AM Bug #8685: Problems of the example of REXM::Attribute#namespace
@ohai Thank you! It seems you removed an example for #add_attributes
Why was this removed?
zzak (zzak _)
01:35 AM Bug #8685 (Closed): Problems of the example of REXM::Attribute#namespace
The exmaple of the comment document of REXML::Attribute#namespace has some problems.
* An old style hash literal i...
ohai (Ippei Obayashi)
01:03 AM Feature #8671: support SEEK_DATA and SEEK_HOLE
The patch looks good to me. kosaki (Motohiro KOSAKI)
12:21 AM Feature #8684 (Rejected): GC.disable with block
It's easily done by
begin
GC.disable
do_something
ensure
GC.enable
end
and considering b...
matz (Yukihiro Matsumoto)

07/25/2013

08:40 PM Feature #8684 (Rejected): GC.disable with block
I propose GC.disable with block.
It is useful to ensure GC.enable.
usage:
GC.disable do
do_something # GC d...
Glass_saga (Masaki Matsushita)
01:59 PM Bug #8669: outbuf can be "temporarily" locked forever in IO#read
> Furthermore, should we introduce a function to callback with locking temporarily?
I made rb_str_locktmp_ensure()...
Glass_saga (Masaki Matsushita)
12:53 PM Bug #8386: OpenSSL thread safety
(2013/07/24 19:37), MartinBosslet (Martin Bosslet) wrote:
> @naruse: You're right, and I also believe it would mak...
ko1 (Koichi Sasada)
10:44 AM Feature #8683: CSV library can't append to the current row. It should be able to.
@nobu Thanks! I've re-created an example using CSV::Table:
require "csv"
row = CSV::Row.new ["Name"], ["Name"], true
...
robertgleeson (Robert Gleeson)
09:46 AM Feature #8683 (Rejected): CSV library can't append to the current row. It should be able to.
CSV class is a reader/writer, not to edit CSV data on memory.
You may want to use CSV::Table instead.
nobu (Nobuyoshi Nakada)
07:21 AM Feature #8683: CSV library can't append to the current row. It should be able to.
I guess I could settle for:
headers = ["one"]
CSV.generate headers: true do
["two", three"].each do |e|
heade...
robertgleeson (Robert Gleeson)
07:08 AM Feature #8683 (Rejected): CSV library can't append to the current row. It should be able to.
The CSV library can only add *new* rows, and it provides no way to update the current row after it has been created.
...
robertgleeson (Robert Gleeson)
07:31 AM Bug #8674: [patch] unused-parameter warning in ruby/ruby.h
Linda_pp (R H) wrote:
> + #else
> + (void)filename;
> + (void)line;
> #endif
(void) で黙らせるのは感心しません。gc...
shyouhei (Shyouhei Urabe)
06:28 AM Feature #7292: Enumerable#to_h
alexeymuranov (Alexey Muranov) wrote:
> it seems to me that other "#to_?" methods are applicable to all or almost al...
marcandre (Marc-Andre Lafortune)
03:40 AM Feature #8681 (Open): Net::HTTP should set TCP_NODELAY for requests with body
Setting TCP_NODELAY to disable Nagle's algorithm speeds up successive writes which
we use when sending HTTP PUT/POST...
normalperson (Eric Wong)

07/24/2013

11:17 PM Bug #8677: $LOAD_PATH did not encoded into the "internal encoding"
jonforums (Jon Forums) wrote:
> > > What happens when you `chcp 65001` in cmd.exe but do not encode `$LOAD_PATH` to ...
[email protected] (贾 延平)
08:22 PM Bug #8677: $LOAD_PATH did not encoded into the "internal encoding"
> > What happens when you `chcp 65001` in cmd.exe but do not encode `$LOAD_PATH` to utf-8?
> require do work with my...
jonforums (Jon Forums)
12:24 PM Bug #8677: $LOAD_PATH did not encoded into the "internal encoding"
jonforums (Jon Forums) wrote:
> When require fails, is cmd.exe using codepage 936?
yes
>
> What happens when you...
[email protected] (贾 延平)
12:00 PM Bug #8677: $LOAD_PATH did not encoded into the "internal encoding"
When require fails, is cmd.exe using codepage 936?
What happens when you `chcp 65001` in cmd.exe but do not encode...
jonforums (Jon Forums)
11:19 AM Bug #8677 (Closed): $LOAD_PATH did not encoded into the "internal encoding"
=begin
When I use utf-8 as the internal encoding, and I require some file with Chinese name,and the require failure ...
[email protected] (贾 延平)
09:23 PM Bug #8680: ruby crashes when built with AddressSanitizer
2013/7/24 halfie (Ruby Guy) <[email protected]>:
> Bug #8680: ruby crashes when built with AddressSanitizer
> h...
akr (Akira Tanaka)
08:41 PM Bug #8680 (Closed): ruby crashes when built with AddressSanitizer
ruby crashes when built with AddressSanitizer (http://clang.llvm.org/docs/AddressSanitizer.html).
To reproduce the...
halfie (Ruby Guy)
07:37 PM Bug #8386: OpenSSL thread safety
@ko1: Thank you so much for that! I think that functionality was exactly what was needed. The error happens when RSA ... MartinBosslet (Martin Bosslet)
07:16 PM Bug #8386: OpenSSL thread safety
ko1 (Koichi Sasada) wrote:
> Maybe I fixed it.
> Please check it.
I think dyn_lock_function and others also shou...
naruse (Yui NARUSE)
06:34 PM Feature #7292: Enumerable#to_h
I have stumbled upon a need for a method like this, to chain transformations of a hash and get a hash as a result. J... alexeymuranov (Alexey Muranov)
06:05 PM Bug #8679 (Closed): Time.newのutc_offset文字列で、 MMが60-99の場合にも例外を出して欲しい
要望
---
Time.new へ utc_offset を表す文字列 "+HH:MM" "-HH:MM" が渡された時、
MM が 60-99 の場合にも ArgumentError を出して欲しい。
### 期待す...
kachick (Kenichi Kamiya)
05:35 PM Bug #8676: ruby 2.0 can not require or load the source file with non-ascii path name
By the way,the file nacl/pepper_main.c has a same name function at line 824.
Is the file need change too?
[email protected] (贾 延平)
11:06 AM Bug #8676: ruby 2.0 can not require or load the source file with non-ascii path name
This patch looks good to me for trunk. It can't be backported though because that would break API compatibility. Anonymous
11:01 AM Bug #8676 (Closed): ruby 2.0 can not require or load the source file with non-ascii path name
=begin
Sorry for my poor english:)
I attached the patch to fix the problem, but I don't know is it the right way....
[email protected] (贾 延平)
02:47 PM Feature #8678 (Assigned): Allow invalid string to work with regexp
Legacy Ruby 1.8 could regexp match with broken strings.
People can find characters from binary data on the age.
A...
naruse (Yui NARUSE)
02:40 PM Bug #8674: [patch] unused-parameter warning in ruby/ruby.h
下記のように、パラメータを使用しない場合は警告を抑制するようにしてはいかがでしょうか。
*** ruby.h.old 2013-07-23 01:08:27.000000000 +0900
--- ruby.h 201...
Linda_pp (Ryuichi Hayashida)
11:23 AM Bug #8674: [patch] unused-parameter warning in ruby/ruby.h
使わないパラメータを残しているのは意図的なんですが、どうしたもんでしょ
う。マクロで使うときだけ有効にするような感じにするといいですかねぇ。

(2013/07/24 9:47), Linda_pp (R H) wrot...
ko1 (Koichi Sasada)
09:47 AM Bug #8674: [patch] unused-parameter warning in ruby/ruby.h
`ruby -v` の出力が間違っていました。
ruby 2.1.0dev (2013-07-23 trunk) [x86_64-darwin12.3.0]
でした。失礼しました。
Linda_pp (Ryuichi Hayashida)
12:13 AM Bug #8674 (Closed): [patch] unused-parameter warning in ruby/ruby.h
C++ のプログラムで ruby.h をインクルードすると ruby/ruby.h にて unused-parameter の警告が出ます.
・警告内容
In file included from /Users/rhayasd...
Linda_pp (Ryuichi Hayashida)
02:31 PM Feature #8671 (Assigned): support SEEK_DATA and SEEK_HOLE
It sounds good.
matz, how do you think?
naruse (Yui NARUSE)
12:58 PM Bug #8670 (Rejected): "100do" should be a syntax error
It's spec. Ruby does not require spaces when it's clear.
Matz.
matz (Yukihiro Matsumoto)
11:19 AM Bug #8670: "100do" should be a syntax error
nobu (Nobuyoshi Nakada) wrote:
> I've thought it's a spec.
I think so too and it should be.
naruse (Yui NARUSE)
11:11 AM Bug #8670 (Assigned): "100do" should be a syntax error
I've thought it's a spec. nobu (Nobuyoshi Nakada)
12:48 PM Bug #8668: Net::Telnet waitfor('Waittime'=>0) may wait forever
There is a related bug with 'Timeout': if the remote end keeps sending data (even if only telnet control codes), but ... scottj97 (Scott Johnson)
11:45 AM Bug #8669 (Assigned): outbuf can be "temporarily" locked forever in IO#read
Seems fine.
Furthermore, should we introduce a function to callback with locking
temporarily?
nobu (Nobuyoshi Nakada)
10:53 AM Feature #8658: Process.clock_gettime
2013/7/24 KOSAKI Motohiro <[email protected]>:

> So, Why do you choice Process.clock_gettime() instead ...
akr (Akira Tanaka)
03:23 AM Feature #8658: Process.clock_gettime
(7/20/13 6:39 AM), akr (Akira Tanaka) wrote:
>
> Issue #8658 has been updated by akr (Akira Tanaka).
>
> Fil...
kosaki (Motohiro KOSAKI)
03:14 AM Feature #8658: Process.clock_gettime
Eregon (Benoit Daloze) wrote:
> akr (Akira Tanaka) wrote:
> > > While I appreciate Ruby is not always taking the l...
jonforums (Jon Forums)
01:22 AM Feature #8658: Process.clock_gettime
akr (Akira Tanaka) wrote:
> > While I appreciate Ruby is not always taking the lowest common denominator for functi...
Eregon (Benoit Daloze)
12:23 AM Feature #8658: Process.clock_gettime
2013/7/21 Eregon (Benoit Daloze) <[email protected]>:
>
> Issue #8658 has been updated by Eregon (Benoit Dal...
akr (Akira Tanaka)
03:05 AM Bug #8672 (Third Party's Issue): Segmentation fault ruby 2.0.0p247 (2013-06-27 revision 41674) [i686-linux]
It seems therubyracer or v8's issue. naruse (Yui NARUSE)
03:03 AM Feature #8675 (Closed): Add Readline.point=(pos)
r42146 でのテスト修正で \A を入力しているのですが、rl_point を直接いじった方が正しい気がするので。
diff --git a/ext/readline/readline.c b/ext/readline/re...
naruse (Yui NARUSE)

07/23/2013

10:11 PM Bug #8673: User rest-client PUT request core dumped
/home/hao/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/buffering.rb:174: [BUG] Segmentation fault
ruby 2.0.0p2...
gabrielwei (Hao Wei)
10:06 PM Bug #8673 (Closed): User rest-client PUT request core dumped
1. use OpenSSL::X509::Certificate.new generate certificate object
2. create client = RestClient::Resource.new object...
gabrielwei (Hao Wei)
08:23 PM Bug #8669: outbuf can be "temporarily" locked forever in IO#read
"Glass_saga (Masaki Matsushita)" <[email protected]> wrote:
> Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN

I c...
normalperson (Eric Wong)
06:06 PM Bug #8669 (Closed): outbuf can be "temporarily" locked forever in IO#read
Following code make outbuf "temporarily" locked forever.
It is needed to ensure rb_str_unlocktmp().
str = ""
t =...
Glass_saga (Masaki Matsushita)
07:11 PM Bug #8386: OpenSSL thread safety
Maybe I fixed it.
Please check it.
ko1 (Koichi Sasada)
06:59 PM Bug #8386 (Closed): OpenSSL thread safety
This issue was solved with changeset r42135.
Dirkjan, thank you for reporting this issue.
Your contribution to Ruby i...
ko1 (Koichi Sasada)
06:55 PM Bug #8672 (Third Party's Issue): Segmentation fault ruby 2.0.0p247 (2013-06-27 revision 41674) [i686-linux]
Tried to install gitlab, following https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/installation.md
At s...
pruss (Peter Russ)
06:30 PM Feature #8671 (Closed): support SEEK_DATA and SEEK_HOLE
SEEK_DATA and SEEK_HOLE are whences for lseek(2) supported by Linux since version 3.1.
These are useful to deal with...
Glass_saga (Masaki Matsushita)
06:18 PM Bug #8670 (Rejected): "100do" should be a syntax error
=begin
In certain contexts, `do' adjacent to a number can be parsed as a distinct token instead of syntax error.
...
whitequark (whitequark *)
01:55 PM Feature #8663: Officialy alias ArgumentError to ArgError
This just saves 5 characters, but creates confusion because now many people will start to wonder what the difference ... duerst (Martin Dürst)
12:07 AM Feature #8663 (Assigned): Officialy alias ArgumentError to ArgError
When not using custom made exceptions, I find myself using TypeError, NameError and ArgumentError the most. ArgumentE... Anonymous
12:41 PM Bug #8668 (Rejected): Net::Telnet waitfor('Waittime'=>0) may wait forever
waitfor('Waittime'=>0) says it will not wait once the expected prompt has matched, yet if the remote end continues to... scottj97 (Scott Johnson)
11:23 AM Feature #8661: Add option to print backtrace in reverse order (stack frames first and error last)
(13/07/23 4:56), Joshua Ballanco wrote:
> You can already accomplish something like this yourself:
>
> ```ruby
>...
nobu (Nobuyoshi Nakada)
04:59 AM Feature #8661: Add option to print backtrace in reverse order (stack frames first and error last)
You can already accomplish something like this yourself:
```ruby
begin
raise "Hello!"
rescue Exception => e
...
jballanc (Joshua Ballanco)
08:44 AM Bug #8664 (Closed): open ssl not_before failure on small set of certificates
This issue was solved with changeset r42126.
Jody, thank you for reporting this issue.
Your contribution to Ruby is g...
drbrain (Eric Hodel)
08:42 AM Bug #8664: open ssl not_before failure on small set of certificates
Unfortunately, when encoded as BER, all bets are off, as the format (with or without time zone, string representation... MartinBosslet (Martin Bosslet)
08:29 AM Bug #8664: open ssl not_before failure on small set of certificates
It seems that there are multiple ways to represent a UTCTime in ASN1, but ruby's openssl extension only implements on... drbrain (Eric Hodel)
08:04 AM Bug #8664 (Assigned): open ssl not_before failure on small set of certificates
drbrain (Eric Hodel)
01:59 AM Bug #8664 (Closed): open ssl not_before failure on small set of certificates
This failure only occurs on a very small percentage of certificates, during processing of ~2 million certificates, th... jnickel (Jody Nickel)
08:15 AM Bug #8665 (Closed): Examples of REXML::StreamParser#entitydecl
This issue was solved with changeset r42125.
Ippei, thank you for reporting this issue.
Your contribution to Ruby is ...
zzak (zzak _)
03:56 AM Bug #8665 (Closed): Examples of REXML::StreamParser#entitydecl
REXML::StreamParser#entitydecl のドキュメントの部分が実際の動作と食い違っています。
修正は rexml-streamparser-entitydecl.patch でよいと思います。
添付し...
ohai (Ippei Obayashi)
08:03 AM Feature #8667 (Assigned): Unable to set OpenSSL GCM iv_length in Ruby
drbrain (Eric Hodel)
08:02 AM Feature #8667 (Closed): Unable to set OpenSSL GCM iv_length in Ruby
Hello,

In OpenSSL you are allowed to change the iv_length on an AES-BCM cipher. (
http://www.openssl.org/docs...
Anonymous
08:02 AM Bug #8666 (Closed): Unable to set OpenSSL GCM iv_length in Ruby
Hello,

In OpenSSL you are allowed to change the iv_length on an AES-BCM cipher. (
http://www.openssl.org/docs...
Anonymous
07:55 AM Bug #8659 (Assigned): Curses::Window#bkgdset does not handle color correctly
drbrain (Eric Hodel)
06:01 AM Feature #8635: attr_accessor with default block
May be thread-safety should be optional. But it definitely should be. prijutme4ty (Ilya Vorontsov)

07/22/2013

05:55 PM Feature #8640: Add Time#elapsed to return nanoseconds since creation
+1
Should save a lot of Time object allocations.
vipulnsward (Vipul Amler)
09:37 AM Feature #6626 (Closed): Readline.delete_text
This issue was solved with changeset r42101.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby...
kouji (Kouji Takao)
07:06 AM Bug #8611: Minitest encoding problems.
All right, I am no longer getting the same error since I patched it for myself, but to illustrate what I am talking a... Anonymous

07/21/2013

07:15 PM Feature #8658: Process.clock_gettime
While I appreciate Ruby is not always taking the lowest common denominator for functionality (fork, etc),
we need a ...
Eregon (Benoit Daloze)
04:59 PM Feature #8658: Process.clock_gettime
2013/7/21 "Martin J. Dürst" <[email protected]>:
>
> On 2013/07/19 21:32, akr (Akira Tanaka) wrote:
>
>> On...
akr (Akira Tanaka)
02:53 PM Feature #8658: Process.clock_gettime
Hello Akira,

On 2013/07/19 21:32, akr (Akira Tanaka) wrote:

> On LP64 systems, Fixnum can represent 2**62-...
duerst (Martin Dürst)
11:17 AM Bug #8660 (Rejected): rb_thread_blocking_region deprecated, no alternative in ruby.h
See ruby/thread.h. nobu (Nobuyoshi Nakada)
05:20 AM Feature #8661 (Closed): Add option to print backtrace in reverse order (stack frames first and error last)
Currently, the way ruby prints backtrace is that the error comes first and then the stack frames, like this:
```
...
gary4gar (Gaurish Sharma)
 

Also available in: Atom