Project

General

Profile

Activity

From 05/10/2012 to 05/16/2012

05/16/2012

10:08 PM Bug #6433 (Assigned): rb_thread_blocking_region(): ubf() function is executed with GVL
mame (Yusuke Endoh)
10:02 PM Feature #6388: Convert README to README.rdoc with formatting
Hello,
nobu (Nobuyoshi Nakada) wrote:
> I'm neutral to change the names, and will rename them if no objections.
...
mame (Yusuke Endoh)
06:21 PM Bug #6033: Digest issue in 1.9.3
I have the same issue, too :(
I evaded it temporarily by using 1.9.2 sha1.bundle.
mv "$HOME/.rvm/rubies/ruby-1....
annotunzdy (Takayoshi Sato)
05:15 PM Feature #6183: Enumerator::Lazy performance issue
=begin
Here's an update.
All methods except (({Lazy#cycle})), (({Lazy#zip})) and (({Lazy#flat_map})) are optimized....
gregolsen (Innokenty Mikhailov)
12:59 PM Bug #6441 (Rejected): IO.pipe on ENFILE
今の Ruby は open(2) などで、errno=ENFILE が発生した場合、
すなわち fd を使いきっている場合には、rb_gc() を呼び、IO オブジェクトを GC して、
fd が解放されないか試み、それでもダメ...
naruse (Yui NARUSE)
12:54 PM Feature #6439 (Rejected): 引数にIOを渡した場合のMarshal.loadni
naruse (Yui NARUSE)
12:50 PM Feature #6439: 引数にIOを渡した場合のMarshal.loadni
すみません。誤って途中で送信してしまいました。
こちらはrejectして下さい。
Glass_saga (Masaki Matsushita)
12:45 PM Feature #6439 (Rejected): 引数にIOを渡した場合のMarshal.loadni
Glass_saga (Masaki Matsushita)
12:49 PM Feature #6440 (Closed): 引数にIOを渡した場合のMarshal.loadにバッファを持たせたい
=begin
現在の(({Marshal.load}))では、引数に(({IO}))を渡すと(({IO#getbyte}))や(({IO#read}))で当座に必要な部分のみの読み出しを繰り返すので
大量のメソッド呼び出しが発生し...
Glass_saga (Masaki Matsushita)
11:27 AM Feature #5096: offer Logger-compatibility for syslog ext
The second rails-free patch places it under ext/syslog/lib/syslog and introduces test/syslog/.
I did not move test...
drbrain (Eric Hodel)
11:02 AM Feature #5096: offer Logger-compatibility for syslog ext
I'll look into this shortly.
I think I'm going to put this under ext/syslog/lib/syslog/ so the whole syslog librar...
knu (Akinori MUSHA)
09:59 AM Feature #5096: offer Logger-compatibility for syslog ext
This updated patch removes references to rails and the silence method (as it is not thread-safe). drbrain (Eric Hodel)
10:05 AM Bug #6436: Byte counting incorrect in BufferedIO (net/protocol.rb)
Emacs diff-mode.el provides a function, diff-context->unified. nobu (Nobuyoshi Nakada)
05:27 AM Bug #6436: Byte counting incorrect in BufferedIO (net/protocol.rb)
Patch file. jcast (Jeremie Castagna)
05:09 AM Bug #6436 (Closed): Byte counting incorrect in BufferedIO (net/protocol.rb)
BufferedIO's @rbuf counts bytes with String#size, but should use String#bytesize. This creates potential incorrect re... jcast (Jeremie Castagna)
09:05 AM Revision b85e3e70 (git): * configure.in (PIE): fix operator.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35666 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:05 AM Feature #6437 (Rejected): Marshaling Time preserve utc_offset but doesn't preserve zone
drbrain (Eric Hodel)
05:53 AM Feature #6437: Marshaling Time preserve utc_offset but doesn't preserve zone
Actually this is a dup of #3035 spastorino (Santiago Pastorino)
05:30 AM Feature #6437 (Rejected): Marshaling Time preserve utc_offset but doesn't preserve zone
I was wondering why do we have this in Rails https://github.com/rails/rails/blob/master/activesupport/lib/active_supp... spastorino (Santiago Pastorino)
06:47 AM Revision a2976afa (git): configure.in: Fix an unbalanced quote.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35665 b2dd03c8-39d4-4d8f-98ff-823fe69b080e yugui (Yuki Sonoda)
06:45 AM Revision 5950dd19 (git): * ext/extmk.rb (exts.mk): use double quotes instead of single quotes
for commandline because it's not recognized as quotes on Windows.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
U.Nakamura
06:15 AM Revision 4407beae (git): configure.in: use single quotes
* configure.in (LD): enclose with single qoutes but not double quotes
not to expand command substitution.
git-svn...
nobu (Nobuyoshi Nakada)
05:39 AM Revision 3fa3f9ab (git): Supports static linking of extensions and encodings again.
Fixes --with-static-linked-ext.
Patch by Google Inc. [ruby-core:45073].
* Makefile.in (ENCOBJS, EXTOBJS): New varia...
yugui (Yuki Sonoda)
05:31 AM Revision 0923ae5e (git): * io.c: fixed a merge mistake of r33878, reported by nobu via IRC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35661 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
05:01 AM Feature #6435 (Closed): Break up net/http.rb into individual files
The attached patch breaks up net/http.rb into individual files. Beyond addition of "Net::" for scoping only structur... drbrain (Eric Hodel)
03:49 AM Bug #6434: Block passed implicitly via super
@Thomas, i didn't know it could change. In fact, i do not know where to find an up to date documentation about basic... alexeymuranov (Alexey Muranov)
02:23 AM Bug #3660: Trace events seem to be missing
> If you want to print c-func and c-return event, please set:
>
>  Tracer::display_c_call = true
> ...
>  Howeve...
Anonymous
01:34 AM Bug #6425 (Closed): Psych issue with !!omap
This issue was solved with changeset r35657.
Thomas, thank you for reporting this issue.
Your contribution to Ruby is...
tenderlovemaking (Aaron Patterson)
01:23 AM Bug #6425: Psych issue with !!omap
On Tue, May 15, 2012 at 08:45:05AM +0900, trans (Thomas Sawyer) wrote:
>
> Issue #6425 has been updated by trans ...
Anonymous
01:12 AM Bug #6425: Psych issue with !!omap
Btw, just thought of something that might be important here. Technically a YAML OMap type is written:
--- !!omap...
trans (Thomas Sawyer)

05/15/2012

11:36 PM Revision 80bd769f (git): test/ruby/test_time.rb: split a big test
* test/ruby/test_time.rb (TestTime#test_strftime): split a big test by
subjects.
git-svn-id: svn+ssh://ci.ruby-lan...
nobu (Nobuyoshi Nakada)
10:26 PM Bug #6434: Block passed implicitly via super
@alexey I thought that was no longer true for 1.9. trans (Thomas Sawyer)
05:04 PM Bug #6434: Block passed implicitly via super
Just a note: `super` without arguments is documented to pass all arguments, so to not pass a block can only be expect... alexeymuranov (Alexey Muranov)
01:36 PM Bug #6434: Block passed implicitly via super
I see. It's not intuitive, obviously, but I suppose it makes sense for how Ruby handles implicit yield in general. No... trans (Thomas Sawyer)
09:56 AM Bug #6434 (Rejected): Block passed implicitly via super
=begin
It's a spec.
(({super})) inherits the given block if it's not given directly.
You can call (({super(default,...
nobu (Nobuyoshi Nakada)
02:59 AM Bug #6434: Block passed implicitly via super
Crap, could an admin please fix the use of RD in my post. And while I am on the subject, can we just make RD mode alw... trans (Thomas Sawyer)
02:58 AM Bug #6434 (Rejected): Block passed implicitly via super
=begin
Block is being passed via super implicitly even though the method is explicit and does not pass the block whe...
trans (Thomas Sawyer)
10:03 PM Revision 00fd3864 (git): * ext/date/date_strftime.c: should also be aware of flags on
complex specifier.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35659 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Tadayoshi Funaba
08:13 PM Revision b4bdb2f2 (git): * ext/psych/lib/psych/visitors/to_ruby.rb: fix a bug with string
subclass dumping and loading.
* test/psych/test_array.rb: pertinent tests
* test/psych/test_string.rb: ditto
git-s...
tenderlovemaking (Aaron Patterson)
06:54 PM Bug #6433: rb_thread_blocking_region(): ubf() function is executed with GVL
Thanks, I was suggested to look at bignum.c which makes use of a ubf similar to your pseudo-code. I will try to apply... ibc (Iñaki Baz Castillo)
10:23 AM Bug #6433: rb_thread_blocking_region(): ubf() function is executed with GVL
(2012/05/15 8:15), ibc (Iñaki Baz Castillo) wrote:
> Honestly I don't understand what "`ubf()' should interrupt `f...
ko1 (Koichi Sasada)
08:15 AM Bug #6433: rb_thread_blocking_region(): ubf() function is executed with GVL
I've re-read the doc:
------------
* If another thread interrupts this thread (Thread#kill, signal delivery,
...
ibc (Iñaki Baz Castillo)
08:06 AM Bug #6433: rb_thread_blocking_region(): ubf() function is executed with GVL
ibc (Iñaki Baz Castillo) wrote:
> > Maybe you expect that ubf() was called by *blocking* thread. However,
> > ...
ibc (Iñaki Baz Castillo)
07:59 AM Bug #6433: rb_thread_blocking_region(): ubf() function is executed with GVL
ko1 (Koichi Sasada) wrote:
> Okay, maybe I understand your problem.
>
> Let us clear them:
> (1) There are s...
ibc (Iñaki Baz Castillo)
04:53 AM Bug #6433: rb_thread_blocking_region(): ubf() function is executed with GVL
Hi,

(2012/05/15 4:15), ibc (Iñaki Baz Castillo) wrote:
> You can reproduce it by downloading it (Ruby 1.9.2 o...
ko1 (Koichi Sasada)
04:15 AM Bug #6433: rb_thread_blocking_region(): ubf() function is executed with GVL
ko1 (Koichi Sasada) wrote:
> (2012/05/14 21:57), ibc (Iñaki Baz Castillo) wrote:
> > So... is ubf() called with th...
ibc (Iñaki Baz Castillo)
03:23 AM Bug #6433: rb_thread_blocking_region(): ubf() function is executed with GVL
(2012/05/14 21:57), ibc (Iñaki Baz Castillo) wrote:
> So... is ubf() called with the GVL or not??

No. ubf() ...
ko1 (Koichi Sasada)
04:34 PM Revision 5341e3cc (git): * ext/psych/lib/psych/visitors/to_ruby.rb: convert omap tagged maps to
Psych::Omap objects rather than hashes. [Bug #6425]
* test/psych/test_omap.rb: pertinent test.
git-svn-id: svn+ssh:...
tenderlovemaking (Aaron Patterson)
04:24 PM Revision dcf9ae93 (git): * 2012-05-16
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:24 PM Revision f78fcf10 (git): * ext/psych/lib/psych/visitors/yaml_tree.rb: keep a reference to
custom coders so that GC does not impact dumped yaml reference ids.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun...
tenderlovemaking (Aaron Patterson)
04:10 PM Revision 6c29b798 (git): * 2012-05-16
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@35654 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:10 PM Revision 17325a1d (git): * ext/digest/md5/extconf.rb: use pkg_config for openssl so that
customized ssl paths are used for linking. Backports fixes for
[ruby-core:44755].
* ext/digest/rmd160/extconf.rb: ...
tenderlovemaking (Aaron Patterson)
02:59 PM Revision 5bca86dd (git): lib/test/unit.rb: --color option
* lib/test/unit.rb (Test::Unit::Options#setup_options): add --color option.
* lib/test/unit.rb (Test::Unit::Runner#_p...
nobu (Nobuyoshi Nakada)
02:54 PM Revision b32388d5 (git): test for Bug #6385
* test/ruby/test_file.rb (TestFile#test_utime): test for [Bug #6385].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr...
nobu (Nobuyoshi Nakada)
02:54 PM Revision 0d9608eb (git): test/ruby/test_file.rb: use tmpdir
* test/ruby/test_file.rb (TestFile#test_utime): Dir.mktmpdir does not
chdir.
* test/ruby/test_file.rb (TestFile#te...
nobu (Nobuyoshi Nakada)
02:54 PM Revision 498a001f (git): test/ruby/test_marshal.rb: close pipes
* test/ruby/test_marshal.rb (TestMarshal#test_pipe): should close pipes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby...
nobu (Nobuyoshi Nakada)
08:45 AM Bug #6425: Psych issue with !!omap
=begin
Ah, the indention I added was the problem. Try:
a = YAML.load %{
--- !!omap
a: 1
b: 2
}
...
trans (Thomas Sawyer)
03:59 AM Feature #6373: public #self
On 28 April 2012 17:54, Alex Young <[email protected]> wrote:
> "`itself`"?

I agree, `#itself` is the best...
Eregon (Benoit Daloze)
03:41 AM Feature #6373: public #self
Another option: `#the_self`. The same number of symbols as in `#yourself`, but harder to type :(. alexeymuranov (Alexey Muranov)

05/14/2012

09:57 PM Bug #6433 (Closed): rb_thread_blocking_region(): ubf() function is executed with GVL
thread.c says:
------------------------
* If another thread interrupts this thread (Thread#kill, signal delive...
ibc (Iñaki Baz Castillo)
09:39 PM Revision 06825378 (git): * 2012-05-15
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35648 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:39 PM Revision b6de661b (git): trivial changes
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35647 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
08:00 PM Bug #6432 (Closed): Segmentation fault after "linking miniruby"
=begin
Hi.
It is impossible to compile ruby vers. 1.9. on one of my LAMP servers with the latest Gentoo.
Here ho...
renton (renton renton)
05:54 PM Feature #2565: adding hooks for better tracing
I am attaching updated patch which fixes handling of one-line comments in probes.d. vo.x (Vit Ondruch)
08:53 AM Feature #2565: adding hooks for better tracing
On Fri, May 11, 2012 at 11:28:58PM +0900, vo.x (Vit Ondruch) wrote:
>
> Issue #2565 has been updated by vo.x (Vit...
Anonymous
04:05 PM Feature #6388: Convert README to README.rdoc with formatting
I'm neutral to change the names, and will rename them if no objections.
Any thoughts?
nobu (Nobuyoshi Nakada)
11:41 AM Bug #6431 (Feedback): Segmentation Fault When Using RightAWS with Delayed Job To Connect to Amazon S3
What openssl did you use?
openssl bundled with Mac OS X my cause SEGV.
see also http://www.christopherirish.com/201...
naruse (Yui NARUSE)
07:32 AM Bug #6431 (Rejected): Segmentation Fault When Using RightAWS with Delayed Job To Connect to Amazon S3
When using RightAWS to connect to S3 within a Delayed Job background task, a segmentation fault occurs. Here is the s... vidya333 (Vidya LLC)
08:53 AM Bug #6425: Psych issue with !!omap
On Sat, May 12, 2012 at 04:55:08AM +0900, trans (Thomas Sawyer) wrote:
>
> Issue #6425 has been reported by trans...
Anonymous
08:14 AM Revision e2aeaed6 (git): merge revision(s) 35636,35637: [Backport #6429]
* test/ruby/test_io.rb (TestIO): revert r35631. it broke the intent of
test_flush_in_finalizer1. [ruby-cor...
naruse (Yui NARUSE)
07:46 AM Revision 3e972bba (git): Check IFDISABLED on Mac OS X.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35645 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
07:28 AM Revision 45f6cdcd (git): Bug #6403: reset states after empty args
* parse.y (f_arglist): should reset lexical states after empty
argument list with no parenthesis as well as parenth...
nobu (Nobuyoshi Nakada)
06:02 AM Feature #6365: [Feature request] Better readable syntax to check if String is included in Array
(First, sorry for my late reply, I somehow didn't receive notifications that my ticket was updated.)
Thank you ver...
jhilden (Jakob Hilden)
04:19 AM Revision 3d55c375 (git): merge revision(s) 34796:
* parse.y (parser_tokadd_string): insert a backslash only if
quoted by single quotes. [ruby-dev:45281] [Bu...
naruse (Yui NARUSE)
04:18 AM Revision 26e1ebb1 (git): merge revision(s) 35631:
* test/ruby/test_io.rb (class TestIO): Disable GC during IO tests to
avoid file descriptors being GC'ed. S...
naruse (Yui NARUSE)
01:53 AM Bug #6228: [mingw] Errno::EBADF in ruby/test_io.rb on ruby_1_9_3
Hi Tomoyuki,

Please revert my change. As commented before, was unable to use your
suggested patch since the i...
luislavena (Luis Lavena)
12:24 AM Bug #6428 (Closed): lazy版take/dropに2度forceを呼んだ時の挙動
This issue was solved with changeset r35638.
Tomoyuki, thank you for reporting this issue.
Your contribution to Ruby ...
nagachika (Tomoyuki Chikanaga)

05/13/2012

11:50 PM Bug #6228 (Closed): [mingw] Errno::EBADF in ruby/test_io.rb on ruby_1_9_3
This issue was solved with changeset r35637.
Jon, thank you for reporting this issue.
Your contribution to Ruby is gr...
nagachika (Tomoyuki Chikanaga)
11:31 PM Bug #6228: [mingw] Errno::EBADF in ruby/test_io.rb on ruby_1_9_3
Hi Luis,
Sorry for a lack of enough explanations about my patch.
The ensure clause of test_flush_in_finalizer1 ...
nagachika (Tomoyuki Chikanaga)
09:22 PM Bug #6228: [mingw] Errno::EBADF in ruby/test_io.rb on ruby_1_9_3
Hi Luis,
I think Nagachika-san's original patch as below is sufficient for this issue. GC.disable for all tests se...
h.shirosaki (Hiroshi Shirosaki)
12:08 PM Bug #6228 (Assigned): [mingw] Errno::EBADF in ruby/test_io.rb on ruby_1_9_3
Reopening as reported in [ruby-core:45015] this breaks chkbuild on debian. luislavena (Luis Lavena)
06:46 AM Bug #6228 (Closed): [mingw] Errno::EBADF in ruby/test_io.rb on ruby_1_9_3
This issue was solved with changeset r35631.
Jon, thank you for reporting this issue.
Your contribution to Ruby is gr...
luislavena (Luis Lavena)
11:14 PM Bug #6428: lazy版take/dropに2度forceを呼んだ時の挙動
コミットしてください。 matz (Yukihiro Matsumoto)
01:52 AM Bug #6428 (Closed): lazy版take/dropに2度forceを呼んだ時の挙動
Enumerator::Lazy#take が返す Enumerator::Lazy に繰り返し force/to_a メソッドを呼ぶと、
2度目以降は全ての要素を返しています。
$ cat lazy_take_recycl...
nagachika (Tomoyuki Chikanaga)
10:39 PM Revision c8030811 (git): trivial changes
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35641 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
04:24 PM Revision 43d9f897 (git): * ChangeLog: fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35640 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nagachika (Tomoyuki Chikanaga)
03:24 PM Revision 246a3058 (git): * 2012-05-14
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35639 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:24 PM Revision 4007da17 (git): * enumerator.c (lazy_take_func, lazy_take): multiple calls of
force/to_a method to Enumerator::Lazy#take should return same
results. [ruby-dev:45634] [Bug #6428]
* test/ruby/te...
nagachika (Tomoyuki Chikanaga)
02:50 PM Revision 526a853d (git): * test/ruby/test_io.rb (test_flush_in_finalizer1): don't use IO.for_fd
to close IO objects. it create IO object with already closed fd, and
cause occasional Errno::EBADF in following tes...
nagachika (Tomoyuki Chikanaga)
02:47 PM Revision 806018e8 (git): * test/ruby/test_io.rb (TestIO): revert r35631. it broke the intent of
test_flush_in_finalizer1. [ruby-core:43951] [Bug ##6228]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35636 b2...
nagachika (Tomoyuki Chikanaga)
02:00 PM Revision 23e7a4e2 (git): * ext/etc/etc.c (passwd_ensure): move endpwent() call from
passwd_iterate to close /etc/passwd on exception.
(group_ensure): move endgrent() call from group_iterate to close
...
akr (Akira Tanaka)
09:14 AM Revision b1984f9d (git): * ext/date/date_strftime.c: removed unused code and changed the style.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
08:39 AM Revision 2168ae60 (git): * ext/date/date_strftime.c: refactored.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35633 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
05:23 AM Bug #6427: ruby ioctl: Error integer 2148012656 too big to convert to `int'
On Sat, May 12, 2012 at 11:23 AM, naruse (Yui NARUSE) <[email protected]> wrote:
>
> Issue #6427 has been updated ...
kosaki (Motohiro KOSAKI)
12:45 AM Bug #6427: ruby ioctl: Error integer 2148012656 too big to convert to `int'
Oh, I didn't know that. Thank you to point that out. shyouhei (Shyouhei Urabe)
12:23 AM Bug #6427: ruby ioctl: Error integer 2148012656 too big to convert to `int'
shyouhei (Shyouhei Urabe) wrote:
> Both ruby and glibc header file (and Ubuntu's manpage of ioctl(2)) agree that
> ...
naruse (Yui NARUSE)
12:01 AM Bug #6427 (Rejected): ruby ioctl: Error integer 2148012656 too big to convert to `int'
Both ruby and glibc header file (and Ubuntu's manpage of ioctl(2)) agree that
ioctl takes int, and 2148012656 is gre...
shyouhei (Shyouhei Urabe)

05/12/2012

09:46 PM Revision 7c943092 (git): * 2012-05-13
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35632 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:46 PM Revision 32ef6114 (git): * test/ruby/test_io.rb (class TestIO): Disable GC during IO tests to
avoid file descriptors being GC'ed. Suggestion by Tomoyuki Chikanaga
[ruby-core:43951][Bug #6228]
git-svn-id: svn+...
luislavena (Luis Lavena)
07:05 PM Bug #6427 (Rejected): ruby ioctl: Error integer 2148012656 too big to convert to `int'
Hi,
the upgrade to ubuntu 12.04 came with an upgrade to ruby 1.9.3.
Unfortunately, in recent 1.9.3 versions of ru...
hadmut (Hadmut Danisch)
03:53 PM Bug #6426: Segmentation fault when invoking
Sorry, forgot to complete the title.
Seg Fault when invoking thread executing OLE test with Mutex on (mingw32)
zhimin (Zhimin Zhan)
03:40 PM Bug #6426 (Rejected): Segmentation fault when invoking
Hi,
The Seg fault happens when invoking the test below (Ruby 1.9.3p194 on Windows XP SP3). Ran Ok when commented ...
zhimin (Zhimin Zhan)
07:08 AM Bug #6410 (Closed): Documentation for SDBM
Ok, now it's applied for real, sorry about the mixup drbrain (Eric Hodel)
06:31 AM Bug #6410 (Assigned): Documentation for SDBM
drbrain (Eric Hodel)
06:19 AM Bug #6410: Documentation for SDBM
Think you meant #6411 zzak (zzak _)
06:03 AM Bug #6410 (Closed): Documentation for SDBM
This issue was solved with changeset r35626.
Justin, thank you for reporting this issue.
Your contribution to Ruby is...
drbrain (Eric Hodel)
07:01 AM Bug #6378: irb incorrectly considers line incomplete when parenthesis are excluded
I noticed while working today that this only affects certain symbols, particularly :+ and :-
If you attempt the sa...
devans (Daniel Evans)
07:01 AM Bug #6411 (Closed): Small documentation correction for cp_r GH#114
Applied as r35626, thanks for the patch! drbrain (Eric Hodel)
04:55 AM Bug #6425 (Closed): Psych issue with !!omap
=begin
Psych doesn't seem to know ordered map. It parses fine, but loose the type when round-tripped.
a = YAM...
trans (Thomas Sawyer)
04:53 AM Feature #5632: Attempt to open included class shades it instead.
On 9 May 2012 13:49, boris_stitnicky (Boris Stitnicky)
<[email protected]> wrote:
>
> Issue #5632 has be...
Eregon (Benoit Daloze)
04:07 AM Revision 4a4f81c9 (git): workaround hack for broken ioctl.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@35630 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
03:58 AM Bug #6124: remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)
Another troubling issue might be found at [ruby-core:44996] vo.x (Vit Ondruch)

05/11/2012

11:57 PM Bug #4603: lib/csv.rb: when the :encoding parameter is not provided, the encoding of CSV data is treated as ASCII-8BIT
Thanks Naruse!
theirishpenguin (Declan McGrath)
01:23 AM Bug #4603: lib/csv.rb: when the :encoding parameter is not provided, the encoding of CSV data is treated as ASCII-8BIT
theirishpenguin (Declan McGrath) wrote:
> I seem to be still getting this problem on Ruby 1.9.2p290 revision 32553.
...
naruse (Yui NARUSE)
11:28 PM Feature #2565: adding hooks for better tracing
Hi,
The attached patch reimplements dummy_probe_gen.rb, which is now capable to generate the probes.h directly fro...
vo.x (Vit Ondruch)
10:29 PM Feature #6421: Add zlibwapi to extconf.rb file for zlib library
phasis68 (Heesob Park) wrote:
> I have tested it.
> The zlibwapi.dll can be stdcall or cdecl depend on the macro ZL...
luislavena (Luis Lavena)
03:46 PM Feature #6421: Add zlibwapi to extconf.rb file for zlib library
I have tested it.
The zlibwapi.dll can be stdcall or cdecl depend on the macro ZLIB_WINAPI defined or not.
I th...
phasis68 (Heesob Park)
03:25 PM Feature #6421: Add zlibwapi to extconf.rb file for zlib library
Have anyone tested it?
If it has enough compatibility with normal zlib, there is no problem
I think.
usa (Usaku NAKAMURA)
08:11 AM Feature #6421 (Assigned): Add zlibwapi to extconf.rb file for zlib library
Hello,
According to the wiki, zlib has no maintainer:
http://bugs.ruby-lang.org/projects/ruby/wiki/Maintainers
...
luislavena (Luis Lavena)
10:10 PM Revision 83d75765 (git): Fixed issue number in fileutils changelog entry
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e drbrain (Eric Hodel)
10:00 PM Revision 66796b4c (git): * ext/sdbm/init.c: Added documentation. Patch by Justin Collins,
cleanup by Zachary Scott. [ruby-trunk - #6410]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35628 b2dd03c8-39...
drbrain (Eric Hodel)
09:39 PM Revision 209354c0 (git): merge revision(s) 35610:
Skip IPv6 addresses whose interface is set as IFDISABLED.
FreeBSD 9.0 with default setting (ipv6_activate_al...
naruse (Yui NARUSE)
09:02 PM Revision dfa9522c (git): * lib/fileutils.rb (cp_r): Fixed cp_r example. Patch by TJ Koblentz
from pull request #114. [ruby-trunk - Bug #6410]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35626 b2dd03c8-...
drbrain (Eric Hodel)
08:39 PM Revision 151093b9 (git): * thread.c (rb_threadptr_execute_interrupts_common):
test_signal_requiring of test/ruby/test_signal.rb fail if the sub
process is killed on waiting IO in lex_io_gets in...
naruse (Yui NARUSE)
03:24 PM Revision 2650c695 (git): * 2012-05-12
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35624 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:24 PM Revision cc08e95b (git): Revert r35622.
It breaks bootstraptest/test_exception.rb:388.
"* thread.c (rb_threadptr_execute_interrupts_common): th->errinfo is"...
naruse (Yui NARUSE)
02:23 PM Bug #6419 (Closed): { } ではなく do ~ end でかくとsyntax errorでる箇所
This issue was solved with changeset r35620.
西行寺, thank you for reporting this issue.
Your contribution to Ruby is gr...
nobu (Nobuyoshi Nakada)
02:03 PM Revision 38d3b013 (git): * thread.c (rb_threadptr_execute_interrupts_common): th->errinfo is
not Fixnum, but exception object.
This causes test_signal_requiring of test/ruby/test_signal.rb fail
if the sub p...
naruse (Yui NARUSE)
02:03 PM Revision 2f56c64b (git): Add a test: BigDecimal("0").div(BigDecimal("Infinity")).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35621 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
12:00 PM Feature #6418: Supporing a subset of ANSI escape code on Windows
Recent patch:
https://github.com/ruby/ruby/pull/125
nobu (Nobuyoshi Nakada)
07:44 AM Feature #6418: Supporing a subset of ANSI escape code on Windows
nobu (Nobuyoshi Nakada) wrote:
> Some improvements.
Thank you Nobu,
I've run some naive tests against it, simu...
luislavena (Luis Lavena)
06:33 AM Bug #6087: How should inherited methods deal with return values of their own subclass?
I never noticed this before, so I'm jumping in a couple months late.
Duping the original object or copying its ins...
headius (Charles Nutter)
05:38 AM Feature #6310: add EC_POINT_mul and EC_POINTs_mul to the ruby openssl ec wrapper
Thanks, I'll have a look! MartinBosslet (Martin Bosslet)
05:23 AM Revision 4bbb0f98 (git): Bug #6419: fix cmdarg begin
* parse.y (primary): begin/end block should be isolated from outside.
[ruby-dev:45631][Bug #6419]
git-svn-id: svn...
nobu (Nobuyoshi Nakada)
05:09 AM Revision a4e76099 (git): * ext/bigdecimal/bigdecimal.c (PUSH): to prevent VALUE from GC,
must not cast it to unsigned long, which may be shorter than
VALUE, and the result can be mere garbage.
g...
nobu (Nobuyoshi Nakada)
05:09 AM Revision 9c3bf9be (git): * ext/bigdecimal/bigdecimal.c (PUSH): to prevent VALUE from GC,
must not cast it to unsigned long, which may be shorter than
VALUE, and the result can be mere garbage.
g...
nobu (Nobuyoshi Nakada)
05:09 AM Revision 8acdd955 (git): * ext/bigdecimal/bigdecimal.c (PUSH): to prevent VALUE from GC,
must not cast it to unsigned long, which may be shorter than
VALUE, and the result can be mere garbage.
g...
nobu (Nobuyoshi Nakada)
05:09 AM Revision 67166228 (git): * ext/bigdecimal/bigdecimal.c (PUSH): to prevent VALUE from GC,
must not cast it to unsigned long, which may be shorter than
VALUE, and the result can be mere garbage.
g...
nobu (Nobuyoshi Nakada)
05:09 AM Revision af310963 (git): * ext/bigdecimal/bigdecimal.c (PUSH): to prevent VALUE from GC,
must not cast it to unsigned long, which may be shorter than
VALUE, and the result can be mere garbage.
g...
nobu (Nobuyoshi Nakada)
04:50 AM Revision 9cc7e9d1 (git): Revert r35616 "* ext/bigdecimal/bigdecimal.c: use RB_GC_GUARD. [ruby-dev:45627]"
RB_GC_GUARD() is only for variables on the machine stack, because it
forces a VALUE to be stored in a variable which ...
nobu (Nobuyoshi Nakada)
03:08 AM Feature #6277: Hash#convert_key
It occurs to me that this issue could be solved in another way, via Subclassing. A subclass of Hash could be made wit... trans (Thomas Sawyer)
12:51 AM Revision 5f58cd09 (git): lib/test/unit.rb: no unnecessary newlines
* lib/test/unit.rb (Test::Unit::Runner#failed): no unnecessary
newlines if no reports to be displayed.
git-svn-id...
nobu (Nobuyoshi Nakada)
12:36 AM Bug #6410: Documentation for SDBM
I've added patch 0002 to clean whitespace for Justin's patch.
Also added patch 0003 for my revisions: word-wrappe...
zzak (zzak _)

05/10/2012

10:00 PM Bug #5151 (Closed): test/socket/test_socket.rb fail when udp connection failed
まず、原因の累計として、
* OS のバグ (CentOS 5.6 や OpenBSD)
* 通信が無効になっている (FreeBSD9 の IFDISABLED、POINTOPOINT など)
後者は ifconfig の...
naruse (Yui NARUSE)
08:15 PM Bug #4603: lib/csv.rb: when the :encoding parameter is not provided, the encoding of CSV data is treated as ASCII-8BIT
Hi,
I seem to be still getting this problem on Ruby 1.9.2p290 revision 32553. This issue should be fixed in revisi...
theirishpenguin (Declan McGrath)
08:11 PM Feature #2565: adding hooks for better tracing
I don't feel very comfortable to see dummy_probes.h as part of the patch while probes.h is generated by dtrace during... vo.x (Vit Ondruch)
07:15 PM Feature #2565: adding hooks for better tracing
> We shouldn't add it today because we don't know the license of the
> Joyant patches
The license is known: htt...
vo.x (Vit Ondruch)
08:04 PM Feature #6421 (Closed): Add zlibwapi to extconf.rb file for zlib library
The vstudio contrib solution in zlib 1.2.7 creates a "zlibwapi" dll file. According to the readme.txt file, "The new ... djberg96 (Daniel Berger)
07:12 PM Feature #6418: Supporing a subset of ANSI escape code on Windows
=begin
Some improvements.
* better multi-params sequence
* bold by intensity
* allow split output
=end
nobu (Nobuyoshi Nakada)
02:40 AM Feature #6418: Supporing a subset of ANSI escape code on Windows
vo.x (Vit Ondruch) wrote:
> Seems like case for extension gem. But we'd been there already and it was failure. Not s...
luislavena (Luis Lavena)
02:30 AM Feature #6418: Supporing a subset of ANSI escape code on Windows
Seems like case for extension gem. But we'd been there already and it was failure. Not sure why this should be reintr... vo.x (Vit Ondruch)
06:44 PM Revision c8b35283 (git): * ext/bigdecimal/bigdecimal.c: use RB_GC_GUARD. [ruby-dev:45627]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35616 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Kenta Murata
06:03 PM Revision bc6a32ce (git): * 2012-05-11
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35615 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:03 PM Revision 64c73b50 (git): adding a few tests surrounding file open arguments
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35614 b2dd03c8-39d4-4d8f-98ff-823fe69b080e tenderlovemaking (Aaron Patterson)
04:05 PM Revision 64b6f2b2 (git): merge revision(s) 35594: [Backport #6422]
* io.c (io_unread): fix IO#pos with mode 'r' bug on Windows.
If the end of reading buffer is CR, io_unread(...
naruse (Yui NARUSE)
12:37 PM Revision bfbf9d09 (git): fix the path of ifconfig.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
08:29 AM Revision ba8a7431 (git): skip addresses whose interface is set as POINTOPOINT.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
07:43 AM Bug #6209: Marshal.load unable to load previously marshaled data: invalid encoding symbol (EncodingError)
I'm having this issue in ruby 1.9.2 p320. Is the bug resolved in any of the available releases?
Thanks in advance!
ninguno (ninguno ninguno)
03:47 AM Revision 08b3a446 (git): Skip IPv6 addresses whose interface is set as IFDISABLED.
FreeBSD 9.0 with default setting (ipv6_activate_all_interfaces
is not YES) sets IFDISABLED to interfaces which don't ...
naruse (Yui NARUSE)
03:36 AM Feature #6367: #same? for Enumerable
I like 'same_by?'
['ten', 'six', 'one', 'two'].same_by? &:length ===> true
IMO It's better to use a simple word, suc...
tho119cl (Thomas Green)
01:55 AM Revision 989f5a1e (git): test/minitest: Correct requiring path to metametameta.rb.
* test/minitest/test_minitest_mock.rb: Correct requiring path to
metametameta.rb.
* test/minitest/test_minitest_uni...
nobu (Nobuyoshi Nakada)
01:25 AM Bug #6420 (Assigned): undefined local variable or method `parser' for URI::Generic:Class
ayumin (Ayumu AIZAWA)
12:23 AM Bug #6420: undefined local variable or method `parser' for URI::Generic:Class
I've added Wes' patch from GH#124 zzak (zzak _)
12:12 AM Bug #6420: undefined local variable or method `parser' for URI::Generic:Class
Pull request issued: https://github.com/ruby/ruby/pull/124 cap10morgan (Wes Morgan)
12:09 AM Bug #6420: undefined local variable or method `parser' for URI::Generic:Class
=begin
Obviously that code line above should read:
(({URI::Generic.build2(path: "/foo bar/baz")}))
=end
cap10morgan (Wes Morgan)
12:08 AM Bug #6420 (Closed): undefined local variable or method `parser' for URI::Generic:Class
=begin
When using the URI::Generic.build2 class method, if a URL component needs to be escaped (space -> %20, for ex...
cap10morgan (Wes Morgan)
01:18 AM Revision 35201084 (git): * 2012-05-10
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35608 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:18 AM Revision ae32e9a2 (git): parse.y: debugging stuff
* parse.y (lex_state_name): returns name for lex_state_e, for debug
use.
git-svn-id: svn+ssh://ci.ruby-lang.org/r...
nobu (Nobuyoshi Nakada)
 

Also available in: Atom