Activity
From 05/28/2014 to 06/03/2014
06/03/2014
-
10:59 PM Feature #9852: How to bundle test-unit2 and minitest5
- I don't think we need to actually commit the gem files to SVN, but I think your patch is a good start.
We could ha... -
10:34 PM Bug #9899 (Closed): Seg fault on Ruby 2.1.1 with newrelic_rpm
- A user of New Relic has reported seeing a seg fault using Ruby 2.1.1 with our agent. Given that newrelic_rpm is pure ...
-
07:13 PM Bug #9874 (Third Party's Issue): Segmentation fault when loading rails console or rails server
- Your `oj.bundle` extension library is linked against libruby.2.0.0.
~~~
4 libruby.2.1.0.dylib 0x0000... -
05:55 PM Bug #9874: Segmentation fault when loading rails console or rails server
- Attaching .crash file from ~/Library/Logs/DiagnosticReports. (this is the only directory that contained a related .cr...
-
07:08 PM Bug #9898 (Closed): Keyword argument oddities
- Applied in changeset r46342.
----------
vm.c: return the result hash
* vm.c (core_hash_merge_kwd): should return th... -
03:48 PM Bug #9898 (Closed): Keyword argument oddities
- Case 1: If a method takes a single argument, and the method is called with a keyword splat, the method receives the p...
-
06:42 PM Bug #9897 (Feedback): Build fails for fiddle with libffi version 3.1
- Does this work?
~~~diff
diff --git a/ext/fiddle/extconf.rb b/ext/fiddle/extconf.rb
index 2190aa9..466d77e 100644... -
09:54 AM Bug #9897 (Closed): Build fails for fiddle with libffi version 3.1
- ext/fiddle/extconf.rb expects a 3-digit version string from the libffi pkg-config.
Latest libffi is version 3.1 and ... -
04:22 AM Bug #9895 (Assigned): net/imap stops responding when trying to create a message to an unexisting folder
-
04:20 AM Bug #9885 (Closed): lib/net/imap.rb: FETCH-ed BODYSTRUCTURE with "MIXED" body type fails
- Applied in changeset r46331.
----------
* lib/net/imap.rb (body_type_1part): Gmail IMAP reports a body
type as "M... -
01:10 AM Feature #9113: Ship Ruby for Linux with jemalloc out-of-the-box
- Hans de Graaff wrote:
> My point was that, being one of the Gentoo ruby maintainers, I would not want to use this me... -
12:42 AM Feature #9113: Ship Ruby for Linux with jemalloc out-of-the-box
- On Sat, May 24, 2014 at 9:48 PM, <[email protected]> wrote:
> Issue #9113 has been updated by Eric Wong.
>
>... -
12:48 AM Bug #9881 (Closed): stuck in test/openssl/test_ssl.rb on Windows
- Applied in changeset r46325.
----------
* test/openssl/test_ssl.rb (OpenSSL::TestSSL#test_verify_result):
shouldn'... -
12:48 AM Feature #9888: Hide Complex internal
- The prefix is to avoid potential name-clashes with other libraries.
06/02/2014
-
05:11 PM Feature #9113: Ship Ruby for Linux with jemalloc out-of-the-box
- Nobuyoshi Nakada wrote:
> It's a common method for autoconfisticated programs.
> Did you have troubles with it?
... -
02:56 AM Feature #9113: Ship Ruby for Linux with jemalloc out-of-the-box
- Hans de Graaff wrote:
> I'd rather not do that with the LIBS mechanism since then I cannot be sure that this is a ma... -
04:08 PM Bug #9890: Empty Date class
- I have not been able to come up with a workaround that allows removal of Date or provides a working Date class.
-
02:46 AM Bug #9890: Empty Date class
- The first related commit seems:
https://github.com/rubygems/rubygems/commit/04422c3c7fc0273a5ef9d01641fb0a2a4ee0d03d... -
02:40 AM Bug #9890 (Third Party's Issue): Empty Date class
- It seems intended.
https://github.com/rubygems/rubygems/commit/ec07d2bb5c51f3a3606e1febc93b7c73699de58e#diff-05477d3... -
03:48 PM Bug #9616: [PATCH] class.c: check for malloc failures
- Backported into `ruby_2_1` branch at r46319.
-
10:26 AM Feature #9888: Hide Complex internal
- Nobuyoshi Nakada wrote:
> Why keep `RCOMPLEX_SET_REAL` and `RCOMPLEX_SET_IMAG` public?
> They don't seem to be used... -
02:33 AM Feature #9888: Hide Complex internal
- Why keep `RCOMPLEX_SET_REAL` and `RCOMPLEX_SET_IMAG` public?
They don't seem to be used anywhere else.
At least, th... -
09:38 AM Bug #9895 (Closed): net/imap stops responding when trying to create a message to an unexisting folder
- trying to create a message to unexisting folder makes net/imap to eternize, instead of raising an exception:
~~~
... -
06:27 AM Bug #9254 (Closed): ./doc/contributing.rdoc -> CONTRIBUTING.md
- Fixed by r46312, thank you @hsbt!
-
12:00 AM Bug #9254: ./doc/contributing.rdoc -> CONTRIBUTING.md
- current docs/contributing.rdoc is too long. I'm against to move it.
-
05:37 AM Feature #9894 (Closed): [RFC] README.EXT: document rb_gc_register_mark_object
- Any comment on officially supporting this as part of the C API?
```diff
diff --git a/README.EXT b/README.EXT
ind... -
04:13 AM Feature #9893 (Closed): [RFC] README.EXT: document rb_gc_register_mark_object
- ref [ruby-core:62862]
Any comment on officially supporting this as part of the C API?
diff --git a/README.EXT b... -
02:11 AM Bug #9705: Installing ruby 2.1.1 fails while compiling (after: rvm install 2.1.1)
- Hello,
Could you try with trunk? I wonder if this is already fixed on trunk. -
01:54 AM Bug #9891 (Assigned): infinite fibers crash Ruby
-
12:01 AM Feature #9892: Contributing guide for github
- commented to #9254.
06/01/2014
-
11:57 PM Feature #9892: Contributing guide for github
- Did you see #9254?
-
11:52 PM Feature #9892: Contributing guide for github
- https://github.com/ruby/ruby/pull/625
-
10:58 AM Feature #9892 (Closed): Contributing guide for github
- github supports to show contributing guideline when send pull requests.
https://github.com/blog/1184-contributing-... -
07:27 PM Feature #9113: Ship Ruby for Linux with jemalloc out-of-the-box
- Eric Wong wrote:
> [email protected] wrote:
> > I want to suggest only add "--enable-jemalloc" (not default).
>
> ... -
05:21 PM Bug #9688: Ruby's child process inherits parent's sockets (mswin)
- Backported into `ruby_2_1` branch at r46305.
-
05:18 PM Bug #9652: Marshal doesn't dump/load Time#zone correctly with too many time object
- r45364, r45395, r45396, r45403 and r45406 were backported into `ruby_2_1` branch at r46304.
-
05:07 PM Bug #9656: check for -fno-defer-pop option in ext/dl/extconf.rb
- Backported into `ruby_2_1` branch at r46303.
-
05:04 PM Bug #9622: Extra method arguments are magically swallowed after first successful call, possible method cache bug
- Backported into `ruby_2_1` at r46302.
-
04:56 PM Bug #9645: [PATCH] variable.c: avoid memory leak on const redefinition
- Backported into `ruby_2_1` branch at r46301.
-
03:20 AM Bug #7859: Readline: Incorrect arrow key behavior in vi_editing_mode insert mode with Readline 6.2
- David Albert wrote:
> =begin
> I've discovered what I think is a bug in the (({Readline})) module in the standard l... -
01:30 AM Bug #9447: Bad interaction between Fibers and Trap handlers in Ruby > 2.0.0
- I found this bug report while searching for another bug.
This seems a bug in the Alarm implementation, not a bug i...
05/31/2014
-
10:20 PM Bug #9891 (Closed): infinite fibers crash Ruby
- When a program makes too many fibers, Ruby crashes. I found this bug while playing with an Enumerator that recursivel...
-
01:53 PM Bug #9890 (Closed): Empty Date class
- Before anything is loaded/required, there is a non-functional `Date` class.
~~~
$ GEM_HOME= GEM_PATH= irb
irb(... -
01:33 PM Feature #9887: Add uninclude please
- Same as #8967
-
02:06 AM Feature #9887 (Open): Add uninclude please
- Hi!
I would like to have a way to cleanly uninclude a module.
Consider:
```ruby
module Foo
TEST = '123'
... -
01:20 PM Feature #9889 (Closed): Hide Hash internal
- ~~~Patch
From b042711f88b74c9b260a8a6d82d3e040174c01d2 Mon Sep 17 00:00:00 2001
From: "Urabe, Shyouhei" <shyouhei@r... -
12:53 PM Feature #9888 (Closed): Hide Complex internal
- ~~~Patch
From 428bce1d9b43210ca07c89e7c594925dda3b7934 Mon Sep 17 00:00:00 2001
From: "Urabe, Shyouhei" <shyouhei@r... -
03:15 AM Bug #9886 (Third Party's Issue): [BUG] Segmentation fault ruby 2.0.0p481 (2014-05-08) [x64-mingw32]
-
12:28 AM Bug #9886: [BUG] Segmentation fault ruby 2.0.0p481 (2014-05-08) [x64-mingw32]
- This issue is a duplicate of Bug #8591.
For an in-depth description, refer to https://github.com/brianmario/mysql2... -
01:35 AM Bug #9885: lib/net/imap.rb: FETCH-ed BODYSTRUCTURE with "MIXED" body type fails
- It feels more like a bug to me. The existing code throws a parsing exception when I fetch the bodystructure of the me...
05/30/2014
-
11:37 PM Bug #9885 (Feedback): lib/net/imap.rb: FETCH-ed BODYSTRUCTURE with "MIXED" body type fails
- Maybe a feature-request?
-
09:30 PM Bug #9885: lib/net/imap.rb: FETCH-ed BODYSTRUCTURE with "MIXED" body type fails
- Pull request: https://github.com/ruby/ruby/pull/622
-
09:06 PM Bug #9885 (Closed): lib/net/imap.rb: FETCH-ed BODYSTRUCTURE with "MIXED" body type fails
- Gmail's IMAP server is giving me ("MIXED ("BOUNDARY" "abcdefgh") ..) for a the body portion of a message/rfc822 part ...
-
10:28 PM Bug #9884: thread_pthread.c assumes pthread_t is a scalar type
- How about this patch? I tested this on x86/Linux with -DTHREAD_DEBUG=-1. No error happened in make test or test-all.
-
09:07 AM Bug #9884 (Closed): thread_pthread.c assumes pthread_t is a scalar type
- Many code lines in `thread_pthread.c` assume `pthread_t` is a scalar type. For example,
~~~
thread_debug("ubf... -
09:09 PM Bug #9886 (Third Party's Issue): [BUG] Segmentation fault ruby 2.0.0p481 (2014-05-08) [x64-mingw32]
- ****** Start content of ruby script *********
require 'rubygems'
require 'mysql2'
puts "hello world"
***** ... -
06:53 PM Bug #9839: Segment fault in http
- We also have the same problem, even after upgrading to ruby 2.1.2. I've attached the logging output. I can supply a c...
-
04:04 PM Feature #9880: Dir#fileno
- とりあえず現在の作業のために ext/-test-/dir/ に入れました。
これで ruby 本体についてはテストで close しなかった fd を
より確実に確認できるようになりました。
しかし、close を忘れ... -
02:46 PM Feature #9451: Refinements and unary & (to_proc)
- IMHO, splat should be affected by refinements, because there is no intermediate method calls.
-
07:43 AM Feature #7836: Need a way to get Method and UnboundMethod objects to methods overridden by prepended modules
- Can't you achieve this by `Method#super_method`?
-
06:30 AM Bug #9883 (Closed): Different behaviour between `==` and hash key lookup regarding multibyte character fragment
-
04:27 AM Bug #9883: Different behaviour between `==` and hash key lookup regarding multibyte character fragment
- This issue is a duplicate of Bug #9882.
And already solved with changeset r46243. -
04:06 AM Bug #9883 (Closed): Different behaviour between `==` and hash key lookup regarding multibyte character fragment
- This question is reported in stackoverflow (http://stackoverflow.com/questions/23946127). When a multibyte character ...
-
05:53 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
- Charles Nutter wrote:
> JRuby master (1.7.4) now has a new ext io/try_nonblock that implements just the IO portion o... -
02:33 AM Bug #9882 (Closed): Issue with hash string keys
- Applied in changeset r46243.
----------
string.c: reset code range
* string.c (rb_str_substr): need to reset code r... -
02:31 AM Bug #9882: Issue with hash string keys
- This issue is due to the different result of String#hash of each string.
Why `slice_url.hash != str.hash` in split... -
12:51 AM Bug #9882: Issue with hash string keys
- [email protected] wrote:
> I have the following code. In a nutshell i am slicing a string to pull out strings to use ... -
12:21 AM Bug #9882 (Closed): Issue with hash string keys
- I have the following code. In a nutshell i am slicing a string to pull out strings to use as keys in a hash. However ...
-
02:01 AM Bug #9881: stuck in test/openssl/test_ssl.rb on Windows
- Akira Tanaka wrote:
> close するようにしたら刺さるようになるというのは
> ちょっと原因が想像しがたいのですが、
> とりあえず刺さっているのはどこでしょうか。
>
> 刺さっている場所は ss...
05/29/2014
-
09:13 PM Bug #9881: stuck in test/openssl/test_ssl.rb on Windows
- まず ssl.sync_close = true の意味は、
ssl.close としたときに ssl に入っている
IO も同時に close するようにする、という意味です。
これがないと、test_verify_res... -
03:40 PM Bug #9881 (Closed): stuck in test/openssl/test_ssl.rb on Windows
- r46223以降、WindowsにおいてOpenSSL::TestSSL#test_verify_resultで刺さってしまうようになりました。
(CI等で確認できます)
調べてみたところ、この変更時に追加された、
... -
03:19 PM Bug #9568: Ruby interpreter crashes when executing a script in debug mode
- r45178, r45180 and r45183 were backported to `ruby_2_1` branch at r46236.
-
02:28 PM Bug #9878 (Closed): ruby_signal() should return either sa_sigaction or sa_handler, depending on SA_SIGINFO
- Applied in changeset r46233.
----------
signal.c: return proper member
* signal.c (ruby_signal): should return eith... -
09:52 AM Bug #9878 (Closed): ruby_signal() should return either sa_sigaction or sa_handler, depending on SA_SIGINFO
- `ruby_signal()` in signal.c returns `old.sa_handler`,
but it should return either `old.sa_sigaction` or `old.sa_hand... -
12:09 PM Bug #9570: Something wrong with Enumerator#size ?
- r45187, r45205, r45206, r45212 and r45213 were backported into `ruby_2_1` at 46226.
-
11:40 AM Feature #9880 (Closed): Dir#fileno
- Dir#fileno を追加したいのですがどうでしょうか。
最近、fd を close せずに終わるテストを調べています。
そのために、テストの前後で、Dir.entries("/proc/#$$/fd") として、
fd ... -
10:55 AM Bug #9879 (Closed): fix fd leaks in UNIXSocket.open (fixed at r46218)
- UNIXSocket のアドレスチェックでエラーになった時の fd leak が r46218 で修正されています。
バックポート管理用にチケット化しておきます。 -
05:45 AM Bug #9877 (Rejected): IRB::OutputMethod defines "pp", but it's actually "p"
- IRB::OutputMethod#pp is actually more like Kernel#p than PrettyPrint#pp. There doesn't seem to be a good reason for t...
-
05:26 AM Bug #9876 (Closed): IRB::Context output_method is not used
- IRB::Context takes an optional output_method, but it is never used. IRB::Irb.output_value, and IRB::Irb.eval_input ca...
-
04:27 AM Bug #9875 (Closed): ERB#result documentation incorrect
- This issue duplicates: https://github.com/ruby/ruby/pull/619
---
ERB#result does not accept a proc, the documenta... -
03:59 AM Feature #9852: How to bundle test-unit2 and minitest5
- redmine can't handle my attachments file.
Please see https://github.com/hsbt/ruby/compare/ruby:trunk...bundle-gem -
03:17 AM Feature #9852: How to bundle test-unit2 and minitest5
- I implemented gem install task when running with "make install".
This task detect gems from gems directory and insta...
05/28/2014
-
11:32 PM Bug #9874 (Feedback): Segmentation fault when loading rails console or rails server
- Although it seems a therubyracer's issue, could you show the following file?
> -- Crash Report log information ---... -
05:39 PM Bug #9874 (Third Party's Issue): Segmentation fault when loading rails console or rails server
- OSX 10.9.3. This segmentation emerged only after upgrading from OSX 10.9.2 to 10.9.3.
rails v4.0.3
Attached call... -
03:26 PM Bug #9873 (Closed): YAML conversion of empty symbol
- The yaml gem changes the empty symbol into a string of a colon:
require "yaml"
:"".to_yaml # => "--- ! ':... -
02:59 PM Bug #9665: Ruby 2.1.1 fails to build on PowerPC darwin, due to __builtin_unreachable
- r45716 was backported into `ruby_2_1` branch at r46215.
-
04:25 AM Bug #9665: Ruby 2.1.1 fails to build on PowerPC darwin, due to __builtin_unreachable
- backported into `ruby_2_0_0` at r46201.
-
02:45 PM Bug #9771: SYM2ID(Qnil)
- r45701 was backported into `ruby_2_1` branch at r46214.
-
04:22 AM Bug #9771: SYM2ID(Qnil)
- backported into `ruby_2_0_0` at r46200.
-
02:39 PM Bug #9765: StringIO#putc is unnaware of encoding
- r45646 was backported into `ruby_2_1` branch at r46197.
-
04:19 AM Bug #9765: StringIO#putc is unnaware of encoding
- backported into `ruby_2_0_0` at r46197.
-
01:52 PM Feature #9867: Introduce each/else block into ruby
- Łukasz Strzebińczyk wrote:
> ... the 'else' block is invoked when collection is empty.
Your proposal is about `... -
11:13 AM Feature #9867: Introduce each/else block into ruby
- Ah, now I see. Indeed it would be useful for templates processing. Since I barely write any ERB those days, that's pr...
-
09:57 AM Feature #9867: Introduce each/else block into ruby
- I came up with this idea after some study on http://handlebarsjs.com/. In that case, the 'else' block is invoked when...
-
01:04 AM Feature #9867: Introduce each/else block into ruby
- I'm curious. Personally I don't remember any time I used something like this. Would you mind showing some examples wh...
-
01:20 PM Bug #9872 (Closed): socket leak in Net::FTP#transfercmd (fixed at r46182)
- Net::FTP#transfercmd で例外発生時の socket close 漏れの修正。 r46182 のバックポート管理用にチケット化します。
-
10:07 AM Feature #9871 (Open): load a ruby library which doesn't have extension
- 拡張子のない Ruby スクリプトファイルを require する手段を提供しませんか。
Rubyスクリプトを拡張子無しで書くことはしばしばあります。
例えば Unix のコマンドを Ruby で書くときがそうでしょう。
... -
06:11 AM Bug #9869: Rubygems tests fail in test-all
- Hiroshi SHIBATA wrote:
> ```
> Leaked tempfile: TestGemPackageTarReaderEntry: #<TempIO:/var/folders/rk/sr8p03fj4wq3... -
05:32 AM Bug #9869 (Feedback): Rubygems tests fail in test-all
- I can't reproduced it.
```
% make test-all TESTS="test/rubygems/test_*.rb"
CC = clang
LD = ld
LDSHARED = cl... -
05:21 AM Bug #9869: Rubygems tests fail in test-all
- Zachary Scott wrote:
> There's also a build failure on travis due to the same issue[2].
>
> 2: https://s3.amazona... -
04:40 AM Bug #9869 (Third Party's Issue): Rubygems tests fail in test-all
- Since minitest was removed as a default gem the rubygems tests no longer run on trunk.
You get many errors, that I... -
05:26 AM Bug #9692: __builtin_longjmp is called with a value greater than 1 (GCC compilation error)
- Thank you. I'll check it.
-
05:18 AM Bug #9692: __builtin_longjmp is called with a value greater than 1 (GCC compilation error)
- Usaku NAKAMURA wrote:
> I'm troubled about how to write a substitute of r45504 for ruby_2_0_0.
r43522 (and r43536... -
02:27 AM Bug #9868: bigdecimal#VpAlloc causes out-of-bounds read
- `i--`ですかね。
その次の`ISSPACE()`までループの条件に入れてしまったほうがいい気がしますが。 -
02:08 AM Feature #9857 (Assigned): Pathname#birthtime
-
01:45 AM Bug #9818: __builtin_setjmp and __builtin_longjmp caused a build failure on PPC Linux with gcc 4.4.0
- related to #9692
-
01:02 AM Feature #9638 (Rejected): [PATCH] limit IDs to 32-bits on 64-bit systems
-
01:00 AM Bug #9835: IGNORE signal handler has possible race condition in Ruby 2.1.2
- update backport field for r46194
Also available in: Atom