Activity
From 05/04/2010 to 05/10/2010
05/10/2010
-
11:40 PM Bug #1085: Got the error message, after run 'gem install --test'.
- =begin
Hi, Eric
Any update here?
--
Yusuke Endoh <mame@tsg.ne.jp>
=end
-
11:38 PM Feature #1031: -U オプションの説明が --help にない
- =begin
=end
- 08:53 PM Revision bd7714b1 (git): * 2010-05-11
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27726 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:53 PM Revision c5d88249 (git): * pack.c: backport integer pack/unpack from 1.9 for [ruby-core:21937].
- * configure.in: backport RUBY_DEFINT and fixed size integer checks.
* ruby.h: include stdint.h if available.
* bignum.c (rb_big_pack): defined..
(rb_big_unpack): defined.
* intern.h (rb_big_pack): declared.
(rb_big_unpack): declar... - 04:22 PM Revision 6f403dbf (git): * 2010-05-11
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27724 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:22 PM Revision 0de068d0 (git): * ext/psych/parser.c (parse): Return strings encoded as
- Encoding.default_internal if set.
* test/psych/test_encoding.rb: Tests for encoding change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27723 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:54 PM Revision 7e56b2d2 (git): backport pack and unpack tests from Ruby 1.9.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27722 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:52 PM Revision 3c408649 (git): * pack.c (pack_unpack): add a missing break.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27721 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:52 PM Revision 9d3b304b (git): * pack.c (pack_unpack): add a missing break.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27721 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:17 PM Bug #3231: Digest Does Not Build
- =begin
1. Open VC command prompt.
2. set INCLUDE=c:\Development\msys\local\include;%INCLUDE%
3. set LIB=c:\Development\msys\local\lib;%LIB%
4. cd c:\Development\src\ruby
5. nmake
(Note I have previously run win32/configure.... -
06:48 AM Revision 8489a019 (git): * regex.c (read_special): get rid of overrun.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27720 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:13 AM Revision c76b8fca (git): * time.c (rb_big_abs_find_minbit): get rid of a warning of VC.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27719 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:02 AM Revision fe0d339c (git): * win32/win32.c, include/ruby/win32.h (rb_w32_has_cancel_io): new
- function.
* io.c (WAIT_FD_IN_WIN32): check only when it's not cancelable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27718 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:47 AM Bug #2782 (Closed): Binding#eval not completely indicative of its binding
- This issue was solved with changeset r27716.
Yuki, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
-
03:47 AM Bug #1769 (Closed): eval with binding, without location
- =begin
This issue was solved with changeset r27716.
Yuki, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
03:27 AM Bug #3141 (Closed): yield in an eigenclass definition
- =begin
This issue was solved with changeset r27714.
Yusuke, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
03:27 AM Bug #1018 (Closed): return in an eigenclass definition
- =begin
This issue was solved with changeset r27714.
Shugo, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
02:37 AM Bug #3050 (Closed): Fiber transfer limitation
- =begin
This issue was solved with changeset r27713.
Koichi, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
05/09/2010
-
11:57 PM Bug #3254 (Closed): [BUG] Segmentation fault
- =begin
This issue was solved with changeset r27703.
Diogo, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
11:57 PM Bug #3250 (Closed): [BUG] Segmentation fault
- =begin
This issue was solved with changeset r27703.
Diogo, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
10:02 PM Revision 15381196 (git): * common.mk (rdoc): rdoc should depend main. Moreover when XRUBY
- is miniruby, it can run after miniruby is built.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27717 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:39 PM Bug #3255: Trunk fail to build without explicit ./configure options (yaml.h not found)
- =begin
Hi,
On 8 May 2010 19:51, Aaron Patterson <aaron@tenderlovemaking.com> wrote:
>
> You're getting that result because ext/psych/extconf.rb doesn't know
> where to find your installation of libyaml. You need to provide
> confi... -
12:26 AM Bug #3255: Trunk fail to build without explicit ./configure options (yaml.h not found)
- =begin
Hi,
I tried again today, and it works without configuration,
but I need to
make # fail with 'libyaml missing'
make clean
make # OK
Do anyone have an idea why I get these results?
Regards,
B.D.
PS: Probably th... -
07:03 PM Bug #2488: thread usage can result in bad HANDLE
- =begin
Hello,
2010/5/6, Caleb Clausen <vikkous@gmail.com>:
> I don't understand win32 programming that well...
Me too.
> Why is it necessary to re-check that intr is set to what it was set to
> just two lines before? I assume... -
06:41 PM Revision b8571b42 (git): * vm_eval.c (eval_string_with_cref): propagative filename and line_no
- of binding. [ruby-dev:38767] [ruby-core:28307]
* vm_core.h (rb_binding_t), proc.c: add filename and line_no fields to
preserve them.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27716 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:23 PM Revision d49052b5 (git): * test/ruby/test_fiber.rb: add ML ref.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27715 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:21 PM Revision 80f7f8d0 (git): * compile.c (iseq_compile_each), vm_insnhelper.c (vm_invoke_block,
- vm_throw): allow "return" and "yield" even in singleton class
definition. based on a patch from wanabe <s.wanabe AT gmail.com>
for "return". [ruby-core:21379] [ruby-dev:40975]
* insns.def (defineclass): ditto (straightforwardly pu... -
05:32 PM Revision b664caeb (git): * cont.c (fiber_switch): raise FiberError when returning to dead
- fiber. [ruby-dev:40833]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27713 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:26 PM Revision e2ab44ac (git): * test/rubygems/mockgemui.rb (MockGemUi::TTY),
- test/rubygems/test_gem_stream_ui.rb (TestGemStreamUI::IsTty):
need #noecho.
* test/rubygems/test_gem_gemcutter_utilities.rb: need
rubygems/command.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27712 b2dd03c8-39d4-4d8f-98ff-82... -
05:10 PM Revision f4053cf5 (git): * lib/thread.rb (ConditionVariable#wait): ensure to remove the current
- thread from waiters. [ruby-core:29835]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27711 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:37 PM Bug #3262 (Closed): can't create fiber & SEGV in windows
- =begin
This issue was solved with changeset r27701.
masaya, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
06:48 AM Bug #3262 (Closed): can't create fiber & SEGV in windows
- =begin
windowsにおいて fiber が作れなくなってSEGVする事があります。
[BUG] Segmentation fault
ruby 1.9.2dev (2010-05-09 trunk 27684) [i386-mswin32_90]
-- control frame ----------
c:0001 p:---- s:0001 b:-001 l:000000 d:000000 ------
----------... -
04:32 PM Revision cb61fcb9 (git): update doc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27710 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:00 PM Revision 46e78b4a (git): * 2010-05-10
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27709 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:00 PM Revision 64dee006 (git): * test/bigdecimal/test_bigdecimal.rb (TestBigDecimal#test_gc):
- reduced heavy test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27708 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:00 PM Revision dca029dd (git): * test/bigdecimal/test_bigdecimal.rb (TestBigDecimal#test_gc):
- reduced heavy test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27708 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:56 PM Revision 41874ab6 (git): * NEWS (io/console): added IO#echo?.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27707 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:54 PM Revision b44618d5 (git): * ext/io/console/console.c (console_set_raw): new method.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27706 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:50 PM Bug #3231: Digest Does Not Build
- =begin
Hi,
At Sun, 9 May 2010 08:12:27 +0900,
Charlie Savage wrote in [ruby-core:30108]:
> OpenSSL (v1.0) is installed to c:\Development\msys\local\bin
> and c:\Development\msys\local\include.
How were those directory names giv... -
08:12 AM Bug #3231: Digest Does Not Build
- =begin
Sure, attached.
OpenSSL (v1.0) is installed to c:\Development\msys\local\bin and c:\Development\msys\local\include.
This is where I have other 3rd party libraries installed (iconv, zlib, libxml, etc.) and those extensio... -
03:35 PM Revision 08bf7189 (git): * ext/io/console/console.c (ttymode): reverted previous commit.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27705 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:53 PM Revision c3b67013 (git): * include/ruby/ruby.h (RB_GC_GUARD_PTR): get rid of removal by
- optimization.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27704 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:53 PM Revision 24e1be74 (git): * include/ruby/ruby.h (RB_GC_GUARD_PTR): get rid of removal by
- optimization.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27704 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:51 PM Revision 1bcd74de (git): * proc.c (proc_dup): copy blockprocval. proc_dup is used by
- define_method, which made blockprocval be GC'ed mistakenly.
[ruby-core:30023]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27703 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:38 PM Revision 5bd7289a (git): * test/bigdecimal/test_bigdecimal.rb (TestBigDecimal#test_gc):
- fixed test subject.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27702 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:38 PM Revision c4546f19 (git): * test/bigdecimal/test_bigdecimal.rb (TestBigDecimal#test_gc):
- fixed test subject.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27702 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:57 AM Bug #3260 (Closed): Can't build Ruby with SunStudio on sparc Solaris
- =begin
This issue was solved with changeset r27694.
Yuki, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
08:39 AM Bug #2554 (Rejected): Net::FTP should not use MSG_OOB
- =begin
ftplib.py says:
def abort(self):
'''Abort a file transfer. Uses out-of-band data.
This does not follow the procedure from the RFC to send Telnet
IP and Synch; that doesn't seem to work with... -
08:27 AM Bug #21 (Closed): should terminate @receiver_thread of Net::IMAP safely
- =begin
This issue was solved with changeset r27690.
Shugo, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
07:28 AM Revision d17f0a84 (git): * cont.c (fiber_initialize_machine_stack_context): try to release
- unnecessary fibers and retry to create. based on a patch from
masaya tarui at [ruby-dev:41230].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27701 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:28 AM Revision d4fb3227 (git): * cont.c (fiber_initialize_machine_stack_context): try to release
- unnecessary fibers and retry to create. based on a patch from
masaya tarui at [ruby-dev:41230].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27701 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:10 AM Revision af712edd (git): merges r27695 from trunk into ruby_1_9_2.
- --
* test/dl/test_callback.rb: fixing valgrind errors. Ruby string may be
GC'd before the callback returns.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:10 AM Revision b86cfcde (git): merges r27694 from trunk into ruby_1_9_2.
- --
* ext/json/generator/generator.c (fbuffer_inc_capa):
fix tha use of REALLOC_N. [ruby-dev:41227]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27699 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:10 AM Revision a190fa4f (git): merges r27691 from trunk into ruby_1_9_2.
- --
* test/net/imap/test_imap.rb: use IPv4 for
test_imaps_post_connection_check. [ruby-dev:41189]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27698 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:10 AM Revision 3328b4c9 (git): no longer on the trunk but on ruby_1_9_2.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27697 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:10 AM Revision b610cec7 (git): merges r27685 from trunk into ruby_1_9_2.
- --
* ext/fiddle/lib/fiddle.rb: only require DL if it hasn't been required
yet. [ruby-core:30095]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27696 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:57 AM Revision 1b979ea7 (git): * test/dl/test_callback.rb: fixing valgrind errors. Ruby string may be
- GC'd before the callback returns.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27695 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:50 AM Revision 7021db80 (git): * ext/json/generator/generator.c (fbuffer_inc_capa):
- fix tha use of REALLOC_N. [ruby-dev:41227]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27694 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:36 AM Revision c8892037 (git): revert previous doc. change.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27693 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:30 AM Revision edc18de9 (git): * ext/json/{generator/generator.c,parser/parser.rl}: fixed indent.
- * ext/json/{generator,parser}/depend: added.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:30 AM Revision 5d379991 (git): * ext/json/{generator/generator.c,parser/parser.rl}: fixed indent.
- * ext/json/{generator,parser}/depend: added.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:16 AM Revision d2a9f00e (git): * test/net/imap/test_imap.rb: use IPv4 for
- test_imaps_post_connection_check. [ruby-dev:41189]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27691 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
05/08/2010
-
11:25 PM Revision e240f93f (git): * lib/net/imap.rb (disconnect): terminates @receiver_thread even if
- @sock.shutdown raises an exception. [ruby-dev:34881]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27690 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:14 PM Bug #3260 (Closed): Can't build Ruby with SunStudio on sparc Solaris
- =begin
trunkをsparc solaris上でSunのccでコンパイルした場合、次のエラーが出てext/jsonをビルドできませんでした。
ccache cc -I. -I../../../.ext/include/sparc-solaris2.10 -I../../../../../mri/include -I../../../../../mri/ext/json/generator -DRUBY_EXTCONF_H=¥"extconf.h¥" ... - 11:09 PM Revision d7f71038 (git): * 2010-05-09
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27689 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:09 PM Revision f78d45b3 (git): * lib/net/imap.rb: backported exception handling from trunk.
- [ruby-core:29745]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27688 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:13 PM Revision 81f4dba3 (git): * io.c (nogvl_copy_stream_sendfile): ISO C90 forbids mixed declarations and code.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27687 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:50 PM Revision 15a70cf4 (git): * include/ruby/ruby.h (rb_intern): fix compile error.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27686 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:59 PM Revision 1684c234 (git): * ext/fiddle/lib/fiddle.rb: only require DL if it hasn't been required
- yet. [ruby-core:30095]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27685 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:41 PM Revision 93121d99 (git): * io.c (nogvl_copy_stream_sendfile): mixed decls not allowed.
- * include/ruby/ruby.h (rb_intern): C90 needs nonempty macro
arguments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27684 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:22 PM Revision 69a00845 (git): * vm_insnhelper.c (vm_call_bmethod): removed unused variable.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:22 PM Revision d42a2493 (git): * vm_insnhelper.c (vm_call_bmethod): removed unused variable.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:15 PM Revision 89cc2aef (git): * cont.c (stackgrowdirection): removed duplicated code, use
- STACK_UPPER macro instead.
* gc.h (STACK_DIR_UPPER): moved from thread_pthread.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27682 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:15 PM Revision 2953f078 (git): * cont.c (stackgrowdirection): removed duplicated code, use
- STACK_UPPER macro instead.
* gc.h (STACK_DIR_UPPER): moved from thread_pthread.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27682 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:05 PM Revision ffde073b (git): * test/dl/test_base.rb (libc_so, libm_so): supports solaris.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27681 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:04 PM Revision 8f3e3995 (git): * spec/default.mspec (config): . is no longer in $:.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27680 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:00 PM Revision 0636a4be (git): * test/dl/test_base.rb (libc_so, libm_so): supports solaris.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27679 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:27 PM Revision 6aa05eba (git): * thread.c (rb_thread_aset): fixed argument type.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27678 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:27 PM Revision 349b0472 (git): * thread.c (rb_thread_aset): fixed argument type.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27678 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:09 PM Revision 9f7feadf (git): * NEWS (io/console): IO#noecho and IO#raw without block are
- obsolete already. [ruby-dev:41226]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27677 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:07 PM Revision 6f383042 (git): * ext/io/console/console.c (ttymode): save dupped file descriptors
- and restore tty modes using them, so that original modes can be
restored even if orignal fds are closed. [ruby-dev:41225]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27676 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:57 PM Bug #2829 (Closed): Missing documentation for Exception subclasses.
- =begin
This issue was solved with changeset r27670.
Marc-Andre, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
01:07 PM Feature #3073 (Closed): io/console
- =begin
This issue was solved with changeset r27668.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
11:17 AM Bug #3258 (Closed): Segmentation fault in Bigdecimal.new
- =begin
This issue was solved with changeset r27665.
masaya, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
09:24 AM Bug #3258 (Closed): Segmentation fault in Bigdecimal.new
- =begin
GC.stress = true
require 'bigdecimal'
1000.times{|i| puts BigDecimal.new("1" + "0"*i) }
を実行すると、
ruby 1.9.2dev (2010-05-07 trunk 27658) [i386-mswin32_90]
0.1E1
0.1E2
0.1E3
0.1E4
0.1E5
0.1E6
0.1E7
0.1E8
... -
10:17 AM Bug #3259 (Closed): test_socket.rb has 1 Error on Mac OS X 10.6
- =begin
This issue was solved with changeset r27663.
Tomoyuki, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
09:47 AM Bug #3259 (Closed): test_socket.rb has 1 Error on Mac OS X 10.6
- =begin
Mac OS X 10.6 (SnowLeopard)上で trunk(r27662) の make test-all すると test_socket.rb が 1 Error になります。
2) Error:
test_tcp(TestSocket):
Errno::EINVAL: Invalid argument - connect(2)
/Users/nagachika/opt/ruby-trunk/src/rub... -
10:05 AM Revision db1d9196 (git): * spec/default.mspec (config): . is no longer in $:.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27675 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:08 AM Revision f491696f (git): update doc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27674 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:58 AM Revision fecc53f0 (git): * error.c: RDoc for subclasses of Exception. [ruby-core:28394]
- * cont.c: ditto
* enumerator.c: ditto
* io.c: ditto
* math.c: ditto
* numeric.c: ditto
* proc.c: ditto
* re.c: ditto
* thread.c: ditto
* transcode.c: ditto. Thanks to Run Paint for some of the documentation.
git-svn-id: svn+ssh:... - 04:58 AM Revision e9650c0b (git): * array.c (rb_ary_fetch, rb_ary_splice, rb_ary_store): Improve IndexError
- messages [ruby-core:28394]
* hash.c (rb_hash_fetch_m): Improve KeyError message
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27672 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 04:50 AM Revision 1dee5e34 (git): * error.c: RDoc for subclasses of Exception. [ruby-core:28394]
- * cont.c: ditto
* enumerator.c: ditto
* io.c: ditto
* math.c: ditto
* numeric.c: ditto
* proc.c: ditto
* re.c: ditto
* thread.c: ditto
* transcode.c: ditto. Thanks to Run Paint for some of the documentation.
git-svn-id: svn+ssh:... - 04:49 AM Revision b140b779 (git): * array.c (rb_ary_fetch, rb_ary_splice, rb_ary_store): Improve IndexError
- messages [ruby-core:28394]
* hash.c (rb_hash_fetch_m): Improve KeyError message
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27670 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:11 AM Revision adf6297e (git): * lib/rubygems/user_interaction.rb (Gem::StreamUI#ask_for_password):
- use io/console.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27669 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:05 AM Revision 163f9742 (git): * ext/io/console: imported. [ruby-dev:40897]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27668 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:37 AM Bug #3231: Digest Does Not Build
- =begin
Could you show an mkmf.log?
And from where have you installed OpenSSL?
=end
-
03:25 AM Revision 2c01a07b (git): * ext/etc/etc.c (etc_systmpdir): moved from ext/tmpdir.
- * ext/etc/etc.c (etc_sysconfdir): added.
* lib/rubygems/config_file.rb, lib/tmpdir.rb: use etc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27667 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:08 AM Revision 4832574b (git): * ext/etc/etc.c: suppressed warnings.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27666 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:08 AM Revision 5512c9b2 (git): * ext/etc/etc.c: suppressed warnings.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27666 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:07 AM Revision cccc8cbd (git): * ext/bigdecimal/bigdecimal.c (VpAlloc): ensure buf does not get
- collected. based on a patch masaya tarui at [ruby-dev:41213].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27665 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:07 AM Revision 2776b6fd (git): * ext/bigdecimal/bigdecimal.c (VpAlloc): ensure buf does not get
- collected. based on a patch masaya tarui at [ruby-dev:41213].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27665 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:07 AM Revision 66abf4ad (git): * ext/bigdecimal/bigdecimal.c (VpAlloc): ensure buf does not get
- collected. based on a patch masaya tarui at [ruby-dev:41213].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27665 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:19 AM Bug #1341: pthread_cond_timedwait failing in 1.9.1-p0 thread tests on HP-UX 11i v2
- =begin
Hi Yusuke,
That code looks better although I'm still getting test/ruby/test_thread.rb blocking indefinitely. I will see if I can attach to the process with a debugger and figure out what it's blocked on.
Thanks,
Gra.... - 01:13 AM Revision d0f8715f (git): * 2010-05-08
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27664 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:13 AM Revision 7eb6e562 (git): * ext/socket/lib/socket.rb (BasicSocket#connect_address): MacOS X 10.6
- returns "::ffff:a.b.c.d" for IPv4-mapped IPv6 address.
[ruby-dev:41215] patch by Tomoyuki Chikanaga.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27663 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:13 AM Revision 5f5db6db (git): * ext/socket/lib/socket.rb (BasicSocket#connect_address): MacOS X 10.6
- returns "::ffff:a.b.c.d" for IPv4-mapped IPv6 address.
[ruby-dev:41215] patch by Tomoyuki Chikanaga.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27663 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
05/07/2010
-
11:26 PM Bug #3250: [BUG] Segmentation fault
- =begin
Hello again Yusuke,
Your patch makes my tests pass. Your test also passes.
Nice work!
Best regards,
DBA
=end
-
10:18 PM Bug #3250: [BUG] Segmentation fault
- =begin
A smaller test case (for the record):
class C
def self.set(name)
define_method(name) { yield }
end
set(:foo) { p :boo }
end
GC.stress = true
C.new.foo
--
Yusuke Endoh <mame@tsg... -
10:09 PM Bug #3250 (Feedback): [BUG] Segmentation fault
- =begin
Hi,
The issue is fixed on my environment by the following patch.
Could you try it?
diff --git a/proc.c b/proc.c
index 9539f71..332c149 100644
--- a/proc.c
+++ b/proc.c
@@ -105,6 +105,7 @@ proc_dup(VALUE sel... -
06:23 PM Bug #3250 (Assigned): [BUG] Segmentation fault
- =begin
Hi,
2010/5/7 Diogo Almeida <redmine@ruby-lang.org>:
> I've created a github public repository, which is accessible at http://github.com/DBA/mediainfo_ruby_bug. In this repo you'll be able to find a couple of self-contained... -
07:27 AM Bug #3250: [BUG] Segmentation fault
- =begin
Hello Yusuke Endoh,
I've created a github public repository, which is accessible at http://github.com/DBA/mediainfo_ruby_bug. In this repo you'll be able to find a couple of self-contained tests that reproduce the reported b... -
03:52 PM Bug #3220 (Closed): bug in gc.c
- =begin
[ruby-core:30082]
=end
- 03:07 PM Revision 01a21e44 (git): * 2010-05-08
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:07 PM Revision 1926eb04 (git): * 2010-05-08
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27661 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:07 PM Revision 3ed2a5fe (git): don't sleep indefinitely. collect the zombie.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27660 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:07 PM Revision 0365096b (git): don't sleep indefinitely. collect the zombie.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27660 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:51 PM Revision 92834498 (git): * version.h: bump up to 1.9.3.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27659 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:29 PM Revision 86bc5995 (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27658 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:29 PM Revision a0136f4f (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27658 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:12 PM Bug #1685: Some windows unicode path issues remain
- =begin
Hi,
U.Nakamura wrote:
>
> I assume,
>
> 1) matz: the grand designer of Ruby
> 2) naruse: an authority of Ruby M17N
> 3) me: main maintainer of Ruby on Windows
> 4) all users of Ruby, of course, especially people using... -
11:56 AM Bug #1685: Some windows unicode path issues remain
- =begin
Hello,
In message "[ruby-core:30071] Re: [Bug #1685] Some windows unicode path issues remain"
on May.07,2010 06:11:00, <billk@cts.com> wrote:
> Regarding advocacy: apart from yourself, who are the people
> who need to c... -
06:11 AM Bug #1685: Some windows unicode path issues remain
- =begin
Hi,
U.Nakamura wrote:
>
>> How does it break compatibility, if we allow filesystem encoding
>> to become UTF-8 when rb_default_external_encoding is UTF-8?
>
> You should advocate using default_internal instead of
> def... -
11:37 AM Bug #3253 (Closed): cannot install ruby on windows
- =begin
This issue was solved with changeset r27653.
Usaku, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
12:59 AM Bug #3253: cannot install ruby on windows
- =begin
=end
-
12:44 AM Bug #3253: cannot install ruby on windows
- =begin
#1851 のクロスビルドの環境ですが、最終的にはこっちの問題に引っかかってmake installが出来ていません。
i386-mingw32-fakeでRUBY_PLATFORMが"i386-mingw32"になっていて「/mswin|mingw/ =~ RUBY_PLATFORM」が真になるのに「ruby 1.9.2dev (2010-05-06 trunk 27646) [i686-linux]」の方には tmpdir.so がないので... -
12:34 AM Bug #3253: cannot install ruby on windows
- =begin
=end
-
09:08 AM Revision a5a7f3a4 (git): branches ruby_1_9_2 from r27656 on the trunk for release process of Ruby 1.9.2.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27657 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:09 AM Revision 44ff836e (git): Revert r26058 "* test/webrick/test_server.rb (test_daemon): simply use fork's return"
- This must use pipe because the target for kill is not direct child.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:55 AM Bug #3248: extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
- =begin
From: Luis Lavena <redmine@ruby-lang.org>
Subject: [ruby-core:30066] [Bug #3248] extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
Date: Fri, 7 May 2010 04:33:11 +0900
Message-ID: <4be31977cfc2_999ca9f7d413701... -
06:55 AM Bug #3248: extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
- =begin
From: Luis Lavena <redmine@ruby-lang.org>
Subject: [ruby-core:30066] [Bug #3248] extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
Date: Fri, 7 May 2010 04:33:11 +0900
Message-ID: <4be31977cfc2_999ca9f7d413701... -
04:33 AM Bug #3248: extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
- =begin
Hello Hidetoshi,
Yes, the provided patch solves the issue. Now time to deal with #3253 but that is another issue.
Thank you
--
Luis Lavena
=end
-
06:05 AM Bug #3255 (Closed): Trunk fail to build without explicit ./configure options (yaml.h not found)
- =begin
Hi,
I tried many times today and yesterday to build Ruby on OSX and it get some errors when running 'make'.
Here is the interesting part of the 'make' output.
https://gist.github.com/e3ee480ffe1bc654e635
It compl... -
05:43 AM Bug #3254: [BUG] Segmentation fault
- =begin
Duplication of #3250. My bad.
=end
-
05:40 AM Bug #3254 (Closed): [BUG] Segmentation fault
- =begin
Per message suggestion, reporting a possible segmentation fault bug while yielding a block within mediainfo gem.
/Users/dba/.rvm/gems/ruby-head/gems/mediainfo-0.7.1/lib/mediainfo/attr_readers.rb:36: [BUG] Segmentation fault
... -
04:45 AM Revision 5cea3d2b (git): * .gitignore: ignoring fiddle build files
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27655 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:31 AM Bug #3231: Digest Does Not Build
- =begin
Ok, I see what is happening. The include is pulling in digest/extconf.h, not digest/md5/extconf.h. Thus the compile breaks.
The makefile has this:
CPPFLAGS = -DRUBY_EXTCONF_H=\"$(RUBY_EXTCONF_H)\"
Include/ruby/ru... -
02:31 AM Revision 30e678a6 (git): * instruby.rb (install-man): install mdocs directly without
- temporary files. [ruby-dev:41204]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27654 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:30 AM Revision f1307d27 (git): * tool/rbinstall.rb (install-man): install mdocs directly without
- temporary files. [ruby-dev:41204]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27653 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:27 AM Bug #1851 (Rejected): make install problems using mingw on fedora 11
- =begin
rdoc の生成には同じバージョンの ruby (1.9.2のビルドならnativeも1.9.2) を使うべきと言うことのようです。
つまり、ビルドの仕方が悪かった (native の方が 1.8.6 だった) という結論で Rejected にします。
=end
-
12:16 AM Revision 3d923277 (git): * ext/tk/extconf.rb (get_tclConfig_dirs): glob with EXEEXT.
- * ext/tk/extconf.rb (search_tclConfig): fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27652 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:16 AM Revision 69310faa (git): * ext/tk/extconf.rb (get_tclConfig_dirs): glob with EXEEXT.
- * ext/tk/extconf.rb (search_tclConfig): fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27652 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
05/06/2010
-
11:48 PM Bug #3248: extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
- =begin
From: Luis Lavena <luislavena@gmail.com>
Subject: [ruby-core:30055] Re: [Bug #3248] extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
Date: Thu, 6 May 2010 21:39:22 +0900
Message-ID: <o2p71166b3b1005060538weed... -
11:48 PM Bug #3248: extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
- =begin
From: Luis Lavena <luislavena@gmail.com>
Subject: [ruby-core:30055] Re: [Bug #3248] extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
Date: Thu, 6 May 2010 21:39:22 +0900
Message-ID: <o2p71166b3b1005060538weed... -
10:22 PM Bug #3248: extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
- =begin
I also ran into the same issue back in March http://www.ruby-forum.com/topic/206113
My current "fix" is to remove <GIT_INSTALL>\cmd from my PATH and use a non-preferred shell (development irritant) which is not really a fix ... -
09:39 PM Bug #3248: extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
- =begin
On Thu, May 6, 2010 at 7:09 AM, Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> wrote:
>
>> Search tclConfig.sh and tkConfig.sh..........................................................
>> Valid tclConfig.sh and tkConfig.sh are found... -
07:09 PM Bug #3248: extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
- =begin
From: Luis Lavena <redmine@ruby-lang.org>
Subject: [ruby-core:30041] [Bug #3248] extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
Date: Thu, 6 May 2010 09:46:51 +0900
Message-ID: <4be2117b67a85_999c9b1e801358... -
07:09 PM Bug #3248: extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
- =begin
From: Luis Lavena <redmine@ruby-lang.org>
Subject: [ruby-core:30041] [Bug #3248] extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
Date: Thu, 6 May 2010 09:46:51 +0900
Message-ID: <4be2117b67a85_999c9b1e801358... -
09:46 AM Bug #3248: extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
- =begin
Hello Hidetoshi,
This issue still appears as r27635:
-
10:56 PM Bug #3253 (Closed): cannot install ruby on windows
- =begin
こんにちは、なかむら(う)です。
IRCで指摘されて気付いたのですが(というかビルドできてなかった
ので気付けなかったのですが)、Windowsでmake installができなく
なっています。
原因は、r27638でlib/tmpdir.rbがtmpdir.soのrequire失敗を許さな
くなったため(この変更自体は正しい)、tool/rbinstall.rbでrequire
しているlib/tempfile.rbがr... -
10:27 PM Bug #1685: Some windows unicode path issues remain
- =begin
Hello,
In message "[ruby-core:30054] Re: [Bug #1685] Some windows unicode path issues remain"
on May.06,2010 21:38:19, <billk@cts.com> wrote:
> > For compatibility.
> >
> > I will not change filesystem encoding in Win... -
09:38 PM Bug #1685: Some windows unicode path issues remain
- =begin
Hi,
U.Nakamura wrote:
>
> In message "[ruby-core:30052] Re: [Bug #1685] Some windows unicode path issues remain"
> on May.06,2010 19:39:27, <billk@cts.com> wrote:
>> This works, in terms of returning a UTF-8 path stri... -
07:58 PM Bug #1685: Some windows unicode path issues remain
- =begin
Hello,
In message "[ruby-core:30052] Re: [Bug #1685] Some windows unicode path issues remain"
on May.06,2010 19:39:27, <billk@cts.com> wrote:
> This works, in terms of returning a UTF-8 path string; however,
> rb_dir_ge... -
07:39 PM Bug #1685: Some windows unicode path issues remain
- =begin
U.Nakamura wrote:
>
> In message "[ruby-core:30012] Re: [Bug #1685] Some windows unicode path issues remain"
> on May.05,2010 15:35:11, <billk@cts.com> wrote:
> |
> | It seems rb_stat in file.c calls stat(), but stat d... - 09:48 PM Revision fac0ae84 (git): * 2010-05-07
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27651 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:48 PM Revision 04d8286d (git): * ext/tk/extconf.rb: search directories on PATH, only if containing
- tclsh or wish command (probably right fix for [ruby-core:30010]).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27650 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:47 PM Revision cc9333b8 (git): * ext/tk/extconf.rb: search directories on PATH, only if containing
- tclsh or wish command (probably right fix for [ruby-core:30010]).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27649 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:20 PM Feature #3251: allow to unlock mutex locked by another thread
- =begin
遠藤です。
2010年5月6日20:02 Tanaka Akira <akr@fsij.org>:
> 2010年5月6日1:24 Yusuke Endoh <redmine@ruby-lang.org>:
>
>> 2 について、現状は Thread#raise には以下のような race が存在します。
>>
>> t1: begin 節を実行している
>> t2: t1.raise する
>> t1: rescue/... -
08:07 PM Feature #3251: allow to unlock mutex locked by another thread
- =begin
遠藤です。
2010年5月6日1:55 SASADA Koichi <ko1@atdot.net>:
> Python はなぜ Mutex を他から解放できるのか,よくわからないのですが,
>
*snip*
>
> ということで,Mutex という名前だと,他から解放出来ない,というニュアンス
> が含まれてるんじゃないかなぁ,という感覚があります.
そういえば Python では Lock という名前です。... -
05:10 PM Feature #3251: allow to unlock mutex locked by another thread
- =begin
kosakiです
> ということで,Mutex という名前だと,他から解放出来ない,というニュアンス
> が含まれてるんじゃないかなぁ,という感覚があります.
>
> 他のシステムだと,セマフォがあるからいいじゃん,ということなのかもしれ
> ず,じゃぁ Ruby にもセマフォを入れないといけない,ということかもしれません.
>
> 「感覚」なので,根拠のある話ではないんですが,用語の混乱を避けるために
> も,「便利そうだから入れち... -
01:55 AM Feature #3251: allow to unlock mutex locked by another thread
- =begin
ささだです.
(2010/05/06 1:24), Yusuke Endoh wrote::
> Feature #3251: allow to unlock mutex locked by another thread
> http://redmine.ruby-lang.org/issues/show/3251
>
> 起票者: Yusuke Endoh
> ステータス: Open, 優先度: Normal
> 担当者: Koi... -
01:24 AM Feature #3251 (Rejected): allow to unlock mutex locked by another thread
- =begin
遠藤です。
現状では mutex は lock したスレッドからしか unlock できませんが、
これを許可するようにしませんか。動機は 2 つあります。
1) Python の condition variable が mutex を別スレッドから unlock
することで実装されている、のが真似できる
2) Thread#raise を race condition なしに使えるようになる (気がする)
... - 07:28 PM Revision c4976411 (git): * 2010-05-07
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27648 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:28 PM Revision 54476a60 (git): * ext/bigdecimal/bigdecimal.c (VpCtoV): fix to check overflow.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27647 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:00 PM Feature #3112: require "yaml" doesn't use psych as default
- =begin
Hello,
In message "[ruby-core:30044] Re: [Bug #3112] require "yaml" doesn't use psych as default"
on May.06,2010 15:46:00, <aaron@tenderlovemaking.com> wrote:
> > Bug #3112: require "yaml" doesn't use psych as default
>... - 01:21 PM Revision 8db2aa12 (git): * cont.c: define FIBER_USE_NATIVE only when _WIN32_WINNT >= 0x0400
- on Windows because Fiber APIs are supported only such building
(and running) environments.
[ruby-dev:41192]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27646 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:37 PM Feature #1408: 0.1.to_r not equal to (1/10)
- =begin
Float#rationalize is added again at r27503.
Please check that revision.
On 2010/05/06, at 7:23, Marc-Andre Lafortune wrote:
> Maybe a kind Japanese reader can provide the gist of [ruby-dev:41061]
> to explain why was Floa... -
10:13 AM Revision bcd0bcc3 (git): * test/openssl/test_ec.rb: added test_dsa_sign_asn1_FIPS186_3. dgst is
- truncated with ec_key.group.order.size after openssl 0.9.8m for
FIPS 186-3 compliance.
WARNING: ruby-openssl aims to wrap an OpenSSL so when you're using
openssl 0.9.8l or earlier version, EC.dsa_sign_asn1 raises
OpenSSL::PKey::... -
09:33 AM Revision f7050e0e (git): * ext/fiddle/function.c (function_call): removed unused variable.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27644 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:31 AM Revision 106e2cc6 (git): * cont.c (Init_Cont): th is used only when FIBER_USE_NATIVE.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27643 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:23 AM Bug #1341: pthread_cond_timedwait failing in 1.9.1-p0 thread tests on HP-UX 11i v2
- =begin
Hi,
2010/5/6 Graham Agnew <redmine@ruby-lang.org>:
> On HP-UX, that patch stopped the rb_bug_errno happening, although the test/ruby/test_io.rb and test/ruby/test_thread.rb scripts both blocked indefinitely.
>
> The code in... -
06:01 AM Bug #1341: pthread_cond_timedwait failing in 1.9.1-p0 thread tests on HP-UX 11i v2
- =begin
Today I downloaded, patched, and compiled the latest snapshot.
On HP-UX, that patch stopped the rb_bug_errno happening, although test/ruby/test_thread.rb scripts blocked indefinitely. On being interrupted it was the following... -
09:13 AM Revision 26c48195 (git): * cont.c (fiber_setcontext): Fix last commit.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27642 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:16 AM Revision fadc3a8b (git): * time.c (rb_localtime_r2): get rid of infinite loop bug of
- localtime() on x86_64-darwin. [ruby-core:30031]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27641 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:42 AM Bug #3236: ISeq.load で [BUG] iseq_set_sequence: ic_index overflow が発生
- =begin
取り込んでいただきありがとうございました。
あわただしいと時に非公開関数の問題をチケット登録してしまい申し訳ありませんでした。今後の指針にします。
=end
-
06:59 AM Revision 4bada8b8 (git): * ext/fiddle/*: Adding fiddle library to wrap libffi
- * test/fiddle/*: testing fiddle extension
* ext/dl/lib/dl.rb: Requiring fiddle if it is available
* ext/dl/lib/dl/callback.rb: using Fiddle if it is available
* ext/dl/lib/dl/func.rb: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr... -
06:07 AM Revision ca3c007f (git): * string.c (rb_str_match_m): add description about optional
- position parameter. [ruby-list:47064]
patched by KISHIMOTO, Makoto <ksmakoto AT dd.iij4u.or.jp>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27639 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:14 AM Revision 3b9c0030 (git): * lib/tmpdir.rb: test RUBY_PLATFORM for loading tmpdir.so to avoid
- LoadError.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 03:45 AM Revision ec0b0144 (git): * NEWS: add rationalize methods of Complex, Float, Integer, NilClass, and Rational classes.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27637 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:12 AM Revision 4211e894 (git): * README: update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27636 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:12 AM Revision 0f7321ed (git): * README: update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27636 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:57 AM Bug #2777 (Closed): Invalid read of size 4 by redefining load
- =begin
This issue was solved with changeset r27634.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
05/05/2010
-
11:28 PM Bug #3250 (Third Party's Issue): [BUG] Segmentation fault
- =begin
Hi,
Could you ask the author of MediaInfo first?
I temporarily set this ticket status to Third Party's issue.
The invoking code is not self-contained and cannot be executed.
To investigate this issue, a self-cont... -
10:24 PM Bug #3250 (Closed): [BUG] Segmentation fault
- =begin
Hello,
I was attempting to extract some metadata of a couple of videos using MediaInfo CLI and MediaInfo gem (http://github.com/greatseth/mediainfo). However, when attempting to access the duration of a video I get the follo... -
10:54 PM Bug #1914 (Closed): ruby-1.9.1-p243 failed to build from source on aix 5.3 with gcc 4.2.0
- =begin
Some issues reported here is fixed by r24482 and r25124.
At least, building ruby(trunk) is finished successfully in my env(AIX 5.3).
By the way, for this 'w' problem:
> I was worry why 'w' was used here and see that it c... -
10:37 PM Bug #3236 (Closed): ISeq.load で [BUG] iseq_set_sequence: ic_index overflow が発生
- =begin
This issue was solved with changeset r27632.
Tomoyuki, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
10:12 PM Bug #3236: ISeq.load で [BUG] iseq_set_sequence: ic_index overflow が発生
- =begin
遠藤です。
InstructionSequence#load は非公開関数であり、iseq gem は third
party (ワナベさんですが) の gem なので、この redmine に Bug
チケットとして登録するのはあまり好ましくなかったかもです。
うるさくてすみませんが、リリース前の時期なので一応。
普通のメールとして送って頂けると大歓迎です。
# 早く verifier が実装されて公開メソッドになる... -
09:11 PM Bug #3236: ISeq.load で [BUG] iseq_set_sequence: ic_index overflow が発生
- =begin
すみません、自分のコメントが分かりにくかったので補足致します。
パッチ前半の ic_index のチェック部分については判断がつきませんでしたので
保留させて頂きました。(r27616 はパッチ後半だけです)
この部分、分かる方に判断をお願いします。
=end
-
09:57 PM Bug #2063 (Closed): Core dump on AIX
- =begin
This issue was solved with changeset r27631.
Perry, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
09:38 PM Bug #2063: Core dump on AIX
- =begin
Hi,
2010/5/4 Yusuke Endoh <redmine@ruby-lang.org>:
> Issue #2063 has been updated by Yusuke Endoh.
...
> Your patch looks good to me.
Thank you very much for spending your time for this issue. I really
appreciate it.
>... -
08:59 PM Bug #3239: ext/tk on cygwin
- =begin
永井@知能.九工大です.
From: Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
Subject: [ruby-dev:41135] Re: [Bug:trunk] ext/tk on cygwin & cross-compiling ext/tk
Date: Mon, 3 May 2010 17:01:51 +0900
Message-ID: <20100503.170150.74739838.naga... -
07:17 PM Bug #3239 (Closed): ext/tk on cygwin
- =begin
This issue was solved with changeset r27627.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
08:57 PM Bug #2488 (Closed): thread usage can result in bad HANDLE
- =begin
This issue was solved with changeset r27630.
Roger, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
02:42 PM Bug #2488: thread usage can result in bad HANDLE
- =begin
Hello,
In message "[ruby-core:30005] [Bug #2488] thread usage can result in bad HANDLE"
on May.05,2010 06:35:12, <redmine@ruby-lang.org> wrote:
| (Windows 7 32 bit, 4GB RAM). I assume it's just a timing issue.
I thin... -
06:35 AM Bug #2488: thread usage can result in bad HANDLE
- =begin
That patch seems to fix it for me.
@Luis: I am able to reproduce #3183 (sometimes it takes a few minutes, and requires the puts in there). Ex backtrace:
[BUG] w32_reset_event: The handle is invalid.
ruby 1.9.2dev ... -
07:17 PM Bug #3248 (Closed): extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
- =begin
This issue was solved with changeset r27627.
Luis, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
03:09 PM Bug #3248 (Closed): extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly
- =begin
Using GCC 3.4.5, under MinGW, with msysGit installed, extension tk is finding tcl and tk config bash scripts even when those are not in the path:
-
07:17 PM Bug #3238 (Closed): cross-compiling ext/tk
- =begin
This issue was solved with changeset r27627.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
06:37 PM Revision c462c50d (git): * cont.c: apply FIBER_USE_NATIVE patch. This patch improve
- Fiber context switching cost using system APIs. Detail comments
are written in cont.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:51 PM Revision 833cade2 (git): * vm_method.c (rb_unlink_method_entry, rb_sweep_method_entry):
- added. Unlinked method entries are collected to
vm->unlinked_method_entry_list. On the GC timing, mark all method
entries which are on all living threads. Only non-marked method
entries are collected. This hack prevents releasi... -
04:46 PM Bug #3244: the behavior of Tempfile#size was changed
- =begin
> そういう事情があるなら、個人的には rubyspec 側を直すということでも
> 構わないと思いました。元の挙動は全然便利じゃないので、依存している
> 人もいない予感がしますし。
そう思います。rubyspec側を直して1.9.2ではバグ修正として受け入れることにします。
=end
-
03:57 PM Bug #1685: Some windows unicode path issues remain
- =begin
Hello,
In message "[ruby-core:30012] Re: [Bug #1685] Some windows unicode path issues remain"
on May.05,2010 15:35:11, <billk@cts.com> wrote:
| My initial attempt at a bootstraptest for unicode path
| support is failing... -
03:35 PM Bug #1685: Some windows unicode path issues remain
- =begin
U.Nakamura wrote:
> Hello,
>
> In message "[ruby-core:29892] Re: [Bug #1685] Some windows unicode path issues remain"
> on Apr.30,2010 08:12:33, <billk@cts.com> wrote:
> |
> | If there is no conflict with others' work... -
03:49 AM Bug #1685: Some windows unicode path issues remain
- =begin
Hello,
In message "[ruby-core:29892] Re: [Bug #1685] Some windows unicode path issues remain"
on Apr.30,2010 08:12:33, <billk@cts.com> wrote:
| In order to avoid duplication of effort, I wanted to inquire
| whether anyo... -
03:17 PM Bug #1575 (Closed): TestEtc failures in windows
- =begin
This issue was solved with changeset r27625.
Roger, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
- 02:31 PM Revision 34ed81ea (git): * NEWS: wording
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27633 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:33 PM Revision 0356eef4 (git): * compile.c (iseq_set_sequence): fix check range of ic_index.
- a patch from Tomoyuki Chikanaga. #3236
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27632 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 12:55 PM Revision 0882e74b (git): * dln.c (aix_loaderror): use execerror for load error on AIX.
- This can avoid SEGV reported by Perry Smith. [Bug #2063]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27631 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:53 AM Revision bd211186 (git): * thread_win32.c (w32_wait_events): get GVL before handle interrupt
- event. [ruby-core:27199], [ruby-core:29698]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27630 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 10:08 AM Revision 320f7e53 (git): * 2010-05-05
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:08 AM Revision 2f2b2554 (git): * ext/tk/extconf.rb: revert. enbugged by last commit.
- ([ruby-dev:41133], [ruby-dev:41134], [ruby-core:30010])
* ext/tk/README.tcltklib: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27628 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:08 AM Revision 690e065b (git): * ext/tk/extconf.rb: revert. enbugged by last commit.
- ([ruby-dev:41133], [ruby-dev:41134], [ruby-core:30010])
* ext/tk/README.tcltklib: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27627 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:48 AM Feature #3219: assert now passes non-boolean result
- =begin
On Apr 30, 2010, at 23:16 , Nobuyoshi Nakada wrote:
> Hi,
>
> At Sat, 1 May 2010 14:30:19 +0900,
> Eric Hodel wrote in [ruby-core:29910]:
>> class TestAssert < MiniTest::Unit::TestCase
>> def test_assert
>> o = Ob... - 06:55 AM Revision 54062a76 (git): * file.c (rb_stat): use STAT macro instead of calling stat() directly.
- reported by Bill Kelly. [ruby-core:30012]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27626 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:11 AM Revision a6e33fd7 (git): * test/etc/test_etc.rb: assert only when any value is given.
- [Bug #1575] [ruby-core:23722]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:31 AM Revision a20cc16b (git): * debug.c (RUBY_NODE_LMASK): may exceed int limit.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27624 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:17 AM Bug #3247 (Closed): test/ruby/test_m17n.rb failure
- =begin
This issue was solved with changeset r27619.
Usaku, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
02:39 AM Bug #3247 (Closed): test/ruby/test_m17n.rb failure
- =begin
test_string_inspectですが、default_externalがEUC-JPあるいはWindows-31Jの時に失敗します。
あんまり自信はないんですが、たぶん実装は現状の仕様通りでテストが間違っているのではないかと思うのですが、実際はどうなんでしょうか。
※失敗の例
default_externalがEUC-JPの場合
1) Failure:
test_string_inspect(TestM17N)... -
02:43 AM Revision a6242670 (git): * bootstraptest/test_io.rb (megacontent-copy_stream): get rid of
- deadlock.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:15 AM Bug #3225: lib/uri/mailto.rb slightly wrong regexp
- =begin
=end
05/04/2010
-
11:04 PM Bug #3236: ISeq.load で [BUG] iseq_set_sequence: ic_index overflow が発生
- =begin
ic_index のチェックについてはわかりませんが、
ic_size が復元されていない問題についてはその通りだと思いますし
iseq_load 以外に影響はなさそうですので取り込ませていただきます。
ありがとうございました。
=end
-
10:27 PM Revision 62d7a30a (git): * gc.c (rb_mark_method_entry): renamed.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27622 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:24 PM Revision 208e43b3 (git): * method.h (rb_gc_mark_method_entry): fixed typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27621 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:31 PM Bug #3244: the behavior of Tempfile#size was changed
- =begin
遠藤です。
2010年5月4日10:21 Nobuyoshi Nakada <nobu@ruby-lang.org>:
> これは、元々のtest/test_tempfile.rbのassertionの間違いのために、
> 結果に関わらず通ってしまっていたものです。lib/tempfile.rbを戻す
> なら、test_size_works_if_file_is_closedも直さないといけません。
> むしろこちらのほうが仕... -
05:43 PM Bug #3244: the behavior of Tempfile#size was changed
- =begin
成瀬です。
(2010/05/04 10:21), Nobuyoshi Nakada wrote:
> なかだです。
>
> At Tue, 4 May 2010 06:08:24 +0900,
> Yusuke ENDOH wrote in [ruby-dev:41140]:
>> r27578 のせいで rubyspec のエラーが増えました。
>> よほどの事情がない限り revert しようと思います。
>> 個人的には納得... -
10:21 AM Bug #3244: the behavior of Tempfile#size was changed
- =begin
なかだです。
At Tue, 4 May 2010 06:08:24 +0900,
Yusuke ENDOH wrote in [ruby-dev:41140]:
> r27578 のせいで rubyspec のエラーが増えました。
> よほどの事情がない限り revert しようと思います。
> 個人的には納得できる変更なので、残念ですが……。
>
> 1)
> Tempfile#length returns 0 when sel... -
08:39 AM Bug #3244: the behavior of Tempfile#size was changed
- =begin
遠藤です。
2010年5月4日8:24 Yukihiro Matsumoto <matz@ruby-lang.org>:
> 正直、「1日くらいいいじゃん」と思わないでもないのですが、過去
> そうやって仕様フリーズをなしくずしにして、結果としてリリース
> 品質を下げちゃった私にはなにも言う資格はないでしょうね。
仕様フリーズは 3 月末なので、1 日じゃなくて 1 ヶ月強です。
4 月末に予定されていたのはコードフリーズですが... -
08:24 AM Bug #3244: the behavior of Tempfile#size was changed
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:41142] Re: [Bug:trunk] the behavior of Tempfile#size was changed"
on Tue, 4 May 2010 08:17:00 +0900, Yusuke ENDOH <mame@tsg.ne.jp> writes:
|> rubyspec変えたらいいんじゃないのかな。そこまで絶対的なものじゃ
... -
08:17 AM Bug #3244: the behavior of Tempfile#size was changed
- =begin
遠藤です。
2010年5月4日7:56 Yukihiro Matsumoto <matz@ruby-lang.org>:
> In message "Re: [ruby-dev:41140] [Bug:trunk] the behavior of Tempfile#size was changed"
> on Tue, 4 May 2010 06:08:24 +0900, Yusuke ENDOH <mame@tsg.ne.jp> wri... -
07:56 AM Bug #3244: the behavior of Tempfile#size was changed
- =begin
Hi,
In message "Re: [ruby-dev:41140] [Bug:trunk] the behavior of Tempfile#size was changed"
on Tue, 4 May 2010 06:08:24 +0900, Yusuke ENDOH <mame@tsg.ne.jp> writes:
|r27578 のせいで rubyspec のエラーが増えました。
|よほどの事情がない限り rever... -
06:08 AM Bug #3244 (Closed): the behavior of Tempfile#size was changed
- =begin
なかださん
遠藤です。
r27578 のせいで rubyspec のエラーが増えました。
よほどの事情がない限り revert しようと思います。
個人的には納得できる変更なので、残念ですが……。
1)
Tempfile#length returns 0 when self is closed FAILED
Expected 5
to have same value and type as 0
... -
08:25 PM Revision b4d7d616 (git): * method.h, vm_method.c: rename some internal functions related to
- rb_method_entry_t.
rb_add_method_me() -> rb_method_entry_set().
rb_get_method_entry() -> rb_method_entry_without_cache().
rb_gc_mark_method_entry() -> rb_mark_method_entry().
* class.c, proc.c: ditto.
git-svn-id: svn+... -
07:07 PM Revision 7a17dca0 (git): Fix and add tests for String#inspect. [ruby-dev:41153]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:57 PM Bug #3237 (Closed): irb exits unexpectedly with Encoding::CompatibilityError
- =begin
This issue was solved with changeset r27615.
Heesob, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
06:47 PM Bug #1577 (Closed): testFileUtils failure in windows
- =begin
This issue was solved with changeset r27614.
Roger, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
05:52 PM Feature #2567: Net::HTTP does not handle encoding correctly
- =begin
The problem is stated in HTML5: misinterpreted for compatibility.
http://www.w3.org/TR/html5/syntax.html#character-encodings-0
=end
-
04:36 PM Feature #3246 (Rejected): thread-local yamler
- =begin
Hi,
Currently, YAML.yamler= has an effect on the whole process.
What about making it thread-local?
diff --git a/lib/yaml.rb b/lib/yaml.rb
index 9b5a9b2..236489b 100644
--- a/lib/yaml.rb
+++ b/lib/yaml.rb
@... - 04:02 PM Revision da5b4689 (git): * 2010-05-05
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:02 PM Revision fd328d8e (git): * test/ruby/test_require.rb (test_relative_symlink): skip if symlink is not
- implemented.
* test/ruby/test_file_exhaustive.rb (test_stat, test_expand_path): ignore tests
about nlink on Windows because its not imeplented because of performance
problem.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27617... -
03:31 PM Bug #2829: Missing documentation for Exception subclasses.
- =begin
Hi Yusuke.
Thanks for these comments. I've updated the wiki accordingly. I've also added examples to most exception classes.
Unless there is objection, I plan on changing the following error messages:
[1, 2].fetch(... -
02:10 PM Revision 576252ae (git): * compile.c (iseq_build_body): update iseq->ic_size.
- a patch from Tomoyuki Chikanaga. see #3236.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27616 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:33 PM Bug #3231 (Feedback): Digest Does Not Build
- =begin
=end
-
12:57 PM Bug #2281 (Closed): Class#inherited Produces Misleading Error Message
- =begin
This issue was solved with changeset r27609.
Run Paint, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
12:38 PM Bug #2281 (Open): Class#inherited Produces Misleading Error Message
- =begin
r25521 was reverted.
=end
-
12:44 PM Bug #3141: yield in an eigenclass definition
- =begin
返事が遅くなってすみません.
これが良いと思います.よろしくお願いします.
=end
-
12:04 PM Bug #3050: Fiber transfer limitation
- =begin
ささだです.
(2010/05/03 22:57), Yusuke Endoh wrote::
>> 現在,Fiber#transfer と Fiber.yield/Fiber#resume は一緒に使うな,使っ
>> て変なことが起きても知らないよ,という立場を取っています.というのも,一
>> 緒に使うと簡単に SEGV させることが出来るからです.
>
> 混ぜると理解困難な挙動になるのは確かなんですが、SEGV するとは
... -
12:04 PM Bug #3050: Fiber transfer limitation
- =begin
ささだです.
(2010/05/03 22:57), Yusuke Endoh wrote::
>> 現在,Fiber#transfer と Fiber.yield/Fiber#resume は一緒に使うな,使っ
>> て変なことが起きても知らないよ,という立場を取っています.というのも,一
>> 緒に使うと簡単に SEGV させることが出来るからです.
>
> 混ぜると理解困難な挙動になるのは確かなんですが、SEGV するとは
... -
09:51 AM Revision e8249be9 (git): * error.c (name_err_mesg_to_str): preserve encoding of inspection.
- [ruby-core:29948]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27615 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:50 AM Bug #3220 (Feedback): bug in gc.c
- =begin
Can't reproduce with ruby 1.9.2dev (2010-05-04 trunk 27604) [x86_64-linux] on Ubuntu 10.04.
I guess this is not only 64-bit problem, but also OSX's.
Anyway,
Aaron, can you reproduce with the patch by Yusuke in #3241?... -
09:38 AM Revision 16c40ec1 (git): * test/fileutils/test_fileutils.rb (test_copy_stream):
- IO.copy_stream support binmode only currently.
[ruby-core:23724]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27614 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:47 AM Bug #3081 (Closed): lib/http wrong behavior for chunked reading
- =begin
This issue was solved with changeset r27605.
Marc-Andre, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
08:08 AM Revision 2a067c6c (git): Setup Symbol#to_json to avoid conflict.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27613 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:27 AM Bug #3058 (Closed): Inconsistent eol conversion of IO#read on Windows
- =begin
This issue was solved with changeset r27604.
Heesob, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
06:48 AM Bug #3245 (Closed): Expected "ccache gcc" to be nil.
- =begin
When CC environment variable set, some tests of rake are failed.
% ruby-trunk -v
ruby 1.9.2dev (2010-05-04 trunk 27602) [x86_64-linux]
% echo $CC
ccache gcc
% ruby-trunk test/rake/test_task_arguments.rb
Loaded s... -
06:17 AM Bug #3162 (Closed): recent rdoc affects tests of rake
- =begin
Hi,
This is fixed by nobu at r27589. So I close this ticket.
Jim Weirich, please confirm the change.
If you think the fix is good, please backport to rake trunk.
If you think the fix has a problem, please re-fix by... -
06:17 AM Bug #3076 (Closed): lib/rake/rdoctask.rb should be removed
- =begin
Hi,
This is fixed by nobu at r27589. So I close this ticket.
Jim Weirich, please confirm the change.
If you think the fix is good, please backport to rake trunk.
If you think the fix has a problem, please re-fix by... -
06:06 AM Feature #3232 (Rejected): Loops (while/until) should return last statement value if any, like if/unless
- =begin
=end
-
03:07 AM Feature #3232: Loops (while/until) should return last statement value if any, like if/unless
- =begin
Hi,
|On 3 May 2010 02:15, Yukihiro Matsumoto <matz@ruby-lang.org> wrote:
|Hi,
|
|It is neither consistent (other statements returns the value from the
|"last" expression),
Actually it is not, but here the value of the "... -
05:02 AM Bug #3217 (Rejected): Regexp fails to match string with '<' when encoding is UTF-8
- =begin
This is feature change on Ruby 1.9.
http://www.unicode.org/reports/tr18/
And redcloth3's exapmle is a bug, they should use their PUNCT constant.
=end
-
04:27 AM Revision 89435793 (git): * vm_insnhelper.c (argument_error): removed unused variable.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:26 AM Revision 6060c3a4 (git): * include/ruby/win32.h (rb_w32_uchdir): missing prototype.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:25 AM Feature #2710: Kernel#load loads a relative path
- =begin
Hi,
akr said in [ruby-core:29715]:
> I think Roger's idea (load() don't see the library load path) is good.
Then, at least, the concern that this ticket is raising is not a bug.
In addition, it is arguable ... -
04:01 AM Bug #2629: ConditionVariable#wait(mutex, timeout) should return whether the condition was signalled, not the waited time
- =begin
Hi,
I suggest temporal revert of timeout argument of ConditionVariable#wait.
As I said in [ruby-core:28803], the API design has a potential race.
Unfortunately, 1.9.2 is already frozen for release. We should discuss
... -
04:00 AM Revision 843d4f32 (git): * vm_insnhelper.c (argument_error): never return.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27610 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:50 AM Revision 8ed1f433 (git): * vm_insnhelper.c (argument_error): push correct backtrace.
- Bug #2281 [ruby-core:26333]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27609 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:50 AM Bug #2612 (Rejected): Use POSIX shell in Makefile
- =begin
Hi, Brian Egge
I close this ticket because of absence of your response.
If you have any actual problem, please reopen this ticket with
answer to nobu.
Unless there is actual problem, we are not keen to change such
... -
03:39 AM Revision 622f45fc (git): * ext/socket/option.c (sockopt_inspect): use rb_str_cat2 and
- rb_str_append.
* ext/socket/ancdata.c (ancillary_inspect): refined.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27608 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:36 AM Bug #2063: Core dump on AIX
- =begin
Hi,
Your patch looks good to me.
At least, it is undoubtedly better than the current SEGV :-)
Two comments:
- Macro `LOAD_ERRTAB_LEN' is not used.
- The last newline (ERRBUF_APPEND("\n");) may be unnecessary.
... -
02:51 AM Revision f1192452 (git): * ext/socket/ancdata.c (ancillary_inspect): use rb_str_cat2 and
- rb_str_append.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:07 AM Revision 62e9fb85 (git): * version.c (UNALIGNED): get rid of conflict.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:39 AM Bug #1587 (Closed): Problem with string sharing
- =begin
Thank you for the report and sorry for late response.
This issue seems to be fixed now, on linux at least.
By r23669, I guess.
=end