Project

General

Profile

Activity

From 05/02/2012 to 05/08/2012

05/08/2012

11:18 PM Bug #6407: Most Test Failure for BigDecimal on 64bit Windows, any GCC parameter needed?
This issue is related with sprintf "%zd" format which is a C99 feature.
To enable sprintf "%zd" format, Ruby 1.9.3 de...
phasis68 (Heesob Park)
10:16 PM Feature #6373: public #self
Perhaps Smalltalk has the best suggestion. :) shevegen (Robert A. Heiler)
10:13 PM Feature #6412: Make Dir.entries default to Dir.entries(Dir.pwd)
Sorry, this is the wrong one.
This is not a "bug", I wanted to mark it as feature, but it
seems I clicked too qu...
shevegen (Robert A. Heiler)
10:12 PM Feature #6412 (Rejected): Make Dir.entries default to Dir.entries(Dir.pwd)
Is there a reason why Dir.entries requires one argument?
I think it would be easier and more convenient for the us...
shevegen (Robert A. Heiler)
10:12 PM Feature #6413 (Rejected): Make Dir.entries default to Dir.entries(Dir.pwd)
Is there a reason why Dir.entries requires one argument?
I think it would be easier and more convenient for the us...
shevegen (Robert A. Heiler)
09:01 PM Bug #6401 (Closed): Windows bug with File.pos
This issue was solved with changeset r35594.
Jason, thank you for reporting this issue.
Your contribution to Ruby is ...
Anonymous
01:02 PM Bug #6401: Windows bug with File.pos
Sounds like changes worth waiting for! I look forward to the next 1.9.3 patch release because my application requires... jmthomas (Jason Thomas)
01:52 AM Bug #6401: Windows bug with File.pos
As just one example, due to the Windows IO refactoring led primarily by Shirosaki-san, read performance improved from... jonforums (Jon Forums)
01:34 AM Bug #6401: Windows bug with File.pos
jmthomas (Jason Thomas) wrote:
> Is there some reason that the file reading got so messed up between 193p0 and now? ...
luislavena (Luis Lavena)
01:14 AM Bug #6401: Windows bug with File.pos
Is there some reason that the file reading got so messed up between 193p0 and now? Was there a refactor / rewrite of ... jmthomas (Jason Thomas)
08:44 PM Bug #6411 (Closed): Small documentation correction for cp_r GH#114
The following is a cross-post from GH#114
https://github.com/ruby/ruby/pull/114
zzak (zzak _)
08:29 PM Feature #6409: public_send is easily bypassed
=begin
Maybe something like:

class SafeClass
METHOD_SAFE = { :safe_method_1 => true, :safe_method_2 => true }...
alexeymuranov (Alexey Muranov)
08:02 PM Feature #6409: public_send is easily bypassed
Now I know `public_send` should _not_ be trusted with arbitrary method names/arguments. Is there even a safe version ... postmodern (Hal Brodigan)
07:48 PM Feature #6409: public_send is easily bypassed
Wouldn't something as proposed in http://bugs.ruby-lang.org/issues/5455 help in the long run? MartinBosslet (Martin Bosslet)
07:02 PM Feature #6409: public_send is easily bypassed
@postmodern, `send` is a public method, why would `public_send` refuse to call it? Were you suggesting to remove the... alexeymuranov (Alexey Muranov)
04:39 PM Feature #6409 (Rejected): public_send is easily bypassed
The whole purpose of public_send is to prohibit the invocation of non-public methods, probably to help detecting erro... matz (Yukihiro Matsumoto)
02:34 PM Feature #6409: public_send is easily bypassed
I see no reason to special case this. send is a public method, therefore public_send should be allowed to call it. ... jeremyevans0 (Jeremy Evans)
02:18 PM Feature #6409: public_send is easily bypassed
(({public_send})) should only allow _calling_ public methods. By extension, it should not allow calling (({send})), s... postmodern (Hal Brodigan)
12:41 PM Feature #6409: public_send is easily bypassed
This is definitely not a bug, as `send` is public.
I don't understand the rationale behind your request. You are s...
marcandre (Marc-Andre Lafortune)
09:37 AM Feature #6409 (Rejected): public_send is easily bypassed
=begin
(({public_send})) can easily be bypassed, by using it to call (({send})). (({public_send})) should explicitly...
postmodern (Hal Brodigan)
01:39 PM Bug #6410 (Closed): Documentation for SDBM
Some documentation for the SDBM standard library. jsc (Justin Collins)
09:49 AM Bug #6346 (Closed): Fix typo in documentation for abbrev.rb
drbrain (Eric Hodel)
08:31 AM Feature #5373 (Assigned): SMTP - new method
drbrain (Eric Hodel)
08:31 AM Feature #5373: SMTP - new method
Here is a patch with a test, may I commit?
There aren't many net/smtp tests so perhaps there is a better way than ...
drbrain (Eric Hodel)
05:46 AM Bug #6381 (Third Party's Issue): Useful methods like included don't appear in RDoc
=begin
Documentation for Module.included is displayed by using ri generated from 1.9.3:
$ ~/.multiruby/install/...
drbrain (Eric Hodel)
01:13 AM Bug #6387: 1.9.3p194 crashed on require in ubuntu
Sorry, I tried, I can't. It happens just in that app under ubuntu. Let me do some more digging when I found the time. ywen (Yi Wen)

05/07/2012

09:19 PM Bug #6401: Windows bug with File.pos
I confirmed the issue. Thanks for your test case.
If the end of reading buffer is CR, io_unread() needs to unread on...
h.shirosaki (Hiroshi Shirosaki)
07:54 PM Feature #6399: IO.read ignores valid open_args on Windows
I do not think that Ruby must support such non standard modes.
But if you can provide a patch to support them in oth...
usa (Usaku NAKAMURA)
06:08 PM Bug #6405 (Closed): Re: [ruby-cvs:42717] ryan:r35541 (trunk): Imported minitest 2.12.1 (r7323)
This issue was solved with changeset r35563.
Yui, thank you for reporting this issue.
Your contribution to Ruby is gr...
naruse (Yui NARUSE)
12:43 AM Bug #6405: Re: [ruby-cvs:42717] ryan:r35541 (trunk): Imported minitest 2.12.1 (r7323)
=begin
Another issue.
/Users/nobu/build/ruby/trunk/src/test/minitest/test_minitest_unit.rb: cannot load such fi...
nobu (Nobuyoshi Nakada)
01:05 PM Bug #6397 (Closed): Net::IMAP::ResponseParseError: unexpected token LPAR (expected QUOTED or LITERAL)
This issue was solved with changeset r35558.
Roman, thank you for reporting this issue.
Your contribution to Ruby is ...
shugo (Shugo Maeda)
11:03 AM Bug #6406 (Closed): Ruby crashes with Segmentation fault
This issue was solved with changeset r35555.
Shmel, thank you for reporting this issue.
Your contribution to Ruby is ...
naruse (Yui NARUSE)
02:23 AM Bug #6406: Ruby crashes with Segmentation fault
Sorry, made mistake in gem name, should be newrelic_rpm.
Updated step by step instruction assuming rails 3.2.x:
* ra...
shmeltex (Shmel de Tex)
10:22 AM Bug #5423: readlineの入力待機中に端末のウィンドウサイズ変更すると入力内容が乱れる
mameさん、naruseさん、情報ありがとうございます。
こちらの環境では再現しないため、どうにも困っていました。
いただいた情報を元に少し調べてみます。
Readlineのバージョン(5.X, 6.1, 6.2)も関係がある...
kouji (Kouji Takao)
10:20 AM Bug #6408: DelegateClass#eql? and <=> don't work as expected
Hi,
jeremyevans (Jeremy Evans) wrote:
> Changing this behavior would likely break existing code. So if this to
...
marcandre (Marc-Andre Lafortune)
09:53 AM Bug #6408: DelegateClass#eql? and <=> don't work as expected
On 05/07 07:15, marcandre (Marc-Andre Lafortune) wrote:
>
> Hi,
>
> In your patch, for both `if obj.equal?...
jeremyevans (Jeremy Evans)
08:34 AM Bug #6408: DelegateClass#eql? and <=> don't work as expected
Hi,
> I was thinking that too, but the current implementation of != and ==
> don't do the is_a? check. Maybe t...
marcandre (Marc-Andre Lafortune)
08:23 AM Bug #6408: DelegateClass#eql? and <=> don't work as expected
On Mon, May 07, 2012 at 07:15:34AM +0900, marcandre (Marc-Andre Lafortune) wrote:
>
> Issue #6408 has been update...
Anonymous
07:24 AM Bug #6408: DelegateClass#eql? and <=> don't work as expected
marcandre (Marc-Andre Lafortune) wrote:
> Hi,
>
> In your patch, for both `if obj.equal? self`, shouldn't it be `...
marcandre (Marc-Andre Lafortune)
07:15 AM Bug #6408: DelegateClass#eql? and <=> don't work as expected
Hi,
In your patch, for both `if obj.equal? self`, shouldn't it be `if obj.is_a? Delegator`?
For many classes th...
marcandre (Marc-Andre Lafortune)
04:48 AM Bug #6408 (Closed): DelegateClass#eql? and <=> don't work as expected
It seems these two methods aren't delegating to the delegate object when compared against itself.
I've attached a ...
tenderlovemaking (Aaron Patterson)
02:45 AM Bug #6343: Improved Fiber documentation
Thanks, ok that makes sense. What should happen if someone does try and yield from a fiber that has been transferred ... andhapp (Anuj Dutta)

05/06/2012

09:56 PM Bug #6406 (Feedback): Ruby crashes with Segmentation fault
Please write procedure in commands, like
* rails g foo
* cd foo
* echo 'gem "newrelic"' >> Gemfile
And I fail...
naruse (Yui NARUSE)
12:22 PM Bug #6406: Ruby crashes with Segmentation fault
Tried with ruby 1.9.3p203 (2012-05-04 revision 35536) [x86_64-darwin11.3.0] and got the same result. shmeltex (Shmel de Tex)
11:35 AM Bug #6406 (Closed): Ruby crashes with Segmentation fault
Ruby consistently crashes with Segmentation fault. Gem newrelic in development mode has a link "List Threads", every ... shmeltex (Shmel de Tex)
09:53 PM Bug #6405: Re: [ruby-cvs:42717] ryan:r35541 (trunk): Imported minitest 2.12.1 (r7323)
(2012/05/06 6:17), zenspider (Ryan Davis) wrote:
>
> Issue #6405 has been updated by zenspider (Ryan Davis).
...
naruse (Yui NARUSE)
12:23 PM Bug #6405: Re: [ruby-cvs:42717] ryan:r35541 (trunk): Imported minitest 2.12.1 (r7323)
2012/5/6 zenspider (Ryan Davis) <[email protected]>:

> This is why I don't run full tests before:
>
> ...
akr (Akira Tanaka)
06:53 AM Bug #6405: Re: [ruby-cvs:42717] ryan:r35541 (trunk): Imported minitest 2.12.1 (r7323)
(2012/05/06 5:05), zenspider (Ryan Davis) wrote:
>
> Issue #6405 has been updated by zenspider (Ryan Davis).
...
naruse (Yui NARUSE)
06:29 AM Bug #6405: Re: [ruby-cvs:42717] ryan:r35541 (trunk): Imported minitest 2.12.1 (r7323)
On Sat, May 5, 2012 at 5:17 PM, zenspider (Ryan Davis)
<[email protected]> wrote:
>
> Issue #6405 has been...
kosaki (Motohiro KOSAKI)
06:17 AM Bug #6405: Re: [ruby-cvs:42717] ryan:r35541 (trunk): Imported minitest 2.12.1 (r7323)
How can I run the tests if the tests _hang_? zenspider (Ryan Davis)
05:53 AM Bug #6405: Re: [ruby-cvs:42717] ryan:r35541 (trunk): Imported minitest 2.12.1 (r7323)
Hi Ryan

We hope to you will run full-test before importing any change to keep ruby stable.
You can use paral...
ayumin (Ayumu AIZAWA)
05:05 AM Bug #6405: Re: [ruby-cvs:42717] ryan:r35541 (trunk): Imported minitest 2.12.1 (r7323)
=begin
This is why I don't run full tests before:
% egrep "= (E|F)" test.ruby.1.txt
TestBug4409#test_bug4409 = 76...
zenspider (Ryan Davis)
09:17 PM Bug #6387: 1.9.3p194 crashed on require in ubuntu
Could you show a small reproducible code and process to run it?
[ruby-core:42488] is a good example.
naruse (Yui NARUSE)
11:00 AM Bug #6387: 1.9.3p194 crashed on require in ubuntu
And it never happened on Mac OSX, just under ubuntu ywen (Yi Wen)
10:59 AM Bug #6387: 1.9.3p194 crashed on require in ubuntu
It is not by yard itself. It is a Rails project and it has pry-doc installed. When running rspec loading gems it enco... ywen (Yi Wen)
02:53 PM Bug #6407 (Closed): Most Test Failure for BigDecimal on 64bit Windows, any GCC parameter needed?
Compiled with MinGW64, GCC (4.6.3) or (GCC 4.7.0), configure as ./configure --build=x86_64-w64-mingw32 CFLAGS="-O2 -f... [email protected] (ray linn)
02:41 PM Bug #6391: Segment Fault while execute make_encmake.rb for Ruby 1.9.3 P194 ( MinGW64)
that means even choose -O0, still could see this issue. could it be duplicated on Linux? [email protected] (ray linn)
05:58 AM Bug #4814: minitest 2.2.x and test/unit do not get along
On Jun 2, 2011, at 03:56 , Shota Fukumori wrote:

> could test again with `make TESTS="-v testunit/test_parallel.r...
zenspider (Ryan Davis)
05:57 AM Bug #4814: minitest 2.2.x and test/unit do not get along
On Jun 2, 2011, at 03:56 , Shota Fukumori wrote:

> could test again with `make TESTS="-v testunit/test_parallel.r...
zenspider (Ryan Davis)

05/05/2012

11:31 PM Bug #6405: Re: [ruby-cvs:42717] ryan:r35541 (trunk): Imported minitest 2.12.1 (r7323)
hi Ryan,
I just sent pull request.
https://github.com/seattlerb/minitest/pull/124
Thanks.
ayumin (Ayumu AIZAWA)
11:17 PM Bug #6405 (Assigned): Re: [ruby-cvs:42717] ryan:r35541 (trunk): Imported minitest 2.12.1 (r7323)
sorry, r35543 was wrong. ( reverted by r35544)
It should be fixed by mintiest side like as following:
--- a/lib...
ayumin (Ayumu AIZAWA)
06:27 PM Bug #6405 (Closed): Re: [ruby-cvs:42717] ryan:r35541 (trunk): Imported minitest 2.12.1 (r7323)
This issue was solved with changeset r35543.
Yui, thank you for reporting this issue.
Your contribution to Ruby is gr...
ayumin (Ayumu AIZAWA)
05:27 PM Bug #6405 (Closed): Re: [ruby-cvs:42717] ryan:r35541 (trunk): Imported minitest 2.12.1 (r7323)
After r35541, test-all fails as following:

2) Error:
test_equals_tilde(TestGemPlatform):
TypeError: can't...
naruse (Yui NARUSE)
04:22 PM Bug #6391: Segment Fault while execute make_encmake.rb for Ruby 1.9.3 P194 ( MinGW64)
I can reproduce this issue for trunk with MinGW64 4.7.0 on Windows 7.
I found it is related with inline function o...
phasis68 (Heesob Park)
10:35 AM Feature #6362: Modular exponentiation/inverse
mame (Yusuke Endoh) wrote:
> Martin, thanks. Assigning it to matz.
Sure, you're welcome :)
> nobu wrote:
> > W...
MartinBosslet (Martin Bosslet)
10:01 AM Feature #6361: Bitwise string operations
kernigh (George Koehler) wrote:
> =begin
> With this design, String#& and String#~ never modify the original string...
MartinBosslet (Martin Bosslet)
09:54 AM Feature #6361: Bitwise string operations
duerst (Martin Dürst) wrote:
>
> Despite the title of this issue, I didn't see any *bit*wise operations
> (e.g. ...
MartinBosslet (Martin Bosslet)
09:38 AM Feature #6361: Bitwise string operations
nobu (Nobuyoshi Nakada) wrote:
>
> What you want seems (({BitArray})), not a kind of char string.
>
Thought th...
MartinBosslet (Martin Bosslet)
08:38 AM Bug #6387: 1.9.3p194 crashed on require in ubuntu
This seems different issue from #5181, and looks like #5931;
it seems because of something around GC.
naruse (Yui NARUSE)
08:11 AM Feature #2565: adding hooks for better tracing
Aaron,
Thanks. I had no idea about the licence.
Is your branch stable(ish) to try it out?
andhapp (Anuj Dutta)
07:58 AM Bug #5263 (Closed): Ruby crash when installing yard-0.7.2 installation
This is fixed in Ruby 1.9.3-p125. naruse (Yui NARUSE)
07:57 AM Bug #5224 (Closed): Yard seems to be crashing ruby.
This is fixed in Ruby 1.9.3-p125. naruse (Yui NARUSE)
05:23 AM Bug #5423: readlineの入力待機中に端末のウィンドウサイズ変更すると入力内容が乱れる
たぶん readline した後に rl_free_line_state() するのが本質だと思います。
残りはなんで入れたんだろう、今はF9+Readline5.2で消しても再現しないので、
+ rl_catch_sign...
naruse (Yui NARUSE)
04:18 AM Feature #6311: memmem()によるrb_memsearch()の高速化
rb_memsearch_ss() を入れたのはわたしですね。
Linux と FreeBSD あたりで memmem 利用より速いのだったら置き換えちゃっていいんじゃないかと思います。
missing/memmem.c 作って ...
naruse (Yui NARUSE)
02:07 AM Bug #6398 (Closed): Add tests for Zlib.inflate and Zlib.deflate
This issue was solved with changeset r35540.
Charles, thank you for reporting this issue.
Your contribution to Ruby i...
naruse (Yui NARUSE)
01:14 AM Bug #6324 (Closed): Spurious/incorrect warning on File.open with internal_encoding specified in string mode to duplicate external_encoding
This issue was solved with changeset r35538.
jonathan, thank you for reporting this issue.
Your contribution to Ruby ...
naruse (Yui NARUSE)
12:36 AM Bug #6401 (Assigned): Windows bug with File.pos
luislavena (Luis Lavena)
12:33 AM Bug #6401 (Closed): Windows bug with File.pos
On Windows since Ruby 1.9.3p125 there have been issues with File.pos and File.readline. Ruby 1.9.3p0 does not have th... jmthomas (Jason Thomas)

05/04/2012

10:34 PM Feature #5785 (Assigned): Readline に pre_input_hook, insert_text, redisplay を追加
kouji (Kouji Takao) wrote:
> This issue was solved with changeset r35513.
> Tomoyuki, thank you for reporting this ...
naruse (Yui NARUSE)
10:20 PM Bug #6397 (Assigned): Net::IMAP::ResponseParseError: unexpected token LPAR (expected QUOTED or LITERAL)
mame (Yusuke Endoh)
10:19 PM Bug #5423 (Assigned): readlineの入力待機中に端末のウィンドウサイズ変更すると入力内容が乱れる
#5023 もこれと同じ原因だと思います。再現します。
r24140 は #1118 で成瀬さんが FreeBSD のために入れたようですが、なんでこれで SEGV 回避になるのか説明がなくて
よくわかりませんが、r24140...
mame (Yusuke Endoh)
09:33 PM Bug #6400 (Closed): dl/callback with fiddle occurs SEGV on NetBSD amd64
On NetBSD amd64, libffi with callback occurs SEGV as following.
kelvena% cat p
require 'dl/callback'
require 'd...
naruse (Yui NARUSE)
09:26 AM Feature #6399 (Assigned): IO.read ignores valid open_args on Windows
mame (Yusuke Endoh)
08:08 AM Feature #6399: IO.read ignores valid open_args on Windows
Of course, you mean "valid on Windows", I guess. nobu (Nobuyoshi Nakada)
07:25 AM Feature #6399: IO.read ignores valid open_args on Windows
Grr, should be "open_args". djberg96 (Daniel Berger)
07:25 AM Feature #6399 (Feedback): IO.read ignores valid open_args on Windows
On Microsoft Windows the fopen function accepts many more modes than the standard function:
http://msdn.microsoft....
djberg96 (Daniel Berger)
09:24 AM Bug #6398 (Assigned): Add tests for Zlib.inflate and Zlib.deflate
mame (Yusuke Endoh)
06:09 AM Bug #6398 (Closed): Add tests for Zlib.inflate and Zlib.deflate
These just dispatch the same as calling Zlib::Deflate.deflate and Zlib::Inflate.inflate, but the Zlib-bound versions ... headius (Charles Nutter)
08:50 AM Feature #6361: Bitwise string operations
=begin
: kernigh (George Koehler) wrote:
The main reason, to perform bitwise operations on a String, is to use thi...
nobu (Nobuyoshi Nakada)
08:13 AM Feature #6361: Bitwise string operations
Just throwing this out there, but a new class could be introduced first, then used as a replacement for Pack/IO/etc. ... jballanc (Joshua Ballanco)
06:04 AM Feature #6361: Bitwise string operations
=begin
A new BinaryString (or Blob) class would entail several changes. For example, Array#pack and IO#read(n) would...
kernigh (George Koehler)
12:53 AM Feature #6361: Bitwise string operations
On Thursday, May 3, 2012 at 9:16 AM, "Martin J. Dürst" wrote:
> On 2012/04/30 1:50, Joshua Ballanco wrote:
>
> ...
jballanc (Joshua Ballanco)
05:59 AM Feature #6309: Add a reference queue for weak references
I linked to a concrete use case in the original report...an implementation of a "weak ID map" entirely in Ruby withou... headius (Charles Nutter)
04:14 AM Bug #6246: 1.9.3-p125 intermittent segfault
Since my last post, I've continued to see the crash
But today I came across this bug report for the logging gem
...
jshow (Jodi Showers)
01:43 AM Feature #3344: supporting rfc 5789 - http patch verb
Why is that? isaacsanders (Isaac Sanders)
01:33 AM Bug #6392 (Closed): rdoc -E option does not work
This issue was solved with changeset r35532.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby...
nobu (Nobuyoshi Nakada)
01:31 AM Bug #6393 (Closed): rdoc does not parse multibyte files
This issue was solved with changeset r35531.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby...
nobu (Nobuyoshi Nakada)

05/03/2012

11:41 PM Bug #6397 (Closed): Net::IMAP::ResponseParseError: unexpected token LPAR (expected QUOTED or LITERAL)
While parsing the following response:
C: RUBY0004 UID FETCH 2862 BODYSTRUCTURE
S: * 980 FETCH (UID 2862 BODYSTRUC...
romanbsd (Roman Shterenzon)
09:10 PM Bug #6396 (Rejected): instance_eval内での変数の扱いについて
nobu (Nobuyoshi Nakada)
09:09 PM Bug #6396: instance_eval内での変数の扱いについて
=begin
一度 x への代入が現れれば、そのスコープではそこ以降では x というローカル変数が定義されていることになります。
これは構文解釈時に行われる判断なので、実際に代入されるかどうかは無関係です。
o.x へ代...
nobu (Nobuyoshi Nakada)
08:39 PM Bug #6396 (Rejected): instance_eval内での変数の扱いについて
=begin
class O
attr_accessor :x
end
o = O.new
o.x = 99
o.instance_eval do
p x #=> 99
...
uy (西行寺 うゆ)
04:16 PM Bug #6381 (Assigned): Useful methods like included don't appear in RDoc
Thanks for letting me know. Eric, what do you think?
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
02:59 PM Bug #6381: Useful methods like included don't appear in RDoc
Dne 3.5.2012 6:23, mame (Yusuke Endoh) napsal(a):
> Issue #6381 has been updated by mame (Yusuke Endoh).
>
> S...
Anonymous
01:23 PM Bug #6381 (Rejected): Useful methods like included don't appear in RDoc
Eric, who is a RDoc maintainer, has already answered [ruby-core:40663] and [ruby-core:40679].
Ruby-doc admin seems t...
mame (Yusuke Endoh)
03:53 PM Bug #6343: Improved Fiber documentation
(2012/05/03 8:12), andhapp (Anuj Dutta) wrote:
> Thanks ko1 for your comment. The example doesn't use Fiber#resume...
ko1 (Koichi Sasada)
08:12 AM Bug #6343: Improved Fiber documentation
Hi,
Thanks ko1 for your comment. The example doesn't use Fiber#resume on fiber1. It uses Fiber.yield to return to ...
andhapp (Anuj Dutta)
07:53 AM Bug #6343: Improved Fiber documentation
Hi,

We shouldn't mix Fiber#yield, Fiber.resume and Fiber.transfer. In other
words, fiber1 shouldn't use Fibe...
ko1 (Koichi Sasada)
03:23 PM Feature #6361: Bitwise string operations
On 2012/04/30 1:50, Joshua Ballanco wrote:

> I know it seems like this class is just wrapping String and always...
duerst (Martin Dürst)
09:07 AM Feature #6361: Bitwise string operations
Added the possibility to specify an encoding when converting
to a String, forgot about that in the first version.
MartinBosslet (Martin Bosslet)
02:53 PM Feature #6376: Feature lookup and checking if feature is loaded
On Thu, May 3, 2012 at 6:53 AM, Yusuke Endoh <[email protected]> wrote:
> 2012/5/3 Nikolai Weibull <[email protected]>:
>>...
now (Nikolai Weibull)
02:04 PM Feature #6376: Feature lookup and checking if feature is loaded
I think it depends. For on thing, a library's api can change over time. So that might not be the best fit, if what yo... trans (Thomas Sawyer)
01:53 PM Feature #6376: Feature lookup and checking if feature is loaded
2012/5/3 Nikolai Weibull <[email protected]>:
> so if you have a file that provides A::B and B has already been
> provi...
mame (Yusuke Endoh)
01:23 PM Feature #6376: Feature lookup and checking if feature is loaded
On Thu, May 3, 2012 at 6:02 AM, mame (Yusuke Endoh) <[email protected]> wrote:
>
> Issue #6376 has been updated by ma...
now (Nikolai Weibull)
01:02 PM Feature #6376 (Feedback): Feature lookup and checking if feature is loaded
Of course you know what is defined by the feature you loaded, don't you?
(If not, you must not load such a file; it ...
mame (Yusuke Endoh)
02:13 PM Feature #6394 (Assigned): Support SO_ORIGINAL_DST socket option
mame (Yusuke Endoh)
01:40 PM Bug #6387 (Feedback): 1.9.3p194 crashed on require in ubuntu
Hello, thank you for reporting.
Could you please elaborate how to reproduce?
I tried below by seeing #5181, but f...
mame (Yusuke Endoh)
01:07 PM Feature #6388: Convert README to README.rdoc with formatting
It doesn't seem necessary, because you hadn't mentioned about github at all.
Github's RDoc parser seems dealing wi...
nobu (Nobuyoshi Nakada)
01:06 PM Bug #6370: NaNTest failed for Ruby 1.9.3 P194
Heesob Park, thank you!
And I'm very sorry. I made a mistake with your name in [ruby-core:44692].
--
Yusuke ...
mame (Yusuke Endoh)
12:50 PM Bug #6378 (Assigned): irb incorrectly considers line incomplete when parenthesis are excluded
Thanks, assigning it to keiju who is a developer/maintainer of irb.
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
12:48 PM Bug #6374 (Feedback): Acces to initialized class variable from included module
I guess this is where "the Standard" comes in.
Anyone who can check ISO/IEC 30170 ? I don't have ;-)
--
Yusuke...
mame (Yusuke Endoh)
12:03 PM Feature #6362 (Assigned): Modular exponentiation/inverse
Martin, thanks. Assigning it to matz.
nobu wrote:
> What about a new class, say Modulo?
I guess, it would be ...
mame (Yusuke Endoh)
11:52 AM Feature #6308 (Assigned): Eliminate delegation from WeakRef
Thanks, please wait a "ruling" of matz.
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
11:50 AM Feature #6309 (Assigned): Add a reference queue for weak references
On second thought, the proposal should first get an approval from matz. Sorry. Assigning this to him.
Still, it wo...
mame (Yusuke Endoh)
11:29 AM Feature #6309: Add a reference queue for weak references
Ah, I knew what you are proposing by seeing Javadoc:
http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/ref/Re...
mame (Yusuke Endoh)
09:53 AM Feature #2565: adding hooks for better tracing
On Thu, May 03, 2012 at 08:04:37AM +0900, andhapp (Anuj Dutta) wrote:
>
> Issue #2565 has been updated by andhapp...
Anonymous
08:04 AM Feature #2565: adding hooks for better tracing
I was just looking at Joyent's ruby dtrace page and saw ruby-probe (Probe that can be fired from ruby code). However,... andhapp (Anuj Dutta)
02:29 AM Feature #2565: adding hooks for better tracing
On Wed, May 02, 2012 at 01:01:17PM +0900, SASADA Koichi wrote:
> Hi,
>
> (2012/05/02 11:38), Aaron Patterson wro...
Anonymous
02:12 AM Feature #2565: adding hooks for better tracing
I've updated the patch to rename all macros to RUBY_DTRACE_* tenderlovemaking (Aaron Patterson)
09:40 AM Bug #6391: Segment Fault while execute make_encmake.rb for Ruby 1.9.3 P194 ( MinGW64)
Here is the update:
1. I renamed my folder local to local.old, so that any 3rd partt lib will not be linked.
2. R...
[email protected] (ray linn)
09:40 AM Bug #6391: Segment Fault while execute make_encmake.rb for Ruby 1.9.3 P194 ( MinGW64)
Sorry for duplicate items since bugs system has some problem last night. [email protected] (ray linn)
09:40 AM Bug #6391: Segment Fault while execute make_encmake.rb for Ruby 1.9.3 P194 ( MinGW64)
Here is the update:
1. I renamed my folder local to local.old, so that any 3rd partt lib will not be linked.
2. R...
[email protected] (ray linn)
09:14 AM Bug #6395 (Closed): Fixed example for fiber transfer
This issue was solved with changeset r35523.
Anuj, thank you for reporting this issue.
Your contribution to Ruby is g...
ayumin (Ayumu AIZAWA)
08:31 AM Bug #6395 (Closed): Fixed example for fiber transfer
The example for fiber transfer had incorrect output. Minor correction. andhapp (Anuj Dutta)
09:03 AM Feature #3344: supporting rfc 5789 - http patch verb
No new features in dying branches. nobu (Nobuyoshi Nakada)
02:59 AM Feature #3344: supporting rfc 5789 - http patch verb
IMHO, I'm not positive to patch it to 1.8.7 or 1.9.2, because these 2 versions will be unsupported soon.


--
...
ayumin (Ayumu AIZAWA)
02:25 AM Feature #3344: supporting rfc 5789 - http patch verb
What do you think about backporting these to 1.8.7 and 1.9.2? There are two backport tickets open for this:
http:...
tenderlovemaking (Aaron Patterson)
01:36 AM Bug #6386 (Assigned): URI.parse should raise an error for invalid uri 'http:/'
ayumin (Ayumu AIZAWA)

05/02/2012

11:21 PM Feature #6390 (Closed): ラムダの宣言ででるsyntax errorについて
This issue was solved with changeset r35520.
西行寺, thank you for reporting this issue.
Your contribution to Ruby is gr...
nobu (Nobuyoshi Nakada)
04:10 PM Feature #6390 (Assigned): ラムダの宣言ででるsyntax errorについて
これはバグだと思いますがいかがでしょう。 shyouhei (Shyouhei Urabe)
01:39 PM Feature #6390 (Closed): ラムダの宣言ででるsyntax errorについて
->x,y{x+y}
->(x,y){x+y}
->x,y {x+y}
->(x,y) {x+y}
-> x,y{x+y}
-> (x,y){x+y} # これだけ syntax error
この記述でもエラーに...
uy (西行寺 うゆ)
10:54 PM Feature #6394 (Rejected): Support SO_ORIGINAL_DST socket option
In Linux, SO_ORIGINAL_DST provides the original packet destination, which is very useful when packet is translated by... rascov (Min-Cheng Chan)
10:03 PM Bug #6391 (Feedback): Segment Fault while execute make_encmake.rb for Ruby 1.9.3 P194 ( MinGW64)
Hello,
Are you trying to build trunk? GCC 4.7.0 changes hasn't been backported yet to ruby_1_9_3 branch
There i...
luislavena (Luis Lavena)
06:41 PM Bug #6391: Segment Fault while execute make_encmake.rb for Ruby 1.9.3 P194 ( MinGW64)
(gdb) print obj
$1 = (RVALUE *) 0x200000000
(gdb) print ptr
$2 = 8589934592
(gdb) print RANY(ptr)
No symbol "RAN...
[email protected] (ray linn)
06:35 PM Bug #6391: Segment Fault while execute make_encmake.rb for Ruby 1.9.3 P194 ( MinGW64)
here is the GDB output:
Program received signal SIGSEGV, Segmentation fault.
gc_mark (objspace=objspace@entry=0x5...
[email protected] (ray linn)
05:06 PM Bug #6391: Segment Fault while execute make_encmake.rb for Ruby 1.9.3 P194 ( MinGW64)
and Bug #6333 has been patched. [email protected] (ray linn)
03:33 PM Bug #6391: Segment Fault while execute make_encmake.rb for Ruby 1.9.3 P194 ( MinGW64)
comfirmed with "-O1" has the same issued. [email protected] (ray linn)
02:01 PM Bug #6391 (Closed): Segment Fault while execute make_encmake.rb for Ruby 1.9.3 P194 ( MinGW64)
The Ruby is compiled by MinGW64 (GCC 4.7.0 ), configure script is :
./configure --build=x86_64-w64-mingw32 CFLAGS=...
[email protected] (ray linn)
09:34 PM Feature #6388: Convert README to README.rdoc with formatting
Hi Nobu, Thanks for the merge!
Is there a reason to remove the '.rdoc' extensions?
As you can see[1], github w...
zzak (zzak _)
01:06 PM Feature #6388 (Closed): Convert README to README.rdoc with formatting
This issue was solved with changeset r35518.
Zachary, thank you for reporting this issue.
Your contribution to Ruby i...
nobu (Nobuyoshi Nakada)
08:52 AM Feature #6388: Convert README to README.rdoc with formatting
I've added another patch to convert README.ja to rdoc. zzak (zzak _)
07:48 AM Feature #6388: Convert README to README.rdoc with formatting
Changed some of the code formatting in the rdoc markup. zzak (zzak _)
07:43 AM Feature #6388 (Closed): Convert README to README.rdoc with formatting
I've moved the current README into README.rdoc and reformatted using rdoc markup. See attached patch. zzak (zzak _)
07:46 PM Feature #6367: #same? for Enumerable
homogeneous? :) andhapp (Anuj Dutta)
07:21 PM Feature #1917: Curses::Window#keypad(true) fails for Curses::Key::ENTER ?
Sorry for this quite late response... I happened to realize that this is not 1.8.7 specific.
Moved to trunk, assign...
shyouhei (Shyouhei Urabe)
07:19 PM Feature #1917 (Assigned): Curses::Window#keypad(true) fails for Curses::Key::ENTER ?
shyouhei (Shyouhei Urabe)
07:13 PM Bug #6343 (Closed): Improved Fiber documentation
This issue was solved with changeset r35519.
Anuj, thank you for reporting this issue.
Your contribution to Ruby is g...
ayumin (Ayumu AIZAWA)
06:53 PM Feature #6354: Remove escape (break/return/redo/next support) from class/module scope
(2012/04/30 10:16), ktsj (Kazuki Tsujimoto) wrote:
>
> Issue #6354 has been updated by ktsj (Kazuki Tsujimoto)....
ko1 (Koichi Sasada)
03:48 PM Bug #6393 (Assigned): rdoc does not parse multibyte files
nobu (Nobuyoshi Nakada)
03:47 PM Bug #6393 (Closed): rdoc does not parse multibyte files
=begin
(({RDoc::Parser.binary?})) mistakenly returns (({true})) against the
file which contains correct multibyte c...
nobu (Nobuyoshi Nakada)
03:29 PM Bug #6392 (Closed): rdoc -E option does not work
=begin
Since RDoc 2.5, ((%--extension%)) option seems not working.
$ rdoc -v -Eja=rdoc README.ja
uh-oh! RDoc...
nobu (Nobuyoshi Nakada)
01:23 PM Feature #2565: adding hooks for better tracing
Hi,

(2012/05/02 11:38), Aaron Patterson wrote:
> DTrace allows us to specify the stability of the probes. I'...
ko1 (Koichi Sasada)
11:53 AM Feature #2565: adding hooks for better tracing
On Wed, May 02, 2012 at 10:25:13AM +0900, SASADA Koichi wrote:
> (2012/05/02 10:23), SASADA Koichi wrote:
> > rena...
Anonymous
11:53 AM Feature #2565: adding hooks for better tracing
On Wed, May 02, 2012 at 10:18:53AM +0900, SASADA Koichi wrote:
> (2012/05/02 8:25), tenderlovemaking (Aaron Patters...
Anonymous
10:29 AM Feature #2565: adding hooks for better tracing
(2012/05/02 10:23), SASADA Koichi wrote:
> rename to another one (for example, RUBY_PROBLE_FUNCTION_RETURN_ENABLED...
ko1 (Koichi Sasada)
10:29 AM Feature #2565: adding hooks for better tracing
(2012/05/02 8:25), tenderlovemaking (Aaron Patterson) wrote:
> File dtrace.diff added

One more comment.

...
ko1 (Koichi Sasada)
10:23 AM Feature #2565: adding hooks for better tracing
(2012/05/02 8:25), tenderlovemaking (Aaron Patterson) wrote:
> I've attached a patch that adds dtrace probes to tr...
ko1 (Koichi Sasada)
08:25 AM Feature #2565: adding hooks for better tracing
Hi,
I've attached a patch that adds dtrace probes to trunk. If nobody objects, I will apply.
The patch doesn't...
tenderlovemaking (Aaron Patterson)
12:55 PM Bug #6389 (Closed): Should be able to `return' and `break' from callback method of plain DL?
IRCで笹田さんと話をしていて発見したのですが、fiddleありだと
DLのコールバックメソッドからreturnやbreakが可能ですが、なしだと
LocalJumpErrorが発生します。
私の見解としては、returnで...
usa (Usaku NAKAMURA)
12:31 PM Bug #5358: YAML 中のタグの扱いについて
アーロンさんにご返信をいただいてないので納得というと何ともですが、close していただくのは問題ありません。
私としては、以下の質問に対してRubyの仕様として公式なご回答が頂けるとるりまに反映しやすいくらいでした。
>...
sho-h (Sho Hashimoto)
09:48 AM Feature #5784 (Closed): Readline.special_prefixes の追加
This issue was solved with changeset r35515.
Tomoyuki, thank you for reporting this issue.
Your contribution to Ruby ...
kouji (Kouji Takao)
07:01 AM Bug #6387: 1.9.3p194 crashed on require in ubuntu
I am sorry. meant to reference the issue #5181 ywen (Yi Wen)
06:58 AM Bug #6387 (Closed): 1.9.3p194 crashed on require in ubuntu
I was reading the #5181. It seems the same thing coming back into ruby 1.9.3. Below is the backtrace:
I tried both...
ywen (Yi Wen)
06:54 AM Bug #6386: URI.parse should raise an error for invalid uri 'http:/'
Here's a gist[1] of the same workaround, in case the pastie gets pruned.
1: https://gist.github.com/2571731
zzak (zzak _)
06:40 AM Bug #6386: URI.parse should raise an error for invalid uri 'http:/'
Switched to URI maintainer drbrain (Eric Hodel)
06:29 AM Bug #6386 (Rejected): URI.parse should raise an error for invalid uri 'http:/'
I've added a test to cover this, or you can use the following workaround[1].
1: http://pastie.org/3845341
zzak (zzak _)
12:40 AM Feature #4052: File.lutime Patch
I found that File.lutimes can be used in fileutils.rb.
Recently I fixed copy_metadata method in fileutils.rb.
It ...
akr (Akira Tanaka)
 

Also available in: Atom