Project

General

Profile

Activity

From 05/20/2013 to 05/26/2013

05/26/2013

11:42 PM Revision dc7522f8 (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40945 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
11:41 PM Revision a913138c (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40944 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
11:40 PM Revision 96090c08 (git): * ext/-test-/postponed_job/postponed_job.c: fix `init' function name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40943 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
10:21 PM Feature #4254: Allow method transplanting
=begin
: saturnflyer (Jim Gay) wrote:
The specs fail on ruby-head ((<URL:https://travis-ci.org/saturnflyer/casting/...
nobu (Nobuyoshi Nakada)
12:03 AM Feature #4254: Allow method transplanting
=begin
Seems fine.
$ ruby -v -e 'module M; def foo; :foo;end; end; p m = M.instance_method(:foo).bind(Object.new...
nobu (Nobuyoshi Nakada)
09:31 PM Revision a5fc9521 (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40942 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
09:31 PM Revision 7f4d09d6 (git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40941 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
09:30 PM Revision e2793a90 (git): * include/ruby/debug.h, vm_trace.c: add rb_postponed_job API.
Postponed jobs are registered with this API. Registered jobs
are invoked at `ruby-running-safe-point' as soon as po...
ko1 (Koichi Sasada)
08:41 PM Feature #8452 (Open): Kernel#otherwise to rewrite code like (obj || default_obj).do_smth
Imagine you have code like this
(long_computation_chain || []).do_smth
While it isn't difficult, but it forces...
prijutme4ty (Ilya Vorontsov)
05:27 PM Revision 767debf9 (git): * gc.c (gc_stat): collect promote_operation_count and
types (RGENGC_PROFILE >= 2).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40939 b2dd03c8-39d4-4d8f-98ff-823fe...
ko1 (Koichi Sasada)
04:43 PM Revision ca2ca7d3 (git): * gc.c (gc_stat): collect shade_operation_count,
remembered_sunny_object_count and remembered_shady_object_count
for each types when RGENGC_PROFILE >= 2.
They are...
ko1 (Koichi Sasada)
04:19 PM Revision c4c821a7 (git): * hash.c (rb_hash_tbl_raw), internal.h: added.
Returns st_table without shading hash.
* array.c: use rb_hash_tbl_raw() for read-only purpose.
* compile.c (iseq_comp...
ko1 (Koichi Sasada)
03:51 PM Revision 9ae121d6 (git): * 2013-05-27
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40936 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:51 PM Revision 22415d4f (git): * tool/make-snapshot: use ENV["AUTOCONF"] instead of directly using
literal "autoconf".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40935 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
12:37 PM Revision 4ae72030 (git): * 2013-05-26
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40934 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:37 PM Revision a20a1472 (git): * hash.c, include/ruby/ruby.h: support WB protected hash.
* constify RHash::ifnone and make new macro RHASH_SET_IFNONE().
* insert write barrier for st_update().
* include/rub...
ko1 (Koichi Sasada)
09:44 AM Bug #8435: Can't build tcl/tk extensions after updating Debian/Ubuntu package
A possible fix:
--- a/ext/tk/extconf.rb 2013-01-10 05:47:20.000000000 -0200
+++ b/ext/tk/extconf.rb 2013-05-25 21...
romuloceccon (Rômulo Ceccon)
03:02 AM Feature #8393: A class who's parent class is in a module can go wrong if files are required in the wrong order
Fair point rkh, feel free to close this unless there is something to avoid printing lots of warnings. eLobato (Daniel Lobato Garcia)

05/25/2013

11:50 PM Bug #8445 (Assigned): IO.open and IO#set_enconding does not support :fallback option
Is this intentional or just unexpected inconsistency? naruse (Yui NARUSE)
07:48 PM Feature #8449 (Assigned): Array#ary_plus always returns an array
=begin
Even when Array is subclassified, + operator keeps on returning an Array.
Don't know if it is a bug or i...
txemagon (José M. González)
02:56 PM Feature #8437: custom operators, unicode
Hi Mathew,
thanks for the list.
This is a good definition.
All of the symbols from that lists,
as defined by ...
eike.rb (Eike Dierks)
02:55 PM Revision ea54c59a (git): internal.h: adjust indent
* internal.h (RCLASS_SUPER, RCLASS_SET_SUPER): adjust indent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4093...
nobu (Nobuyoshi Nakada)
02:29 PM Revision 9421b186 (git): * test/fiddle/test_handle.rb (Fiddle::TestHandle#test_static_sym): adjust indent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40931 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ktsj (Kazuki Tsujimoto)
02:29 PM Revision 1dafd4eb (git): * test/fiddle/test_c_struct_entry.rb,
test/fiddle/test_c_union_entity.rb,
test/fiddle/test_cparser.rb, test/fiddle/test_func.rb,
test/fiddle/test_handl...
ktsj (Kazuki Tsujimoto)
12:36 PM Revision 2ee7d727 (git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:34 PM Revision 0ea40b22 (git): * ext/pty/pty.c (get_device_once): FreeBSD 10-current and 9-stable
added O_CLOEXEC support to posix_openpt, so assume FreeBSD 9.2 or
later supports it.
http://www.freebsd.org/cgi/q...
naruse (Yui NARUSE)
11:37 AM Revision 9b119ab4 (git): Remove unused variable
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40927 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
10:59 AM Bug #8443: -Lprefix/lib
2013年5月24日 16:06 Tanaka Akira <[email protected]>:
>
> おっと、r40907 で対処済みでしたか。
> 試します。

ちゃんと直ってました。ありがとうございます。
...
akr (Akira Tanaka)
10:27 AM Misc #8447: BasicObject id behaviour
nobu (Nobu4bb9d34yoshi Nakada) wrote:
> It's just an implementation detail, 0x9773a68 == 0x4bb9d34.
Sorry, missen...
nobu (Nobuyoshi Nakada)
10:21 AM Misc #8447 (Closed): BasicObject id behaviour
It's just an implementation detail, 0x9773a68 == 0x4bb9d34. nobu (Nobuyoshi Nakada)
12:05 AM Misc #8447 (Closed): BasicObject id behaviour
=begin
This is not really an issue. This is rather a question. It's about ids of BasicObject instances. When I invok...
kyrylo (Kyrylo Silin)
09:55 AM Revision 458b79e4 (git): * proc.c (rb_method_entry_min_max_arity): fix missing break in switch.
This was introduced in r38236, which is not intentional apparently.
This has caused no actual harm because VM_METHO...
mame (Yusuke Endoh)
09:32 AM Revision a0b3e032 (git): * dir.c (bracket): fix copy-paste error. When the first and last
characters of fnmatch range have different length, fnmatch may
have wrongly matched a path that does not really mat...
mame (Yusuke Endoh)
08:11 AM Revision 7b5a42f0 (git): * gc.c (after_gc_sweep): reduce full GC timing.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
03:06 AM Feature #4254: Allow method transplanting
=begin
I am interested in this feature although with a different use.
It appears that 2.0.0-p0 allowed methods to...
saturnflyer (Jim Gay)
02:28 AM Revision 675ba20c (git): no clearing method cache
* variable.c (set_const_visibility): return without clearing method
cache if no arguments.
* vm_method.c (set_metho...
nobu (Nobuyoshi Nakada)
02:27 AM Revision 9abf0913 (git): vm_method.c: quote method name
* vm_method.c (set_method_visibility): quote unprintable method name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr...
nobu (Nobuyoshi Nakada)
02:24 AM Revision 8a4fb4ac (git): eval.c: rb_frame_callee returns current name
* eval.c (rb_frame_callee): returns the called name of the current
frame, not the previous frame.
* eval.c (prev_fr...
nobu (Nobuyoshi Nakada)

05/24/2013

11:58 PM Revision 165db57c (git): string.c: check argument type
* string.c (rb_str_quote_unprintable): check if argument is a string.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr...
nobu (Nobuyoshi Nakada)
11:22 PM Bug #8446 (Closed): sdbm fails to fetch existing key if many elements in it
=begin
When I store many keys in SDBM, it may fail to fetch the value and returns nil.
The maximum number of all re...
arton (Akio Tajima)
10:04 PM Revision 10a726d9 (git): * 2013-05-25
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40919 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
10:03 PM Revision 37b862c6 (git): call rb_frame_callee() only once
* eval_error.c (error_pos): no needs to call rb_frame_callee() twice.
* safe.c (rb_secure, rb_insecure_operation): d...
nobu (Nobuyoshi Nakada)
10:03 PM Bug #8445 (Assigned): IO.open and IO#set_enconding does not support :fallback option
RubyDoc says that `IO.open` and `IO#set_encoding` supports optional argument defined in `String#encode`.
http://ruby...
pjmtdw (Haruhiro Yoshimoto)
09:27 PM Bug #8412 (Closed): Small Documentation Fix for Fiddle Module
This issue was solved with changeset r40916.
Steven, thank you for reporting this issue.
Your contribution to Ruby is...
Anonymous
11:57 AM Bug #8412 (Feedback): Small Documentation Fix for Fiddle Module
zzak (zzak _)
06:15 PM Bug #8444 (Assigned): Regexp vars $~ and friends are not thread local
In the docs for the Regexp special variables, `$~` and friends, it says "These global variables are thread-local and ... jamespharaoh (James Pharaoh)
06:03 PM Feature #8343 (Closed): StringScanner#[] should accept names of named captures
Merged at r40881! naruse (Yui NARUSE)
04:23 PM Bug #8443: -Lprefix/lib
2013年5月24日 15:55 Tanaka Akira <[email protected]>:
> 2013年5月24日 10:39 Nobuyoshi Nakada <[email protected]>:
>>
>>>...
akr (Akira Tanaka)
11:04 AM Bug #8443 (Closed): -Lprefix/lib
This issue was solved with changeset r40907.
Akira, thank you for reporting this issue.
Your contribution to Ruby is ...
nobu (Nobuyoshi Nakada)
10:54 AM Bug #8443 (Assigned): -Lprefix/lib
nobu (Nobuyoshi Nakada)
10:05 AM Bug #8443 (Closed): -Lprefix/lib
最近試しているクロスコンパイルな CI で、
思い立って DESTDIR を使って気がついたんですが、
configure に --prefix=/usr と指定すると、
/usr にあるライブラリを使ってしまうことがあ...
akr (Akira Tanaka)
02:08 PM Revision bea632a0 (git): fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40917 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
12:27 PM Revision 2fb8799e (git): * ext/fiddle/fiddle.c: fix typo in fiddle doc [Bug #8412]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40916 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Charlie Somerville
12:01 PM Bug #8441 (Feedback): /Users/Chandan/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/1.9.1/webrick/utils.rb:132: [BUG] Segmentation fault ruby 1.9.2p320 (2012-04-20 revision 35421) [x86_64-darwin11.4.2]
It would also help to have the code you were testing that produced this segfault. zzak (zzak _)
11:55 AM Bug #8441: /Users/Chandan/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/1.9.1/webrick/utils.rb:132: [BUG] Segmentation fault ruby 1.9.2p320 (2012-04-20 revision 35421) [x86_64-darwin11.4.2]
Can you reproduce this with 1.9.3-p429?
I believe 1.9.2 is no longer maintained, and you should upgrade to 1.9.3
zzak (zzak _)
05:29 AM Bug #8441 (Closed): /Users/Chandan/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/1.9.1/webrick/utils.rb:132: [BUG] Segmentation fault ruby 1.9.2p320 (2012-04-20 revision 35421) [x86_64-darwin11.4.2]
Hi,
I was trying to debug an issue while developing a web-page with RubyMine. At a break-point following crash occ...
indyarocks (Chandan Kumar)
11:50 AM Bug #8439 (Assigned): test_aes_gcm_wrong_tag(OpenSSL::TestCipher) fails randomly
Can you reproduce this with trunk? zzak (zzak _)
10:33 AM Revision 98855299 (git): * variable.c (set_const_visibility): use rb_frame_this_func() instead
of rb_frame_callee() for getting the name of the called method
* test/ruby/test_module.rb: add test
git-svn-id: svn...
Charlie Somerville
10:21 AM Revision f38a0630 (git): * gc.c: do major/full GC when:
* number of oldgen object is biggger than twice of
number of oldgen object at last full GC.
* number of remembered ...
ko1 (Koichi Sasada)
08:07 AM Revision de8cb828 (git): * intern.h: remove dangling rb_class_init_copy declaration
[ruby-core:55120] [Bug #8434]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40913 b2dd03c8-39d4-4d8f-98ff-823fe6...
Charlie Somerville
07:32 AM Revision c43dd625 (git): * ext/strscan/strscan.c (strscan_aref): raise error if given
name reference is not found.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40912 b2dd03c8-39d4-4d8f-98ff-823fe69...
naruse (Yui NARUSE)
06:54 AM Revision 755f6693 (git): io/console: rdoc
* ext/io/console/console.c (io_getch): add rdoc.
* ext/io/console/lib/console/size.rb (IO.console_size): ditto.
git...
nobu (Nobuyoshi Nakada)
06:54 AM Revision db41a188 (git): rename generic io modules
* ext/io/console/console.c, ext/stringio/stringio.c: rename internally
used modules as generic_readable and generic...
nobu (Nobuyoshi Nakada)
06:52 AM Revision b84f7fda (git): * gc.c (after_gc_sweep, garbage_collect_body): do major GC (full GC)
before extending heaps.
TODO: do major GC when there are many old (promoted) objects.
* gc.c (after_gc_sweep): remo...
ko1 (Koichi Sasada)
06:18 AM Bug #8442 (Closed): sendmesg (blocking) of class BasicSocket is repeatably sent by the ruby kernel
=begin

(1) The error occurs with the method "sendmesg" (blocking) of class BasicSocket on Ruby 2.0.0-p0 (rvm), bu...
m_josenhans (Michael Josenhans)
03:59 AM Revision 717c5f94 (git): Disable clang on travis because it causes many false negative
https://travis-ci.org/ruby/ruby/builds/7448421
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40908 b2dd03c8-39d4...
naruse (Yui NARUSE)
02:04 AM Revision d3298468 (git): configure.in: no runtime path to -L
* configure.in (LIBRUBY_RPATHFLAGS): do not append -L option with
runtime library directory if cross compiling, but...
nobu (Nobuyoshi Nakada)

05/23/2013

11:07 PM Bug #8438 (Rejected): Kernel.eval can not Reliably Create new Variables
Local variables are determined at compile phase. nobu (Nobuyoshi Nakada)
03:40 PM Bug #8438 (Rejected): Kernel.eval can not Reliably Create new Variables
Variables that are created by the Kernel.eval are deleted from the execution context before the method eval exits, de... martin_vahi (Martin Vahi)
09:46 PM Revision 20442b9c (git): reapply r40839 [Fixes GH-316]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40906 b2dd03c8-39d4-4d8f-98ff-823fe69b080e zzak (zzak _)
06:11 PM Bug #8348: ruby hangs randomly in daemonized processes on Debian GNU/kFreeBSD
Did you run this test on some kind of SMP box? Ruby on Debian GNU/kFreeBSD has problems with fork in SMP environment.... 375gnu (Hleb Valoshka)
06:06 PM Bug #8439 (Closed): test_aes_gcm_wrong_tag(OpenSSL::TestCipher) fails randomly
=begin
7) Error:
test_aes_gcm_wrong_tag(OpenSSL::TestCipher):
OpenSSL::Cipher::CipherError: unable to set GCM t...
vo.x (Vit Ondruch)
06:01 PM Revision b8b26d05 (git): * object.c (rb_obj_clone): should not propagate OLDGEN status.
This propagation had caused WB miss for class.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40905 b2dd03c8-39...
ko1 (Koichi Sasada)
05:40 PM Feature #8393: A class who's parent class is in a module can go wrong if files are required in the wrong order
eLobato (Daniel Lobato Garcia) wrote:
> This error showed up in a Rails app, on my code I had two different files (P...
rkh (Konstantin Haase)
02:05 PM Feature #8393: A class who's parent class is in a module can go wrong if files are required in the wrong order
> OMG, why puts 'fuck'? ;_;
Ruby doesn't prevent you from fucking yourself.
nobu (Nobuyoshi Nakada)
03:31 AM Feature #8393: A class who's parent class is in a module can go wrong if files are required in the wrong order
boris_stitnicky (Boris Stitnicky) wrote:
> OMG, why puts 'fuck'? ;_;
It's bait to see who gets distracted by irre...
jonforums (Jon Forums)
03:14 AM Feature #8393: A class who's parent class is in a module can go wrong if files are required in the wrong order
OMG, why puts 'fuck'? ;_; Anonymous
03:29 PM Revision 28eb5913 (git): fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40904 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
03:18 PM Revision ef6fb99e (git): * 2013-05-24
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40903 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:18 PM Revision 4ea690ea (git): extmk.rb: don't duplicate
* ext/extmk.rb (extract_makefile): do not add dldflags if duplicated.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr...
nobu (Nobuyoshi Nakada)
01:49 PM Revision d07439d5 (git): Add a comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40901 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:42 AM Bug #8435: Can't build tcl/tk extensions after updating Debian/Ubuntu package
Seems like third party issue zzak (zzak _)
10:45 AM Bug #8432: make install ruby 2.0.0 fails with undefined method `sub!'
AndrewCPaterson (Andrew Paterson) wrote:
> drwxrwxr-x 2 apaterson apaterson 4096 May 22 05:03 CVS/
Why is there...
nobu (Nobuyoshi Nakada)
04:08 AM Bug #8432: make install ruby 2.0.0 fails with undefined method `sub!'
It is because there is a zero length file in a subdirectory under bin. There needs to be protection against this in ... AndrewCPaterson (Andrew Paterson)
10:10 AM Feature #8437: custom operators, unicode
eike.rb (Eike Dierks) wrote:
> I'd believe the math operator plane of unicode should be removed
> from the allowa...
phluid61 (Matthew Kerwin)
09:20 AM Feature #8437 (Open): custom operators, unicode
The ruby language does currently one support a predefined set of operators.
It would be nice to add custom operators...
eike.rb (Eike Dierks)
08:35 AM Revision f8180b89 (git): load.c: fix invalid read
* load.c (loaded_feature_path): fix invalid read by index underflow.
the beginning of name is also a boundary as we...
nobu (Nobuyoshi Nakada)
08:31 AM Feature #8270: Ruby should build without thread support (aka minix)
Thanks to everyone who responded.
Porting to Minix is only a minor target.
I suggested to the minix people that t...
eike.rb (Eike Dierks)
08:22 AM Revision 699e06a8 (git): gc.c: revert r40898
* gc.c (gc_profile_dump_on): revert r40898. ok to show the record
accumulating while lazy_sweep().
git-svn-id: s...
nobu (Nobuyoshi Nakada)
07:58 AM Revision 95170c70 (git): * gc.c: do not dump the last record
* gc.c (gc_profile_dump_on): do not dump the last record, for some
reason.
git-svn-id: svn+ssh://ci.ruby-lang.org...
nobu (Nobuyoshi Nakada)
04:09 AM Revision 09c34823 (git): revert forwardable rdoc patch for demo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40897 b2dd03c8-39d4-4d8f-98ff-823fe69b080e zzak (zzak _)
03:00 AM Revision ec04fecd (git): * test/ruby/test_io.rb (TestIO#test_write_32bit_boundary): HFS+ seems
not supporting a sparce file.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40896 b2dd03c8-39d4-4d8f-98ff-823fe6...
nobu (Nobuyoshi Nakada)
02:14 AM Revision 8a867f91 (git): * 2013-05-23
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40895 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:14 AM Revision ded54cb8 (git): test_io.rb: test for write
* test/ruby/test_io.rb (TestIO#test_write_32bit_boundary): add test
for write part. [ruby-core:55098] [Bug #8431]
...
nobu (Nobuyoshi Nakada)

05/22/2013

11:03 PM Bug #8435: Can't build tcl/tk extensions after updating Debian/Ubuntu package
Workaround is to specify actual location of tcl/tk files:
./configure --with-tclConfig-file=/usr/lib/x86_64-li...
romuloceccon (Rômulo Ceccon)
10:28 PM Bug #8435 (Third Party's Issue): Can't build tcl/tk extensions after updating Debian/Ubuntu package
I've recently upgraded my Ubuntu system to 13.04 and tcl8.5-dev and tk8.5-dev were updated as well (to versions 8.5.1... romuloceccon (Rômulo Ceccon)
09:07 PM Feature #3620: Add Queue, SIzedQueue and ConditionVariable implementations in C in addition to ruby ones
2013/5/18 nobu (Nobuyoshi Nakada) <[email protected]>
> You can use rb_funcall2() instead here.
I made a patch w...
Glass_saga (Masaki Matsushita)
06:51 PM Bug #8432: make install ruby 2.0.0 fails with undefined method `sub!'
The problem is still present in p195 AndrewCPaterson (Andrew Paterson)
06:51 PM Bug #8432: make install ruby 2.0.0 fails with undefined method `sub!'
There are no empty files in the bin directory:
[apaterson@xerxes ruby-2.0.0]$ ls -l bin
total 52
drwxr-xr-x 3 a...
AndrewCPaterson (Andrew Paterson)
01:09 PM Bug #8432 (Feedback): make install ruby 2.0.0 fails with undefined method `sub!'
It probably occurs when an empty file exists under bin directory.
Do you have it?
nobu (Nobuyoshi Nakada)
02:36 AM Bug #8432 (Closed): make install ruby 2.0.0 fails with undefined method `sub!'
./tool/rbinstall.rb:468 is trying to reference shebang.sub! on command scripts destined for /usr/local/bin and that's... AndrewCPaterson (Andrew Paterson)
05:25 PM Feature #8430: Rational number literal
nobu (Nobuyoshi Nakada) wrote:
> I also prefer an operator.
>
> https://github.com/nobu/ruby/commit/7ff6073d70306...
mrkn (Kenta Murata)
05:21 PM Feature #8430: Rational number literal
knu (Akinori MUSHA) wrote:
> I think it should be added as an operator rather than a literal notation.
>
> A lite...
mrkn (Kenta Murata)
05:15 PM Feature #8430: Rational number literal
I also prefer an operator.
https://github.com/nobu/ruby/commit/7ff6073d70306999c0def3387387649ccd13f9d6
nobu (Nobuyoshi Nakada)
01:45 PM Feature #8430: Rational number literal
charliesome (Charlie Somerville) wrote:
> > Also, I guess runtime cost would not change much if it were introduced a...
phluid61 (Matthew Kerwin)
12:26 PM Feature #8430: Rational number literal
> Also, I guess runtime cost would not change much if it were introduced as operator.
Rational is immutable, so if...
Anonymous
11:49 AM Feature #8430: Rational number literal
I think it should be added as an operator rather than a literal notation.
A literal should not look like an expres...
knu (Akinori MUSHA)
11:08 AM Feature #8430: Rational number literal
Shouldn't tDIV2 be only if IS_SPCARG(c)? nobu (Nobuyoshi Nakada)
12:46 PM Feature #5653: "I strongly discourage the use of autoload in any standard libraries" (Re: autoload will be dead)
Matz,
It appears that a patch was accepted into the soon to be released 1.9.4 branch (http://bugs.ruby-lang.org/is...
reset (Jamie Winsor)
10:38 AM Revision a4eaf5f3 (git): Add NEWS for r40879: Digest::Class.file
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40893 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
10:36 AM Revision 7a32434f (git): Fix test failure of binmode from r40879
http://ruby-mswin.cloudapp.net/vc10-x64/ruby-trunk/log/20130521T131601Z.log.html.gz
git-svn-id: svn+ssh://ci.ruby-la...
naruse (Yui NARUSE)
08:03 AM Revision f02c2b9c (git): * vm_dump.c (rb_vm_bugreport): show name of class and module.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40891 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
08:03 AM Revision 22c0397a (git): * vm_dump.c (rb_vm_bugreport): limit class name length.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:50 AM Revision 11650a6a (git): gc.c: use size_t and no header if next_index == 0
* gc.c (gc_profile_dump_on): use size_t to get rid of overflow and
show the header when next_index > 0, instead of ...
nobu (Nobuyoshi Nakada)
06:19 AM Revision a815b56d (git): win32.c: check error of SetFilePointer
* win32/win32.c (setup_overlapped): check the error code in addition
to the result of SetFilePointer() to determine...
nobu (Nobuyoshi Nakada)
06:17 AM Revision 38302ca7 (git): win32.c: extract setup_overlapped and finish_overlapped
* win32/win32.c (setup_overlapped, finish_overlapped): extract from
rb_w32_read() and rb_w32_write().
git-svn-id:...
nobu (Nobuyoshi Nakada)
05:21 AM Revision 5aece501 (git): * gc.c (gc_prepare_free_objects, rest_sweep, lazy_sweep): fix position
of `during_gc' setting.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40886 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
ko1 (Koichi Sasada)
02:52 AM Bug #8433 (Closed): Mutexes held by background threads at fork not always released
It appears that the Ruby interpreter attempts to automatically unlock Mutexes held by background threads at the time ... benweint (Ben Weintraub)
02:31 AM Feature #8422: add Enumerable#reverse_sort and Enumerable#reverse_sort_by
-1, feature creep
But I'm for defining `reverse!` as O(1), not really reversing anything, just treating the last ele...
Anonymous
12:26 AM Feature #5458: DL should be removed
zzak (Zachary Scott) wrote:
> The Win32 stuff is largely undocumented, but I remember ngoto-san
> moved a lot of i...
luislavena (Luis Lavena)

05/21/2013

11:09 PM Revision daf752b1 (git): * 2013-05-22
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40885 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
11:09 PM Revision 9e64703e (git): * gc.c (garbage_collect): all GC is start from garbage_collect()
(or garbage_collect_body()). `garbage_collect()' accept additional
two parameters `full_mark' and `immediate_sweep'...
ko1 (Koichi Sasada)
10:43 PM Feature #8430: Rational number literal
I updated the patch for fixing negative rational numbers:
https://github.com/mrkn/ruby/commit/b16f4da893c1cb68058098...
mrkn (Kenta Murata)
10:31 PM Feature #8430 (Closed): Rational number literal
I would like to propose a new literal syntax for rational numbers.
The implementation is available in my github repo...
mrkn (Kenta Murata)
10:00 PM Bug #8115: make install DESTDIR=/my/install/path fails
This is still issue for -p195 :/ vo.x (Vit Ondruch)
05:50 PM Feature #8331: Update config.guess and config.sub for AArch64 (ARM64)
Would be nice to have this for Fedora/RHEL. Here is related Fedora bug [1] and ML discussion [2, 3]. Thanks.
[1]...
vo.x (Vit Ondruch)
04:34 PM Feature #8361: Alternative syntax for block parameter
=begin
I do not mind this being closed, i do not see how this can be made consistent with the existing syntax, and pr...
alexeymuranov (Alexey Muranov)
01:54 PM Revision e12df5ef (git): Update doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40883 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:51 PM Revision 3188b469 (git): Add NEWS about r40881, StringScanner#[] supports named captures.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40882 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
01:48 PM Revision ecd5bbe8 (git): * ext/strscan/strscan.c (strscan_aref): support named captures.
patched by Konstantin Haase [ruby-core:54664] [Feature #8343]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4088...
naruse (Yui NARUSE)
12:54 PM Feature #8429 (Closed): Options requests in net/http should be able to accept a response body
As it is currently implemented, Net::HTTP::Options does not allow responses to OPTIONS requests to have a response bo... cpr (Chris Rice)
12:50 PM Revision 9662e3de (git): * test/ruby/test_dir_m17n.rb (TestDir_M17N#test_entries_compose):
Use #each instead of #map just for iteration.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40880 b2dd03c8-39d4...
Sutou Kouhei
12:41 PM Revision 07a6b4cb (git): * ext/digest/lib/digest.rb (Digest::Class.file): Take optional
arguments that are passed to the constructor of the digest
class.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun...
Akinori MUSHA
08:21 AM Revision 51d586c6 (git): * gc.c: remove gc_profile_record::is_marked. always true.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40878 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
08:19 AM Revision 9578bb78 (git): * gc.c: fix to collect additional information for GC::Profiler.
* major/minor GC
* trigger reason of GC
* gc.c (gc_profile_dump_on): change reporting format with
added information...
ko1 (Koichi Sasada)
07:53 AM Feature #5458: DL should be removed
On Mon, May 20, 2013 at 07:55:11AM +0900, Zachary Scott wrote:
> The Win32 stuff is largely undocumented, but I re...
Anonymous
07:52 AM Revision 2e011442 (git): * gc.c: GC::Profiler's sweeping time is accumulated all slot
sweeping time. At lazy GC, GC::Profiler makes new record entry
for each lazy_sweep(). In this change, accumulating ...
ko1 (Koichi Sasada)
07:43 AM Revision 0fd2c7e6 (git): test_dir_m17n.rb: sort Dir.entries
* test/ruby/test_dir_m17n.rb (test_entries_compose): the order on the
filesystem does not matter, so sort Dir.entri...
nobu (Nobuyoshi Nakada)
07:41 AM Revision 28a4c88f (git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40874 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:40 AM Revision 3f488863 (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40873 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:36 AM Revision 6f7c9e2e (git): * common.mk (rdoc-bench): add a benchmark rule
using RDoc. Generate all rdoc related files
(same as `make rdoc') in temporary directory
and remove them. Excecut...
ko1 (Koichi Sasada)
07:31 AM Revision f3cdb9f3 (git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40871 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:27 AM Revision 3f2cb86e (git): * gc.c (gc_profile_dump_on): `count' should be (int) because it
can be negative number.
And use pointer for `record' (don't copy).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t...
ko1 (Koichi Sasada)
06:08 AM Revision 32c5c675 (git): force_encoding expected result as filesystem encoding
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
01:53 AM Feature #8426: Implement class hierarchy method caching
Charlie Somerville <[email protected]> wrote:
> > I prefer `st_' related name. But not strong opinion....
normalperson (Eric Wong)

05/20/2013

10:19 PM Bug #8037: rdoc issues preventing docs generating after ruby was compiled
it's fixed in rdoc but not in ruby, ruby-2.0.0-p195 is still shipped with the broken rdoc 4.0.0 mpapis (Michal Papis)
08:52 PM Bug #8037 (Closed): rdoc issues preventing docs generating after ruby was compiled
These issues seemed to have been resolved in the RDoc tracker, please update the ticket there if you still experience... zzak (zzak _)
07:23 PM Feature #8426: Implement class hierarchy method caching
On Monday, 20 May 2013 at 7:39 PM, SASADA Koichi wrote:
> Is it huge performance bottleneck? I think branch on inl...
Anonymous
07:10 PM Feature #8426: Implement class hierarchy method caching
ko1 (Koichi Sasada) wrote:
> (2013/05/20 18:21), Charlie Somerville wrote:
> > funny_falcon explained this well. I...
funny_falcon (Yura Sokolov)
06:53 PM Feature #8426: Implement class hierarchy method caching
(2013/05/20 18:21), Charlie Somerville wrote:
> funny_falcon explained this well. It's significantly faster in thi...
ko1 (Koichi Sasada)
06:29 PM Feature #8426: Implement class hierarchy method caching
(2013/05/20 16:23), funny_falcon (Yura Sokolov) wrote:
> "sparse array" - is a lightweight hash structure which ma...
ko1 (Koichi Sasada)
06:23 PM Feature #8426: Implement class hierarchy method caching
On Monday, 20 May 2013 at 1:35 PM, SASADA Koichi wrote:
> Could you explain the data stracture? Patch seems to int...
Anonymous
06:23 PM Feature #8426: Implement class hierarchy method caching
On Monday, 20 May 2013 at 5:28 PM, funny_falcon (Yura Sokolov) wrote:
> Charlie, why sa_index_t is uint64_t ? it r...
Anonymous
04:28 PM Feature #8426: Implement class hierarchy method caching
Charlie, why sa_index_t is uint64_t ? it really should be 32bit for better CPU cache locality.
Yes, it will limits I...
funny_falcon (Yura Sokolov)
04:23 PM Feature #8426: Implement class hierarchy method caching
Good day, Koichi
"sparse array" - is a lightweight hash structure which maps 32bit integers to st_data_t values.
...
funny_falcon (Yura Sokolov)
12:53 PM Feature #8426: Implement class hierarchy method caching
Great work!

Could you explain the data stracture? Patch seems to introduce new data
structure `sparse array'....
ko1 (Koichi Sasada)
11:22 AM Feature #8426: Implement class hierarchy method caching
Here are some raw benches comparing Ruby-Head with KclassCache
TLDR;
Noticeable improvement over head.
Disco...
sam.saffron (Sam Saffron)
10:23 AM Feature #8426: Implement class hierarchy method caching
Hello Charlie,

This sounds very promising, as it should make Ruby faster. Any idea how
much faster? And are ...
duerst (Martin Dürst)
06:11 PM Revision 1891b60f (git): dir.c: compose HFS file names
* dir.c (dir_each): compose HFS file names from
UTF8-MAC. [ruby-core:48745] [Bug #7267]
git-svn-id: svn+ssh://ci....
nobu (Nobuyoshi Nakada)
06:10 PM Revision a7092270 (git): test_dir_m17n.rb: assert_separately
* test/ruby/test_dir_m17n.rb: prefer assert_separately over
assert_ruby_status for more descriptive messages.
git...
nobu (Nobuyoshi Nakada)
06:08 PM Revision 80db7cc4 (git): envutil.rb: envutil in child
* test/ruby/envutil.rb (assert_separately): require envutil in the
child process too.
git-svn-id: svn+ssh://ci.ru...
nobu (Nobuyoshi Nakada)
06:07 PM Revision cbab48f7 (git): * 2013-05-21
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40865 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:07 PM Revision c4a8d40c (git): string.c: infect
* string.c (rb_str_conv_enc_opts): should infect.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40864 b2dd03c8-...
nobu (Nobuyoshi Nakada)
02:29 PM Revision c2496683 (git): reapply r40839 [Fixes GH-313]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40863 b2dd03c8-39d4-4d8f-98ff-823fe69b080e zzak (zzak _)
01:41 PM Revision 8fb4108b (git): * lib/webrick/httpservlet/filehandler.rb (set_dir_list): add NameWidth option.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40862 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:41 PM Revision 31c2e85e (git): * lib/webrick/httpservlet/filehandler.rb (set_dir_list): use TABLE.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40861 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:41 PM Revision b6f42822 (git): * lib/webrick/httpservlet/filehandler.rb (set_dir_list): set charset.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40860 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:41 PM Revision 83fa035d (git): * lib/webrick/httpservlet/filehandler.rb (set_dir_list): share title and h1.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40859 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:33 PM Revision 57d8faea (git): Revert r40839 for demo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40858 b2dd03c8-39d4-4d8f-98ff-823fe69b080e zzak (zzak _)
01:28 PM Revision dcb4ceea (git): * lib/set.rb (Set#delete_if, Set#keep_if): Avoid blockless call of
proc, which is not portable to JRuby. Replace &method() with
faster and simpler literal blocks while at it.
git-s...
Akinori MUSHA
01:20 PM Bug #8425: webrick show local filesystem charset bug
@nobu,
webrick\httputils.rb
def _unescape(str, regex)
str = str.b
str.gsub!(regex) {$1.hex.chr...
windwiny (wind winy)
10:40 AM Bug #8425 (Closed): webrick show local filesystem charset bug
This issue was solved with changeset r40848.
wind, thank you for reporting this issue.
Your contribution to Ruby is g...
nobu (Nobuyoshi Nakada)
01:01 PM Revision b416c661 (git): * lib/e2mmap.rb: Format of E2MM documentation
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40856 b2dd03c8-39d4-4d8f-98ff-823fe69b080e zzak (zzak _)
12:42 PM Revision c09172f3 (git): * ext/extmk.rb: nodoc this file
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40855 b2dd03c8-39d4-4d8f-98ff-823fe69b080e zzak (zzak _)
11:44 AM Revision 275eb63b (git): * lib/cmath.rb: Remove duplicate RDoc heading from overview
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40854 b2dd03c8-39d4-4d8f-98ff-823fe69b080e zzak (zzak _)
11:37 AM Revision e3436d29 (git): * lib/securerandom.rb: Update position of overview for RDoc
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40853 b2dd03c8-39d4-4d8f-98ff-823fe69b080e zzak (zzak _)
10:35 AM Revision 46cb75db (git): * math.c: improve and fix documentation of sin, tan and log
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40852 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Eregon (Benoit Daloze)
10:35 AM Revision 3786bd60 (git): * lib/logger.rb (Logger::Application): show namespace in documentation
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40851 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Eregon (Benoit Daloze)
10:22 AM Bug #8358: TestSprintf#test_float test failure
As I wrote in #8299, up to nobu.
Our choice will be one of the following:
* add _control87(_PC_53, _MCW_PC) (or i...
naruse (Yui NARUSE)
03:26 AM Bug #8358 (Assigned): TestSprintf#test_float test failure
naruse: Can we commit the patch? luislavena (Luis Lavena)
10:16 AM Bug #8427: gets method truncates strings longer than 255 characters in Windows 7
This bug is caused by changesets r28035, r29980 and r30280.
Here is a possible workaround patch:
diff --git a/w...
phasis68 (Heesob Park)
07:46 AM Bug #8427 (Closed): gets method truncates strings longer than 255 characters in Windows 7
When using the gets method from a Windows 7 command line (or XP according to other users), long input strings are tru... jen (Jen Marsh)
08:03 AM Bug #8428 (Closed): Date#to_time yields incorrect value for Julian dates
=begin
Date instances with Julian day values that precede the calendar reform start day (i.e. #julian? == true), ret...
teleological (Riley Lynch)
07:59 AM Feature #5458: DL should be removed
The Win32 stuff is largely undocumented, but I remember ngoto-san
moved a lot of it to Fiddle already?
zzak (zzak _)
03:32 AM Feature #5458: DL should be removed
tenderlovemaking (Aaron Patterson) wrote:
> DL is deprecated in trunk. To maintain backwards compatibility, I've mo...
luislavena (Luis Lavena)
07:37 AM Bug #8182 (Assigned): XMLRPC request fails with "Wrong size. Was 31564, should be 1501"
I've attached Duncan's patch from github, so we can close the pull request. zzak (zzak _)
04:59 AM Bug #8392 (Closed): stdlib's 'forwardable' documentation has a bad example
This issue was solved with changeset r40839.
Joe, thank you for reporting this issue.
Your contribution to Ruby is gr...
zzak (zzak _)
03:44 AM Bug #7807 (Assigned): [PATCH] Remove duplicated load paths when empty version string is configured
luislavena (Luis Lavena)
03:40 AM Bug #8159: Build failure introduced by Rinda changes
Rinda failure now seems to be related to ifindex() being missing:
http://ci.rubyinstaller.org/job/ruby-trunk-x86-t...
luislavena (Luis Lavena)
02:52 AM Revision a3672d4b (git): * lib/pp.rb: Revert part of r40834 and nodoc PP::ObjectMixin
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40850 b2dd03c8-39d4-4d8f-98ff-823fe69b080e zzak (zzak _)
02:22 AM Revision 596cecb0 (git): test_objectspace.rb: run test_each_object separately
* test/ruby/test_objectspace.rb (TestObjectSpace#test_each_object):
run separately.
git-svn-id: svn+ssh://ci.ruby-...
nobu (Nobuyoshi Nakada)
01:40 AM Revision 88bcccd4 (git): webrick: fix non-ascii escape bugs
* lib/webrick/htmlutils.rb (WEBrick::HTMLUtils#escape): replace HTML
meta chars even in non-ascii string. [Bug #84...
nobu (Nobuyoshi Nakada)
12:53 AM Revision bcddf032 (git): filehandler.rb: revert r20152
* lib/webrick/httpservlet/filehandler.rb (set_dir_list): revert r20152
partially and fix misuse of bytesize and reg...
nobu (Nobuyoshi Nakada)
12:43 AM Revision eb9cd6b1 (git): * ChangeLog: fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40846 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:02 AM Feature #8324: Net::Telnet.new のオプション
そうなるとキーワード引数でも受け付けるのはどうか、という議論も出てきそうですね。 ayumin (Ayumu AIZAWA)
 

Also available in: Atom