Project

General

Profile

Activity

From 01/30/2014 to 02/05/2014

02/05/2014

11:44 PM Bug #9343: [PATCH] SizedQueue#max= wakes up waiters properly
SASADA Koichi <[email protected]> wrote:
> Could you commit it?

Done, r44852. This needs a backport to 2.1
normalperson (Eric Wong)
11:35 PM Bug #9343 (Closed): [PATCH] SizedQueue#max= wakes up waiters properly
Applied in changeset r44852.
----------
ext/thread: SizedQueue#max= wakes up waiters properly
* ext/thread/thread....
Anonymous
11:03 PM Bug #9343: [PATCH] SizedQueue#max= wakes up waiters properly
(2014/02/06 2:53), [email protected] wrote:
> Yes, your patch looks correct. Old thread.rb had "diff.times do...
ko1 (Koichi Sasada)
05:53 PM Bug #9343: [PATCH] SizedQueue#max= wakes up waiters properly
[email protected] wrote:
> sorry for long absent.

No worries, I forgot about this, too :x

> I reviewed this patch...
normalperson (Eric Wong)
03:10 PM Bug #9343: [PATCH] SizedQueue#max= wakes up waiters properly
sorry for long absent.
I reviewed this patch and I have a question.
Only `diff' threads should wake-up?
```
I...
ko1 (Koichi Sasada)
10:29 PM Bug #9488 (Rejected): ruby/2.1.0/net/protocol.rb:153 - Resource temporarily unavailable - read would block
There is no bug here. You told RubyGems to print out ever exception raised even if it is rescued. Remove the `--deb... drbrain (Eric Hodel)
07:43 PM Bug #9488 (Rejected): ruby/2.1.0/net/protocol.rb:153 - Resource temporarily unavailable - read would block
/opt/rubies/ruby-2.1.0/bin/gem env
RubyGems Environment:
- RUBYGEMS VERSION: 2.2.0
- RUBY VERSION:...
jigarjm (jigar joshi)
03:56 PM Feature #9487 (Rejected): Add #dup?, #dup! and #clone? and #clone!
Some objects can't use #dup or #clone b/c they are singleton, like Integer. So an error is raised if one tries.
...
atlas (Atlas Prime)
01:54 PM Feature #9423: Improve warning semantics
Daniel, that does seem like an even better idea. But it's also a much bigger change. I wonder what effect would that ... atlas (Atlas Prime)
11:42 AM Bug #9467: Net::HTTP does unzip zipped content
Hey
I found the issue to be occurring in rails console but not in IRB. I should have tested it before. The gem rig...
dknight (Amitav Mohanty)
05:52 AM Bug #9486 (Assigned): Multiple Kernel#local_variables entries with block local parameters
It's a known bug, but I've forgotten to issue a ticket.
Thank you.
nobu (Nobuyoshi Nakada)
04:03 AM Bug #9486 (Closed): Multiple Kernel#local_variables entries with block local parameters
Better formatting here: http://stackoverflow.com/questions/21423863/multiple-kernellocal-variables-entries-with-block... ryantm (Ryan Mulligan)
03:53 AM Bug #9333: win32/Makefile.sub malconfiguration
(for memorandum, r44472) usa (Usaku NAKAMURA)
03:46 AM Bug #8721 (Rejected): require digest.so on OSX
usa (Usaku NAKAMURA)
03:39 AM Bug #9477: Address family not supported by protocol - socket(2) - udp
Does the host supports IPv6?
(I guess it doesn't because vserver needs a patch to use IPv6: http://linux-vserver.org...
akr (Akira Tanaka)
03:29 AM Bug #9393 (Rejected): Strange behavior of DelegateClass + loop + method_missing
usa (Usaku NAKAMURA)
02:51 AM Bug #9444 (Rejected): Segmentation fault in vendor/bundle/gems/json-1.8.1/lib/json/common.rb:67: [BUG]
usa (Usaku NAKAMURA)
02:42 AM Bug #9472: rb_io_syswrite needs RB_GC_GUARD
backported into ruby_1_9_3 at r44821. usa (Usaku NAKAMURA)
01:34 AM Bug #9483 (Assigned): Fix typo in OpenURI and Ripper documenation
Thanks for the patch, yeah the grammar sounds weird but I think what the author wanted to represent as the actual typ... zzak (zzak _)
01:08 AM Bug #9483 (Closed): Fix typo in OpenURI and Ripper documenation
Fixed grammar error in OpenURI#content_encoding and Ripper#tokenize.
Grouped them together because both were the s...
rondale_sc (Jonathan Jackson)
01:03 AM Bug #9476 (Closed): RDoc generation failure on Windows
zzak (zzak _)
12:58 AM Bug #9476: RDoc generation failure on Windows
This issue was solved with r44801. phasis68 (Heesob Park)
12:16 AM Bug #9476 (Feedback): RDoc generation failure on Windows
It is still happened in trunk? it is fixed by r44801, r44802 and r44807 probably. hsbt (Hiroshi SHIBATA)
12:27 AM Feature #9453: Return symbols of defined methods for `attr` and friends
Tsuyoshi Sawada wrote:
> What is the point of defining a private accessor method? You can directly refer to the inst...
jballanc (Joshua Ballanco)

02/04/2014

11:53 PM Bug #9480 (Closed): Ruby on windows can get into an infinite loop when exiting
The Ruby VM can get into an infinite loop when exiting. I have attached two ruby programs (main.rb and watcher.rb). M... joshc (Josh C)
11:24 PM Bug #9479: IMAP connection failure on Rubinius
Can you access your server with CRuby? drbrain (Eric Hodel)
03:09 PM Bug #9479 (Closed): IMAP connection failure on Rubinius
Hi,
I have made a little script fetching my email (running with gmail).
I have reported a bug on rubinus => https...
waghanza (Marwan Rabbâa)
11:22 PM Bug #9477: Address family not supported by protocol - socket(2) - udp
What is the output of:
ruby -rresolv -e 'puts Resolv::DNS.new.getresource("_rubygems._tcp.rubygems.org", Resol...
drbrain (Eric Hodel)
11:30 AM Bug #9477 (Closed): Address family not supported by protocol - socket(2) - udp
On a fresh Debian GNU/Linux VServer guest running the latest RVM HEAD I experienced the following error:
```
Exce...
bjoern (Bjoern Rennhak)
09:10 PM Feature #9439: Remove OpenSSL from stdlib
+1 on moving OpenSSL out into a gem.
Note: Apple has marked OpenSSL obsolete, and will probably remove it in a fut...
DanKegel (Dan Kegel)
02:59 PM Bug #9473: Corruption and Segmentation faults all over
We've been running further tests and when running our app under Unicorn instead of Passenger the problem hasn't occur... drasch (David Rasch)
12:41 PM Bug #9475 (Assigned): Behavior change with include + super + alias_method between 1.9.x and 2.x
nobu (Nobuyoshi Nakada)
05:22 AM Feature #9453: Return symbols of defined methods for `attr` and friends
There are a number of reasons I use them, but the most obvious is that a
misspelled accessor method will raise NoMet...
avdi (Avdi Grimm)
02:30 AM Bug #9476 (Closed): RDoc generation failure on Windows
The revision r44796 introduced rdoc generation failure.
Generating RDoc documentation
C:/work/ruby-2.2.0-r44798/l...
phasis68 (Heesob Park)

02/03/2014

10:32 PM Bug #9473: Corruption and Segmentation faults all over
[email protected] wrote:
> 4. upgrading gems with C extensions

Can you reproduce this without C extensions?
Wh...
normalperson (Eric Wong)
09:47 PM Bug #9473: Corruption and Segmentation faults all over
Fixed project, tracker and priority drbrain (Eric Hodel)
09:40 PM Bug #9473: Corruption and Segmentation faults all over
And we've also gotten from valgrind:
==13233== Thread 5:
==13233== Invalid read of size 8
==13233== at 0x3F2B43...
drasch (David Rasch)
05:02 PM Bug #9473 (Third Party's Issue): Corruption and Segmentation faults all over
We're in the process of moving from Rails 2.3 to 3.2 (both running on Ruby 1.9.3-p484)
In this process we've run i...
drasch (David Rasch)
10:23 PM Bug #9198: Segfault in TestException#test_machine_stackoverflow
Interesting. Can you poke the Red Hat glibc/kernel folks to see if the
problem is specific to RH/Fedora systems?
...
normalperson (Eric Wong)
08:22 PM Bug #9475 (Closed): Behavior change with include + super + alias_method between 1.9.x and 2.x
Ruby 2.0 appears to have introduced a subtle behavior change in method resolution that persists in 2.1.0.
The atta...
benweint (Ben Weintraub)
07:06 PM Bug #9474: Segment Fault
update with right log rafaelmacedo (rafael macedo)
06:56 PM Bug #9474 (Closed): Segment Fault
I'm getting a SEGFAULT when i try to instantiate new AR by a lambda with AR public method new. any help is welcome. rafaelmacedo (rafael macedo)
06:44 PM Feature #9453: Return symbols of defined methods for `attr` and friends
What is the point of defining a private accessor method? You can directly refer to the instance variables without usi... sawa (Tsuyoshi Sawada)
03:13 PM Feature #9453: Return symbols of defined methods for `attr` and friends
private *attr_reader(:images, :key_map, :window, :screen_manager, :animations)
does not look so nice to me (th...
Eregon (Benoit Daloze)
03:05 PM Feature #9453: Return symbols of defined methods for `attr` and friends
*bump*
Would be nice if we could get this in 2.2 (if someone could update the target version, I'd appreciate it).
jballanc (Joshua Ballanco)
02:50 PM Feature #9427 (Closed): [PATCH] io.c: remove socket check for sendfile
I see. It seems that the problems are sporadic. akr (Akira Tanaka)
06:12 AM Bug #9092: Update Unicode data to Unicode Version 7.0
Unicode 6.3 came out in 2013. In 2014, Unicode 7.0 will be available, quite surely in time for a December release of ... duerst (Martin Dürst)
01:49 AM Feature #5994 (Closed): Dir.glob without wildcards returns pattern, not filename
Applied in changeset r44796.
----------
dir.c: glob cases on case-insensitive system
* dir.c (glob_helper): return ...
nobu (Nobuyoshi Nakada)

02/02/2014

10:37 PM Bug #9424: ruby 1.9 & 2.x has insecure SSL/TLS client defaults
Attached the last patch updated with a whitelist of 30 ciphers. The rationale:
- prefer ephemeral DH to enable fo...
MartinBosslet (Martin Bosslet)
03:10 PM Feature #8257: Exception#cause to carry originating exception along with new one
`raise ErrorClass, msg, cause: cause` was implemented with the rest in r44473.
e = (
begin
raise A...
Eregon (Benoit Daloze)
12:41 PM Bug #9472: rb_io_syswrite needs RB_GC_GUARD
r44790 was backported to ruby_2_0_0 at r44792. nagachika (Tomoyuki Chikanaga)
03:01 AM Feature #8987: map/collect extension which handles arguments
Tsuyoshi Sawada wrote:
> Probably, it makes more sense to extend the syntax of `Symbol#to_proc`. The conventional `S...
henry.maddocks (Henry Maddocks)

02/01/2014

11:21 PM Feature #9451 (Assigned): Refinements and unary & (to_proc)
I'd like to clarify the design policy rather than adding features ad hoc.
All implicit method calls in syntactic c...
shugo (Shugo Maeda)
08:51 PM Bug #9472: rb_io_syswrite needs RB_GC_GUARD
Fixed in trunk: r44790 normalperson (Eric Wong)
08:51 PM Bug #9472 (Closed): rb_io_syswrite needs RB_GC_GUARD
Applied in changeset r44790.
----------
io.c (rb_io_syswrite): add RB_GC_GUARD
* io.c (rb_io_syswrite): add RB_GC_G...
Anonymous
08:46 PM Bug #9472 (Closed): rb_io_syswrite needs RB_GC_GUARD
[ruby-core:60407]
Will commit to trunk.
This needs to be backported to 2.0 and 2.1, too.
normalperson (Eric Wong)
05:17 PM Feature #9469: BigDecimal support for yaml serialization
I think we can remove that custom yaml serialization from Rails and we don't need to put in upstream.
Looking in t...
rafaelfranca (Rafael França)
11:10 AM Feature #9469: BigDecimal support for yaml serialization
Why changing the default format?
And it doesn't seem round-trip.
nobu (Nobuyoshi Nakada)
08:40 AM Feature #9469 (Closed): BigDecimal support for yaml serialization
Given the following serialization methods in rails/rails: https://github.com/rails/rails/blob/master/activesupport/li... zzak (zzak _)
02:54 PM Bug #9367: REXML::XmlDecl doesn't use user specified quotes
* `include StringQuotes` after `private` is meaningless. Please put it the top of class definition.
* It seems that ...
kou (Kouhei Sutou)
12:09 PM Feature #8987: map/collect extension which handles arguments
Probably, it makes more sense to extend the syntax of `Symbol#to_proc`. The conventional `Symbol#to_proc` does not ta... sawa (Tsuyoshi Sawada)
11:55 AM Bug #9310 (Closed): inheritance.rb: 27: [BUG] Segmentation fault at 0x00000c
fixed by r44777 . Please wait next minor release of 2.1 hsbt (Hiroshi SHIBATA)
09:39 AM Bug #9471 (Third Party's Issue): /usr/lib/ruby/site_ruby/1.9.1/Qt/qtruby4.rb:469: [BUG] cfp consistency error - call0
I'm trying to write a browser using qtruby4.
I tried to load a webpage using webview , the program crashed , and I...
hxcan (Hxcan Cai)
08:38 AM Bug #9407 (Closed): bigdecimal 1.2.4 install fail because missing ruby/util.h macro
nobu (Nobuyoshi Nakada)
08:02 AM Feature #9425: [PATCH] st: use power-of-two sizes to avoid slow modulo ops
Notes to self (or anybody else with free time right now):
test and verify compare_by_identity performance

I'm ...
normalperson (Eric Wong)

01/31/2014

11:23 PM Feature #8987: map/collect extension which handles arguments
On Jan 31, 2014 6:20 PM, <[email protected]> wrote:
>
> Actually I believe the most readable form would be
>
> `p...
phluid61 (Matthew Kerwin)
12:08 PM Feature #8987: map/collect extension which handles arguments
Just joke.
~~~ruby
p [0,1,2,3].dmap + 1 #=> [1, 2, 3, 4]
# %w(foo bar baz).map {|x| x.upcase.concat("!") }
p ...
mame (Yusuke Endoh)
08:19 AM Feature #8987: map/collect extension which handles arguments
Matthew Kerwin wrote:
> On 31 January 2014 15:48, SASADA Koichi <[email protected]> wrote:
> > ~~~ruby
> > p [1, 2, ...
sowieso (So Wieso)
07:17 AM Feature #8987: map/collect extension which handles arguments
Matthew Kerwin wrote:
> Are any of these actually better than:
>
> ~~~ruby
> p [1, 2, 3, 4].map{|x| 4+x }
>...
ko1 (Koichi Sasada)
06:39 AM Feature #8987: map/collect extension which handles arguments
On 31 January 2014 15:48, SASADA Koichi <[email protected]> wrote:
> ~~~ruby
> p [1, 2, 3, 4].map(&4.method(:+)) #=> [5...
phluid61 (Matthew Kerwin)
05:48 AM Feature #8987: map/collect extension which handles arguments
(2013/10/06 0:26), sawa (Tsuyoshi Sawada) wrote:
> ~~~ruby
> [1, 2, 3, 4].map(&4.method(:+))
> # => [5, 6, 7, 8]
...
ko1 (Koichi Sasada)
08:53 PM Misc #9215: Maintenance Policy for Future Releases (2.1.0 & beyond)
I've updated the pull request given Martin and narsue's feedback. Please check it.
https://github.com/zzak/www.rub...
zzak (zzak _)
05:18 PM Bug #9032: Time.round reverts the DST status of the time
This has been fixed in Rails master and will be released as part of Rail 4.1:
https://github.com/rails/rails/commit/...
pixeltrix (Andrew White)
02:17 PM Bug #9367: REXML::XmlDecl doesn't use user specified quotes
Thanks!
But I can't merge the pull request because it changes public API, `NotationDecl.new`. I don't want to add ba...
kou (Kouhei Sutou)
11:59 AM Bug #9198: Segfault in TestException#test_machine_stackoverflow
BTW I am not using some old glibc (as you say in ruby-core:60248), but the most recent version (glibc-2.18.90-26.fc21... vo.x (Vit Ondruch)
11:57 AM Bug #9198: Segfault in TestException#test_machine_stackoverflow
Eric Wong wrote:
> Does it go away if you wrap the test with Thread.new?
Yes, this patch helps.
vo.x (Vit Ondruch)
08:41 AM Bug #5985: miniruby skews "make benchmark" results
[email protected] wrote:
>
> > +BENCHRUBY = ./$(STATIC_RUBY) -I$(srcdir)/lib -I. -I$(EXTOUT)/common $(RUN_OPT

> We...
normalperson (Eric Wong)
07:44 AM Bug #5985: miniruby skews "make benchmark" results
> +BENCHRUBY = ./$(STATIC_RUBY) -I$(srcdir)/lib -I. -I$(EXTOUT)/common $(RUN_OPT
We need to discuss which version ...
ko1 (Koichi Sasada)
07:34 AM Bug #9262: global_method_cache should be configurable or grow automatically
I tried to do once with static variables, but had performance regression. Perhaps, i missed something. funny_falcon (Yura Sokolov)
05:31 AM Bug #9262: global_method_cache should be configurable or grow automatically
(2014/01/30 4:17), Eric Wong wrote:
> It looks like the performance regressions w/o global method cache are
> beca...
ko1 (Koichi Sasada)
07:23 AM Feature #6647: Exceptions raised in threads should be logged
Restart for 2.2.
Matz, do you have any idea?
ko1 (Koichi Sasada)
02:57 AM Misc #9265: Meeting Guide
First of all, Meetings of Ruby Developers is not a decision-making body.
It is only a tool to make a consensus or in...
naruse (Yui NARUSE)
01:55 AM Bug #9468 (Feedback): the Runtime to terminate it in an unusual way.
tu nguyen wrote:
> Step 11: Download “mysql-5.0.96-winx64.zip” and “mysql-connector-c-noinstall-6.0.2-win32.zip” fr...
nobu (Nobuyoshi Nakada)

01/30/2014

11:38 PM Bug #9437: Build of ruby 2.1.0 fails on AIX 6.1
This issue is bigger than I thought. While miniruby and perhaps ruby itself are fixed, other shared objects are not ... pedz (Perry Smith)
08:52 PM Bug #9467 (Feedback): Net::HTTP does unzip zipped content
I can't reproduce. The URI you've given is correctly decompressed by Net::HTTP using ruby 2.0.0:
$ cat test.r...
drbrain (Eric Hodel)
03:57 PM Bug #9467 (Closed): Net::HTTP does unzip zipped content
According to the Compression section of the documentation of Net::HTTP, it should automatically uncompress compressed... dknight (Amitav Mohanty)
08:43 PM Bug #9464 (Rejected): Can zlib licensing be clarified?
No code from zlib (http://www.zlib.net) is included in ruby, only a wrapper for the zlib library (loaded by require '... drbrain (Eric Hodel)
01:26 PM Bug #9464 (Rejected): Can zlib licensing be clarified?
Hi all,
Ruby includes zlib library, but I cannot find a mention about zlib in the LEGAL file[1]
even though zlib ...
jstribny (Josef Stribny)
07:09 PM Bug #9468 (Closed): the Runtime to terminate it in an unusual way.
Hi,
I have issue with Ruby193 on windows 7 and windows 8.
When I run my rb file. it will stop when reading aler...
vantu2606 (tu nguyen)
06:51 PM Bug #9430: [PATCH] benchmark/driver: avoid large alloc in driver process
r44772 normalperson (Eric Wong)
06:48 PM Bug #9430 (Closed): [PATCH] benchmark/driver: avoid large alloc in driver process
Applied in changeset r44772.
----------
benchmark/driver: avoid large alloc in driver process
* benchmark/driver: a...
Anonymous
12:23 PM Bug #9430: [PATCH] benchmark/driver: avoid large alloc in driver process
Sure.
ko1 (Koichi Sasada)
06:02 PM Bug #5985: miniruby skews "make benchmark" results
[email protected] wrote:
> > +BENCHRUBY = ./$(PROGRAM) -I$(srcdir)/lib -I. -I$(EXTOUT)/common
> > $(RUN_OPTS)
>
> I...
normalperson (Eric Wong)
12:27 PM Bug #5985: miniruby skews "make benchmark" results
> +BENCHRUBY = ./$(PROGRAM) -I$(srcdir)/lib -I. -I$(EXTOUT)/common $(RUN_OPTS)
I'm not sure BENCHRUBY works with l...
ko1 (Koichi Sasada)
03:12 PM Feature #6946: FIPS support?
Seems that Ruby 2.1.0 has some regression. Especially RubyGems throws for each test case "/lib/rubygems/test_case.rb:... vo.x (Vit Ondruch)
12:33 PM Feature #6946: FIPS support?
I am back with FIPS tests. I am testing "ruby 2.0.0p353 (2013-11-22) [x86_64-linux]" on RHEL7 and there are still som... vo.x (Vit Ondruch)
12:08 PM Bug #9247 (Closed): Bugs in socket.rb (exception retrieval)
backported into ruby_1_9_3 at r44767.
BTW, this problem was fixed before releacing ruby 2.1, so all active branche...
usa (Usaku NAKAMURA)
11:46 AM Bug #8616: Process.daemon messes up threads
backported into ruby_1_9_3 at r44766. usa (Usaku NAKAMURA)
11:04 AM Bug #9205: Assertion failed: heap_pages_deferred_final == 0
backported into `ruby_1_9_3` at r44764. usa (Usaku NAKAMURA)
07:30 AM Misc #9233 (Closed): Update tooling for SemVer
already shipped Ruby 2.1.0. hsbt (Hiroshi SHIBATA)
07:15 AM Bug #8245: Segfault installing gems on Linux PowerPC with Ruby 2.0.0p0
Sorry, just saw this now. I'll try trunk tomorrow when I get to the office. I can provide a remote shell should it be... jamesotron (James Harton)
06:33 AM Bug #9198: Segfault in TestException#test_machine_stackoverflow
Does it go away if you wrap the test with Thread.new?
Likely the same problem I describe in [ruby-core:60248]

--...
normalperson (Eric Wong)
05:22 AM Bug #9454: The define_method(:class) segfault
Btw, TestException#test_machine_stackoverflow_by_define_method fails
on an ancient glibc 2.5-42.el5_4.3 (CentOS 5.4...
normalperson (Eric Wong)
05:13 AM Bug #8955: LocalJumpError - no block given (yield) after implementation of class hierarchy method cache invalidation
Hi Morten, can you still reproduce this error?
The hierarchical method cache was reverted.
normalperson (Eric Wong)
02:47 AM Feature #6613: VT_RECORD, IRecordInfo Support in WIN32OLE
Still no progress on this?? I wish I knew C better dsisnero (Dominic Sisneros)
02:04 AM Bug #9367: REXML::XmlDecl doesn't use user specified quotes
Hi,
I have updated my PR https://github.com/ruby/ruby/pull/496
Please review it and comment on that.
bearmini (Takashi Oguma)
12:22 AM Feature #9427: [PATCH] io.c: remove socket check for sendfile
I think the EADDRINUSE was due to other problems, and it looks like the
chkbuild is passing w/o other changes:

...
normalperson (Eric Wong)
 

Also available in: Atom