Activity
From 12/13/2011 to 12/19/2011
12/19/2011
-
09:07 PM Revision 80101267 (git): * README.ja: Update redmine.ruby-lang.org to bugs.ruby-lang.org
- * README: ditto
* common.mk: ditto
* ext/bigdecimal/README: ditto
* man/erb.1: ditto
* man/irb.1: ditto
* man/ri... -
08:03 PM Bug #5777 (Closed): class_eval/module_eval works differently when given a string than when given a block in 1.9.2 and 1.9.3
- class_eval/module_eval works differently when passed code as a string than when passed the same code as a block in 1....
- 05:16 PM Revision 7e178720 (git): * 2011-12-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34073 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:16 PM Revision 305cd3fb (git): * ext/date/date_core.c: [ruby-dev:45008].
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34072 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:16 PM Bug #5476 (Feedback): ruby 1.9.3_rc1 segfaults in test_fork.rb on HPPA
-
02:53 PM Feature #5741: Secure Erasure of Passwords
- Here's my 2 yen.
> 1. Would you agree that we need this functionality?
Good to have, but it would be hard ... -
11:37 AM Bug #5776 (Closed): irb のトップレベルで定義したメソッドが public になる
- irb のトップレベルで定義したメソッドの呼び出し制限が private ではなく public になってしまいます。
-------------------------------------------------
ir... -
10:58 AM Bug #5768: TestRequire#test_race_exceptionで競合するケースがまだある
- bug5754 .rb の中で t2 が Thread.current になっているようだったのと、scratch の配列の順序が
違っているようだったので少し変更してみました。
diff --git a/test/ruby/... -
09:23 AM Bug #5714: Unexpected error of STDIN#read with non-ascii input on Windows XP
- Hello,
In message "[ruby-core:41689] Re: [ruby-trunk - Bug #5714] Unexpected error of STDIN#read with non-ascii... -
02:13 AM Bug #5714 (Closed): Unexpected error of STDIN#read with non-ascii input on Windows XP
- This issue was solved with changeset r34043.
Heesob, thank you for reporting this issue.
Your contribution to Ruby is... -
07:15 AM Feature #3090: xml-rpc support for i8 data type
- is there a reason why this patch was postponed to 2.0.0 and not included in one of the releases this year?
-
02:13 AM Bug #5762 (Closed): Bug#4178 が sparc Solaris 10 + Oracle Solaris Studio 12.2 で再発
- This issue was solved with changeset r34071.
Naohisa, thank you for reporting this issue.
Your contribution to Ruby i... -
02:13 AM Bug #5773 (Closed): bigdecimal comparison raises SystemStackError
- This issue was solved with changeset r34070.
Aaron, thank you for reporting this issue.
Your contribution to Ruby is ... -
02:13 AM Bug #5711 (Closed): r32774 (and r32783) broke nmake support
- This issue was solved with changeset r34044.
Usaku, thank you for reporting this issue.
Your contribution to Ruby is ... -
02:13 AM Bug #5754 (Closed): Double require bug in 1.9.3
- This issue was solved with changeset r34039.
Evan, thank you for reporting this issue.
Your contribution to Ruby is g... -
02:13 AM Bug #5688 (Closed): Solaris10 で spawn を繰り返すとメモリリークする
- This issue was solved with changeset r34033.
okkez, thank you for reporting this issue.
Your contribution to Ruby is ...
12/18/2011
-
02:36 PM Bug #5775 (Closed): BigDecimal does not follow Allocation Framework
- It still uses very old style, overriding Class.new method.
-
12:55 PM Bug #5774 (Closed): [PATCH] xmlrpc client handling cookies
- =begin
xmlrpc client does not properly handle cookies. Firstly, they do not persist if server sets new cookies, seco... -
12:33 PM Bug #5773 (Closed): bigdecimal comparison raises SystemStackError
- Comparing an uninitialized BigDecimal to another will raise a SysteStackError exception. For example:
BigDeci... -
09:58 AM Revision 8457bea9 (git): * vm.c (vm_define_method): improve guard of iseq from GC. Fix
- failure or segmentation fault in test_singleton_method(TestGc)
on sparc Solaris10 compiled with Oracle Solaris Stud... -
05:34 AM Revision 9c00c123 (git): * ext/bigdecimal/bigdecimal.c (Init_bigdecimal): does not follow
- allocation framework right now. [ruby-core:41710] [Bug #5773]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34... -
04:59 AM Bug #5694: Proc#arity doesn't take optional arguments into account.
- Hi,
On Sun, Dec 11, 2011 at 10:51 PM, Yukihiro Matsumoto <[email protected]> wrote:
> Hi,
>
> In message "Re:... -
03:44 AM Revision cf2bbc89 (git): * ext/psych/lib/psych/visitors/to_ruby.rb: BigDecimals can be restored
- from YAML.
* ext/psych/lib/psych/visitors/yaml_tree.rb: BigDecimals can be dumped
to YAML.
* test/psych/test_numeri... -
03:16 AM Revision 7cabeff6 (git): updating documentation link
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34068 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:05 AM Revision 9f688d53 (git): * ext/psych/lib/psych/scalar_scanner.rb: Strings that look like dates
- should be treated as strings and not dates.
* test/psych/test_scalar_scanner.rb: corresponding tests.
git-svn-id: s... -
02:02 AM Bug #5772 (Rejected): Segmentation Fault on Mac (crash)
- I'm developing an Rails 3.1.3 application on a Mac:
Darwin kir-mac-2.local 9.8.0 Darwin Kernel Version 9.8.0: Wed ... -
02:01 AM Revision d789b385 (git): removing a file I accidentally added. :(
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34066 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:03 AM Feature #5767: Cache expanded_load_path to reduce startup time
- For those interested here are some raw performance numbers and comparison between default (no patch) and other patche...
-
12:46 AM Revision 07fa1c91 (git): * test/thread/test_queue.rb (test_thr_kill): extend timeout.
- this test takes a long time at slow machine.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34065 b2dd03c8-39d4-4... - 12:38 AM Revision 1c0e4232 (git): * 2011-12-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34064 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:38 AM Revision e9300c4a (git): * test/ruby/envutil.rb (invoke_ruby): remove :timeout option before
- pass it to Kernel#spawn.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34063 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
12/17/2011
-
11:44 PM Bug #5771 (Closed): WIN32OLERuntimeError using 1.9.2
- I found a problem using win32ole library in threaded script. Ruby version I used is 1.9.2p290. It is said that same ...
-
09:12 PM Feature #5767: Cache expanded_load_path to reduce startup time
- There is report about 47% startup time reduction https://gist.github.com/1480404#gistcomment-69769
- 07:26 PM Revision 63783f2c (git): * 2011-12-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@34062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:26 PM Revision 42df5389 (git): * NEWS: Add {Proc|{Unbound}Method}#parameters and typo fixes
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@34061 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:48 AM Bug #5768 (Closed): TestRequire#test_race_exceptionで競合するケースがまだある
- まだrequireで競合するケースが残っています。
現在のテストだと確率的にしか起きませんが、以下の通り変更すると確実に起きるようになります。
diff --git a/test/ruby/test_require.rb b/... -
10:23 AM Feature #3620: Add Queue, SIzedQueue and ConditionVariable implementations in C in addition to ruby ones
- Issue #3620 has been updated by Eric Wong.
ping? The subject of Queue performance came up again in:
http:... -
10:00 AM Feature #3620: Add Queue, SIzedQueue and ConditionVariable implementations in C in addition to ruby ones
- ping? The subject of Queue performance came up again in:
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-tal... - 01:17 AM Revision b06e8581 (git): * 2011-12-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34060 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:17 AM Revision 48c7c84e (git): update doc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34059 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
12/16/2011
-
06:48 PM Bug #5750: Thread.current local-variables behavior
- any news on this ?
This documentation bug is here since 1.9 was first released from what I understand so I think it ... -
05:44 PM Feature #5427: Not complex patch to improve `require` time (load.c)
- Tiny fix to patch: fix startup speed on small script.
-
04:10 PM Feature #5767: Cache expanded_load_path to reduce startup time
- Cosmetic update to patch: more atomic cache access.
-
02:23 PM Bug #5714: Unexpected error of STDIN#read with non-ascii input on Windows XP
- Hello,
>
> I think you should check in your patches by yourself, if you
> are not disagreeable.
> Do you ... -
12:23 PM Bug #5714: Unexpected error of STDIN#read with non-ascii input on Windows XP
- Hello,
In message "[ruby-core:41671] [ruby-trunk - Bug #5714] Unexpected error of STDIN#read with non-ascii inp... - 08:18 AM Revision 9ef4a0aa (git): * 2011-12-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34058 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:18 AM Revision c17c0030 (git): * README, README.ja: 'make check' is preferable to 'make test'.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34057 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:53 AM Bug #5763: sprintf not throwing error for wrong number of arguments
- > Motohiro KOSAKI wrote:
>> Â But I can't imagine any useful usecase of current behavior.
>
> Then please remembe... -
12:32 AM Feature #5766 (Closed): Hash.each_with_object should behave differently when block's arity is 3
12/15/2011
-
09:19 PM Bug #5754: Double require bug in 1.9.3
- > it doesn't see an entry in the loading table even though t2 is currently loading the file
Has it something commo... -
06:53 AM Bug #5754: Double require bug in 1.9.3
- Hi,
(11/12/14 23:56), Yui NARUSE wrote:
> By r34027, test_race_excption(TestRequire) fails as following:
> ... -
08:53 PM Feature #5766: Hash.each_with_object should behave differently when block's arity is 3
- Em 15-12-2011 03:14, Yukihiro Matsumoto escreveu:
> Hi,
>
> In message "Re: [ruby-core:41668] [ruby-trunk - Fe... -
08:51 PM Feature #5766: Hash.each_with_object should behave differently when block's arity is 3
- How do I close this issue?
-
02:23 PM Feature #5766: Hash.each_with_object should behave differently when block's arity is 3
- Hi,
In message "Re: [ruby-core:41668] [ruby-trunk - Feature #5766][Open] Hash.each_with_object should behave di... -
01:07 PM Feature #5766 (Closed): Hash.each_with_object should behave differently when block's arity is 3
- Enum.each_with_object is very handy in lots of situations, but specially while dealing with arrays. It would be great...
-
08:47 PM Feature #5767: Cache expanded_load_path to reduce startup time
- Nikolai Weibull wrote:
> Is it only me, or is treating $LOAD_PATH like an array hurting
> possible optimizations? ... -
07:53 PM Feature #5767: Cache expanded_load_path to reduce startup time
- Nikolai Weibull wrote:
> On Thu, Dec 15, 2011 at 10:18, Yura Sokolov <[email protected]> wrote:
>>
>> Iss... -
07:23 PM Feature #5767: Cache expanded_load_path to reduce startup time
- On Thu, Dec 15, 2011 at 10:18, Yura Sokolov <[email protected]> wrote:
>
> Issue #5767 has been reported by Y... -
06:18 PM Feature #5767 (Closed): Cache expanded_load_path to reduce startup time
- This patch add caching of expanded load path.
It reduces rails startup time by 33%
(patch against 1.9.3-p0 and simp... -
02:58 PM Bug #5714: Unexpected error of STDIN#read with non-ascii input on Windows XP
- Hi Usaku NAKAMURA san,
>
> I've checked in your patches at r34043.
Thank you for check and merge, and test ... -
02:19 PM Revision d95ce7fc (git): * error.c (builtin_type_name): don't return pointer to the buffer of
- temporary String object.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34056 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:46 PM Bug #5763 (Closed): sprintf not throwing error for wrong number of arguments
- =begin
$ ruby -w -e 'printf "%d\n", 1, 2'
-e:1: warning: too many arguments for format string
1
=end
-
12:28 PM Bug #5763: sprintf not throwing error for wrong number of arguments
- Shyouhei Urabe wrote:
> > check for similar behaviour of sprintf in a c program
>
> This is a GCCism, not a unive... -
11:56 AM Bug #5763: sprintf not throwing error for wrong number of arguments
- Motohiro KOSAKI wrote:
> But I can't imagine any useful usecase of current behavior.
Then please remember #2709.... -
10:53 AM Bug #5763: sprintf not throwing error for wrong number of arguments
- >> check for similar behaviour of sprintf in a c program
>
> This is a GCCism, not a universal C behaviour. Â If y... -
10:04 AM Bug #5763: sprintf not throwing error for wrong number of arguments
- > check for similar behaviour of sprintf in a c program
This is a GCCism, not a universal C behaviour. If you thi... -
06:17 AM Bug #5763: sprintf not throwing error for wrong number of arguments
- check for similar behaviour of sprintf in a c program
#include <stdio.h>
int main()
{
char buffer[50];
c... -
05:32 AM Bug #5763 (Closed): sprintf not throwing error for wrong number of arguments
- sprintf should raise error when the number of arguments does not match the number of format specifiers
sprintf wit... -
11:15 AM Bug #5737: WEBrick doesn't support keep alive connections for 204 and 304 responses
- RFC 2616 section 8.1.2.1 states:
In order to remain persistent, all messages on the connection MUST have a self-... -
11:10 AM Bug #5752 (Closed): Array#delete_if side effects due to changeset r32360
-
10:11 AM Bug #5765 (Closed): [PATCH] modernize Timeout usage in net/{http,pop,smtp,telnet}
- Object#timeout is deprecated, so use Timeout.timeout instead
Additionally, rely on raising Timeout::Error instead ... -
09:23 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
- KOSAKI Motohiro <[email protected]> wrote:
> - I can imagine IO::WaitReadable is annoying to use. but I'm... -
08:57 AM Revision 73768d54 (git): * io.c (argf_type): make typed data.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:40 AM Revision 2a5ddef5 (git): * error.c (rb_check_type): fix typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34054 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:01 AM Feature #5764 (Assigned): Net::HTTP should assume HTTP/0.9 on unexpected responses
- Currently Net::HTTP.read_status_line throws Net::HTTPBadResponse if the status line does not conform to HTTP/1.1 spec...
-
05:48 AM Revision 00e6c802 (git): * ext/strscan/strscan.c: use typed data with
- onig_region_memsize().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34053 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:33 AM Revision 9dccfb55 (git): * error.c (rb_check_typeddata): refine error message with
- including expected struct name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34052 b2dd03c8-39d4-4d8f-98ff-823... -
04:29 AM Revision 57537ccb (git): Use SIGINT to interrupt.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34051 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:15 AM Revision 84dcc382 (git): * regcomp.c (onig_region_memsize): implemented for memsize_of().
- * ext/objspace/objspace.c (memsize_of): use it.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34050 b2dd03c8-39... - 01:45 AM Revision 50761244 (git): * 2011-12-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:44 AM Revision 15f26afd (git): * array.c (rb_ary_reject_bang, rb_ary_delete_if): update rdoc.
- documentation from Thomas Leitner <t_leitner AT gmx.at> in
[ruby-core:41616]. [Bug #5752]
git-svn-id: svn+ssh://... -
01:44 AM Revision 58b5838d (git): * array.c (rb_ary_reject_bang, rb_ary_delete_if): update rdoc.
- documentation from Thomas Leitner <t_leitner AT gmx.at> in
[ruby-core:41616]. [Bug #5752]
git-svn-id: svn+ssh://... - 01:10 AM Revision f281353f (git): * 2011-12-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34047 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:10 AM Revision 15a66805 (git): * test/ruby/test_require.rb (test_race_exception): get rid of
- not-guaranteed timing issue. [ruby-core:41655] [Bug #5754]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34046... -
12:08 AM Bug #5762 (Closed): Bug#4178 が sparc Solaris 10 + Oracle Solaris Studio 12.2 で再発
- Bug #4178 が sparc Solaris 10 + Oracle Solaris Studio 12.2 にて再発しています。
SunStudio 11, gcc, fcc など他のコンパイラでは発生していません。
...
12/14/2011
-
11:56 PM Bug #5754 (Assigned): Double require bug in 1.9.3
- By r34027, test_race_excption(TestRequire) fails as following:
test_race_excption(TestRequire) [/extdisk/chkbuild/... -
11:32 PM Feature #5427: Not complex patch to improve `require` time (load.c)
- > Well, without patch complexity of loading is O(n**2), with patch is O(n*log(n)), so that, gain grows as n/log(n) :)...
-
11:20 PM Feature #5427: Not complex patch to improve `require` time (load.c)
- > That’s rather meager results (and actual timings say a lot more than percentages).
Yes, I know. Gain were much g... -
06:53 PM Feature #5427: Not complex patch to improve `require` time (load.c)
- On Wed, Dec 14, 2011 at 09:59, Yura Sokolov <[email protected]> wrote:
> Currently I could claim 6% loading ... -
05:59 PM Feature #5427: Not complex patch to improve `require` time (load.c)
- I update patch against ruby-trunk.
Currently I could claim 6% loading time improvement on rails application with $... -
08:56 PM Bug #5756: crashs when Twitter.update_with_media with rails
- Thanks for the response. I will attach the crash log for MacOS.
-
07:23 PM Bug #5756: crashs when Twitter.update_with_media with rails
- SungHee Kang wrote:
> Thanks. But how can I do this on rails?
Simply do `rails something|&tee… :-)
If you're ... -
04:59 PM Bug #5756: crashs when Twitter.update_with_media with rails
- Got It! I changed the iTerm scrollback status to unlimited then I should take a full log.
Best regards. -
04:47 PM Bug #5756: crashs when Twitter.update_with_media with rails
- Thanks. But how can I do this on rails?
-
04:44 PM Bug #5756: crashs when Twitter.update_with_media with rails
- take a log doing like this: `ruby aaa.rb|&tee crash.log` or `ruby aaa.rb 2>&1 >crash.log`
-
04:25 PM Bug #5756: crashs when Twitter.update_with_media with rails
- I can't upload full logs because it's too long. It was rendered only 600 lines.
'ruby -v' is ruby 1.9.3dev (2011-09-... -
08:35 PM Bug #5724 (Rejected): date_core compiling issues with MinGW GCC 4.6
- This was caused by a bug of mingw-w64's GCC 4.6 and not Ruby.
-
07:53 PM Bug #5714: Unexpected error of STDIN#read with non-ascii input on Windows XP
- Hello,
In message "[ruby-core:41641] [ruby-trunk - Bug #5714] Unexpected error of STDIN#read with non-ascii inp... -
05:04 PM Bug #5714: Unexpected error of STDIN#read with non-ascii input on Windows XP
- >
> str = "a\nb"
> generate_file("tmp", str)
> open("tmp", "r") do |f|
> assert_equal(str, f.read... -
07:23 PM Bug #5759: flatten calls to_ary on everything
- On 14/12/11 01:05, Eric Hodel wrote:
>
> Issue #5759 has been updated by Eric Hodel.
>
>
> Use Kernel#Arra... -
10:05 AM Bug #5759: flatten calls to_ary on everything
- Use Kernel#Array:
$ ruby -e 'p Array("a\nb"), Array(["a\nb"])'
["a\nb"]
["a\nb"]
-
08:55 AM Bug #5759 (Rejected): flatten calls to_ary on everything
- I often ensure that I have an array by doing:
def foo=(x)
@foo = [x].flatten
end
But this has turned ... -
06:49 PM Bug #5752: Array#delete_if side effects due to changeset r32360
- Actually, it were next changeset r32373
-
06:48 PM Bug #5761 (Closed): Array#flatten(N) calls to_ary on the (N+1)-level objects
- $ cat flatten.rb
class Foo
def respond_to?(name, include_private = true)
puts "respond_to?(#{name})"
su... -
06:05 PM Feature #5749: new method String#match_all needed
- I proposed a similar one as each_match
http://bugs.ruby-lang.org/issues/5606
A difference is to have the next off... -
04:09 PM Bug #5748 (Closed): class_eval ブロック内での定数のスコープがドキュメントと矛盾
-
10:56 AM Bug #5748: class_eval ブロック内での定数のスコープがドキュメントと矛盾
- るりまプロジェクトの方に新しくチケットを作成しました。
#5760
そのため、こちらはクローズして良いと思います。 -
05:53 AM Bug #5748: class_eval ブロック内での定数のスコープがドキュメントと矛盾
- ドキュメントの間違いです。class_evalは定数の探索経路を変えません。
- 12:59 PM Revision 7c5105c1 (git): * test/ruby/test_io_m17n.rb
- (TestIO_M17N#test_{read_with_binmode_and_get[cs]}): only for Windows.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t... -
11:41 AM Bug #5737: WEBrick doesn't support keep alive connections for 204 and 304 responses
- Hiroshi Nakamura wrote:
> As a maintainer, I'll review the patch later.
> I don't understand now, the rationale why... - 11:02 AM Revision 3fbc6244 (git): * common.mk,Makefile.in,win32/Makefile.sub (ECHO1): move platform
- specific hack from common.mk to Makefile.in (and win32/Makefile.sub).
[Bug #5711]
* lib/mkmf.rb: we can generate M... - 10:38 AM Revision 0c6103cf (git): * win32/win32.c, include/ruby/win32.h (rb_w32_fd_is_text): new function.
- * win32/win32.c (init_stdhandle): set default mode of stdin as binmode.
* io.c (set_binary_mode_with_seek_cur): new ... - 06:28 AM Revision 046517c0 (git): * 2011-12-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34042 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:28 AM Revision 4474c83a (git): * transcode.c (str_encode): about the extension of :fallback
- option since 1.9.3.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34041 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:28 AM Revision 1bf94da4 (git): * transcode.c (str_encode): about the extension of :fallback
- option since 1.9.3.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34041 b2dd03c8-39d4-4d8f-98ff-8... -
05:42 AM Revision 8fbf055e (git): Use pipe instead of $stdin.read.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:55 AM Feature #5741: Secure Erasure of Passwords
- Links underlining that this is serious:
http://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/password-not-wi... -
03:20 AM Revision 50c19855 (git): * load.c (load_unlock): release loading barrier and then remove it
- from loading_table if it is not in-use. [Bug #5754]
* thread.c (rb_barrier_release, rb_barrier_destroy): return
wh... -
03:19 AM Bug #5758 (Closed): webrickのhttpresponseについて
-
03:04 AM Bug #5758: webrickのhttpresponseについて
- 申し訳ありません。
5737と同じです。closeお願いいたします。 -
02:59 AM Bug #5758 (Closed): webrickのhttpresponseについて
- はじめまして。
梶原と申します。
ruby on rails 3.1.xで再現しているのですが、webrickのhttpresponse.rbの挙動について少し疑問に持っている事があります。
httpレスポンスコードが3... -
02:26 AM Revision 23f9e746 (git): * thread_pthread.c (ubf_select): call rb_thread_wakeup_timer_thread()
- only when it is not timer_thread. [Bug #5757] [ruby-dev:44985]
patched by Tomoyuki Chikanaga.
git-svn-id: svn+ssh:... -
02:26 AM Revision 24c37666 (git): The test added in r34034 needs to run thousands of times.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34037 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:20 AM Revision f2fff83e (git): * load.c (load_lock): delete the loading barrier if it has been
- destroyed.
* thread.c (rb_barrier_wait): return nil for recursive lock
instead of false, to distinguish it from des... -
12:41 AM Bug #5688: Solaris10 で spawn を繰り返すとメモリリークする
- コミット権を頂いたので担当を変更します。
-
12:28 AM Revision aa432d23 (git): FreeBSD 9.0 RC3 is now released.
- See also r33677, r33967, and r33973.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34035 b2dd03c8-39d4-4d8f-98ff... -
12:23 AM Revision 8cec0d56 (git): Add test for [Bug #5343] [ruby-core:39634]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34034 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:01 AM Bug #5614 (Closed): Proc#source_location & #inspect shows wrong line number when chained
- This issue was solved with changeset r34031.
TzeYang, thank you for reporting this issue.
Your contribution to Ruby i...
12/13/2011
-
05:23 PM Bug #5714: Unexpected error of STDIN#read with non-ascii input on Windows XP
- Hello,
In message "[ruby-core:41628] [ruby-trunk - Bug #5714] Unexpected error of STDIN#read with non-ascii inp... -
04:44 PM Bug #5714: Unexpected error of STDIN#read with non-ascii input on Windows XP
- > Hiroshi and Heesob, do you guys think can solve this without reverting
> the changes of #5562?
>
It's diff... -
12:23 AM Bug #5714: Unexpected error of STDIN#read with non-ascii input on Windows XP
- On Sun, Dec 11, 2011 at 11:42 PM, U.Nakamura <[email protected]> wrote:
> Hello,
>
> In message "[ruby-core:4... -
04:33 PM Revision 8e9ab339 (git): * thread_pthread.c (rb_thread_create_timer_thread): fix memory
- leak. [ruby-dev:44904] [Bug #5688]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34033 b2dd03c8-39d4-4d8f-98ff... -
04:13 PM Bug #5754 (Closed): Double require bug in 1.9.3
- This issue was solved with changeset r34027.
Evan, thank you for reporting this issue.
Your contribution to Ruby is g... -
07:58 AM Bug #5754: Double require bug in 1.9.3
- I missed pruning out one bit from rubyspec so I've fixed it and put the code into a gist: https://gist.github.com/146...
-
07:54 AM Bug #5754 (Closed): Double require bug in 1.9.3
- There appears a bug in the handling of concurrent requires of the same file. If a thread (t2) is waiting for another ...
-
04:11 PM Bug #5756 (Feedback): crashs when Twitter.update_with_media with rails
- * please upload full of log; your uploaded "crashog.txt" seems partial.
* "ruby -v" is not output of `ruby -v`; plea... -
03:55 PM Bug #5756 (Rejected): crashs when Twitter.update_with_media with rails
- I'm using the Ruby 1.9.3dev and Ruby on Rails 3.1.3
When I use twitter gem and call 'Twitter.update_with_media', the... - 03:01 PM Revision 07e447fb (git): * 2011-12-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34032 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:01 PM Revision d62f56b0 (git): * parse.y (primary): point method name line. [ruby-core:40936]
- [Bug #5614]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34031 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:56 PM Revision 3dd1e6a9 (git): * ChangeLog: add ML/ticket links to r34028 entry. [ruby-core:41612] [Bug #5755]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:51 PM Revision 3cf0a6e3 (git): * ChangeLog: fix a typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34029 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:50 PM Revision d61d9d5e (git): * error.c (name_err_mesg_to_str): clear rb_thread_t::errinfo when
- ignore exception under rb_protect().
* test/ruby/test_exception.rb (test_exception_in_name_error_to_str):
add a co... -
12:23 PM Bug #5737: WEBrick doesn't support keep alive connections for 204 and 304 responses
- On Tue, Dec 13, 2011 at 10:35:16AM +0900, Hiroshi Nakamura wrote:
>
> Issue #5737 has been updated by Hiroshi Nak... -
10:35 AM Bug #5737 (Open): WEBrick doesn't support keep alive connections for 204 and 304 responses
- Sorry for not responding.
As a maintainer, I'll review the patch later. I don't understand now, the rationale why... -
07:20 AM Bug #5737 (Closed): WEBrick doesn't support keep alive connections for 204 and 304 responses
- Applied this in r34023
-
11:04 AM Bug #5681 (Closed): Conflcting types for rb_w32_inet_ntop caused by duplicate definition under MinGW
- Oops, disregard, I had dirty files.
-
10:58 AM Bug #5681 (Open): Conflcting types for rb_w32_inet_ntop caused by duplicate definition under MinGW
- =begin
r33919 broke the socket extension on OS X:
have_func: checking for inet_ntop(0, (const void *)0, (char *... -
07:13 AM Revision ab6c8910 (git): * load.c (load_unlock): all threads requiring one file should
- share same loading barrier, so it must be kept alive while those
are waiting on it. [ruby-core:41618] [Bug #5754]
... -
07:12 AM Revision ddc15717 (git): property.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34026 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:50 AM Bug #5730 (Closed): Optinal block parameters assigns wrong
- This issue was solved with changeset r34020.
Yukihiro, thank you for reporting this issue.
Your contribution to Ruby ... -
05:12 AM Bug #5752 (Closed): Array#delete_if side effects due to changeset r32360
- It seems that the changeset r32360 introduced another side effect. Here are two IRB sessions, one in ruby-1.9.2-p136 ...
-
04:33 AM Revision 5e12ce3c (git): * ChangeLog: style fix.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34025 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:01 AM Bug #5751 (Rejected): functions unable to handle hashes containing spaces unless wrapped in parenthesis
- A brace after method invocation is parsed as a block.
-
01:58 AM Bug #5751 (Rejected): functions unable to handle hashes containing spaces unless wrapped in parenthesis
- puts { :a => :b}
SyntaxError: (irb):23: syntax error, unexpected tASSOC, expecting '}'
puts { :a => :b}
puts ... -
12:54 AM Feature #5749: new method String#match_all needed
- If memory serves Facets has #mscan method.
-
12:14 AM Bug #5750 (Open): Thread.current local-variables behavior
- Sorry, I was stupid. Indeed the documatation has room for improvement.
If I recall correctly, akira tanaka suggeste...
Also available in: Atom