Project

General

Profile

Activity

From 01/23/2012 to 01/29/2012

01/29/2012

06:53 PM Bug #5940: Resolve conflict between inheritance and mixins
What you want is a feature planned for Ruby 2.0 called Module#prepend (as compared to Module#include).

Konstantin

On Jan 28, 2012, at 00:53 , Mario Lanza wrote:

>
> Issue #5940 has been reported by Mario Lanza.
>
> -------...
rkh (Konstantin Haase)
02:24 PM Revision 19718978 (git): Skip test if locale is not Japanese nor UTF-8.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34394 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
01:50 PM Revision b8015415 (git): Updated these files to detect AIX 7.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34393 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Yutaka Kanemoto
10:48 AM Feature #5896: object representation in rb_enc_vsprintf()
警告については、gccの拡張ですしPRINTF_ARGSを諦めるのどうですか?
拡張した時点でprintf書式に合わないのはしようがないと思います。
tarui (Masaya Tarui)
03:18 AM Revision d5258cbe (git): * 2012-01-29
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34392 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:18 AM Revision f3dabace (git): * ext/readline/readline.c (readline_attempted_completion_function):
respect encodings. [Bug #5941]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34391 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
12:36 AM Bug #5831 (Rejected): URI.extract not properly extracting URIs with trailing slash followed by single quote
Sorry for late reply.
As deshi says, that's not a bug, it's a feature.
naruse (Yui NARUSE)

01/28/2012

08:53 PM Bug #5940: Resolve conflict between inheritance and mixins
On 28.01.2012, at 01:53, Mario Lanza wrote:
>
> Some in the Ruby community (like Chad Fowler) have noticed issues around how Ruby attempts to transverse a method's pipeline up the inheritance chain. When you inherit a class from ano...
rue (Eero Saynatkari)
08:53 AM Bug #5940 (Closed): Resolve conflict between inheritance and mixins
Some in the Ruby community (like Chad Fowler) have noticed issues around how Ruby attempts to transverse a method's pipeline up the inheritance chain. When you inherit a class from another class and then add a mixin, the mixin is not ab... mlanza (Mario Lanza)
08:12 PM Bug #5933: thin と Rack::FiberPool で SEGV が発生
ruby 1.9.3p28 (2012-01-28 revision 34386) [x86_64-darwin11.2.0] で試したところ、再現しません。
trunk では rails-3.2.0 が動かなかったので試すことが出来ませんでした。
hsbt (Hiroshi SHIBATA)
09:51 AM Bug #5812 (Closed): test-all is stuck on Windows
This issue was solved with changeset r34387.
Usaku, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* test/zlib/test_zlib.rb (TestZlibGzipReader#test_reader_wrap): ...
Anonymous
05:53 AM Bug #5938 (Closed): irb crashes on 2nd level tab complete if Module#name returns regexp
This issue was solved with changeset r34384.
foo, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* lib/irb/completion.rb (IRB::InputCompletor::CompletionProc):
i...
nobu (Nobuyoshi Nakada)
12:51 AM Revision a65f6649 (git): * win32/win32.c (rb_w32_read): fix an issue that $stdin.read doesn't
terminate by CTRL-C on Windows.
[ruby-dev:45149] [Bug #5812]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34390 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
h.shirosaki (Hiroshi Shirosaki)
12:51 AM Revision bb659206 (git): * test/ruby/test_thread.rb
(TestThreadGroup#test_thread_timer_and_interrupt): skip exit status
assertion because we cannot get signal status on Windows.
* win32/win32.c (CreateChild): create process group to receive the
signal by GenerateConsoleCtrlEvent().
...
h.shirosaki (Hiroshi Shirosaki)
12:51 AM Revision 494fd237 (git): * thread_win32.c (rb_w32_wait_events_blocking): use
ruby_thread_from_native() instead of GET_THREAD() because
GET_THREAD() doesn't always return the current thread and
WaitForMultipleObjects() at rb_w32_read() doesn't return by
Thread#kill. This fixes TestQueue#test_thr_kill failure...
h.shirosaki (Hiroshi Shirosaki)
12:51 AM Revision 11de7c03 (git): * test/zlib/test_zlib.rb (TestZlibGzipReader#test_reader_wrap): set
binmode explicitly for fixing test error on Windows. This is consistent
with r34243.
[ruby-dev:45149] [Bug #5812]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34387 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
h.shirosaki (Hiroshi Shirosaki)

01/27/2012

11:48 PM Bug #5831: URI.extract not properly extracting URIs with trailing slash followed by single quote
I have reading lib/uri/common.rb, I found the URI.extract's behavior is split url with whitespace. so i think you report is not bug. here is clue,please have a look.
# Constructs the default Hash of Regexp's ...
xds2000 (deshi xiao)
09:21 PM Bug #5939 (Rejected): ActiveSupport::Callbacks で SEGV
1.9.2p290, Rails-3.2.1 の環境で SEGV が発生しました。
/Users/hsbt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/callbacks.rb:352: [BUG] Segmentation fault
https://gist.github.com/1688507
hsbt (Hiroshi SHIBATA)
08:53 PM Revision a16b7828 (git): * 2012-01-28
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:53 PM Revision 8f655293 (git): * 2012-01-28
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34385 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:53 PM Revision 4201e2b3 (git): * lib/irb/completion.rb (IRB::InputCompletor::CompletionProc):
ignore non-string name modules. [ruby-core:42244][Bug #5938]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34384 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
08:53 PM Revision ef72bdf2 (git): * lib/irb/completion.rb (IRB::InputCompletor::CompletionProc):
ignore non-string name modules. [ruby-core:42244][Bug #5938]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34384 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
05:29 PM Bug #5938 (Closed): irb crashes on 2nd level tab complete if Module#name returns regexp
>ruby -v
ruby 1.9.3p0 (2011-10-30 revision 33570) [i686-linux]
Copy this into irb and press tab :)
module Foo
def self.name
/foo/
end
end
[1].first.
In irb/completion.rb line 177:
name = m.name (wh...
eagspoo (foo bar)
02:22 PM Bug #5901: OpenBSD "[FATAL] failed to allocate memory"
Hi.
I make the following patch. Is it acceptable?
diff --git a/configure.in b/configure.in
index 085dfcf..f41ef3b 100644
--- a/configure.in
+++ b/configure.in
@@ -1292,6 +1292,13 @@ main() {
CFLAGS="$save_CFLAGS"])
AC_DEFIN...
authorNari (Narihiro Nakamura)
08:13 AM Bug #5901: OpenBSD "[FATAL] failed to allocate memory"
Motohiro KOSAKI wrote:
> You don't have to edit gc.c. Instead, please make a workaround in configure.in. We only need aligned alloc, and don't exactly need posix_memalign.
Even if configure.in would check that posix_memalign is broke...
kernigh (George Koehler)
11:17 AM Bug #5812: test-all is stuck on Windows
すばらしい!
commitしてください。
usa (Usaku NAKAMURA)
08:04 AM Feature #5937: Zlib::Inflate#add_dictionary to pre-supply dictionaries for inflate streams
Oops, forgot patch drbrain (Eric Hodel)
07:59 AM Feature #5937 (Closed): Zlib::Inflate#add_dictionary to pre-supply dictionaries for inflate streams
The attached patch allows Zlib::Inflate users to supply dictionaries ahead of time in order to avoid handling the Zlib::NeedDict exception.
Multiple dictionaries may be provided. Zlib::Inflate will choose a matching dictionary based ...
drbrain (Eric Hodel)
07:35 AM Revision 0c5cfb68 (git): * common.mk (test-ruby): pass TESTS for options.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34383 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:31 AM Revision c940d3fa (git): * 2012-01-27
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34382 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:31 AM Revision a92dd46d (git): * gc.c (HEAP_ALIGN, HEAP_ALIGN_MASK): DRY, let compiler calculate
from HEAP_ALIGN_LOG.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34381 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)

01/26/2012

10:29 PM Bug #5933 (Closed): thin と Rack::FiberPool で SEGV が発生
1.9.2p290, Rails-3.2.0, thin-1.3.1 に Rack::FiberPool ( https://github.com/mperham/rack-fiber_pool )を組み合わせると必ず SEGV します。
https://gist.github.com/1682598
hsbt (Hiroshi SHIBATA)
10:25 PM Bug #5932 (Rejected): gc_mark_children で SEGV が発生
1.9.2p290, Rails-3.2.0 の環境で RSpec を実行している途中に GC 周りで SEGV したので報告します。
https://gist.github.com/1682615
同じ箇所を再度実行しても再現しなかったため、最小のテストケースまでは絞り込めていません。
hsbt (Hiroshi SHIBATA)
07:17 PM Bug #5931 (Rejected): Random SEGV during execution on YARD specs
Hello, I experience random segfauls when running YARD 0.7.4 test suite. Note that the Ruby was build using GCC 4.7. You can find the logs either here:
http://koji.fedoraproject.org/koji/getfile?taskID=3734043&name=build.log
http://ko...
vo.x (Vit Ondruch)
02:36 PM Bug #5930: source_location of blocks incorrect
I've verified this behaviour under the following versions:
works: ruby 1.9.1p243 (2009-07-16 revision 24175) [i386-darwin10.4.0]
fails: ruby 1.9.2p136 (2010-12-25 revision 30365) [x86_64-darwin10.4.0]
fails: ruby 2.0.0dev (2012-01-26 tr...
charlton (Charlton Wang)
02:15 PM Bug #5930 (Closed): source_location of blocks incorrect
Similar to bug #2427 but maybe the opposite problem. Newer versions of ruby appear to store the source locations of blocks incorrectly when passed as an argument to a multi-line invocation of a function. Snippet of code below reveals the... charlton (Charlton Wang)
11:59 AM Bug #5929 (Closed): Zlib::Inflate#set_dictionary does not work with short input
=begin
If a deflate stream requires a dictionary and the block of data is short it is impossible to decompress the data without modifying the returned bytes. Upon receiving a Zlib::NeedDict exception the documentation for Zlib::Inflate...
drbrain (Eric Hodel)
07:10 AM Revision 087b9f94 (git): * 2012-01-26
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@34380 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:10 AM Revision 05a579c9 (git): Forward port r34151 from ruby_1_8_7.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@34379 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Akinori MUSHA
03:32 AM Feature #5856: Feature: Raise any object
One can rescue Exception (or Object); this also rescues SystemExit, Interrupt, etc. There is plenty of code out there that rescues Exception but does not rethrow SystemExit and Interrupt; it's a common design mistake. IMO, SystemExit i... kstephens (Kurt Stephens)
03:04 AM Revision 68bf801c (git): * lib/matrix.rb: Clean up extra whitespace in output documentation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34378 b2dd03c8-39d4-4d8f-98ff-823fe69b080e drbrain (Eric Hodel)

01/25/2012

06:24 PM Revision 16249968 (git): * 2012-01-26
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34377 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:24 PM Revision 8335ce70 (git): * ext/io/console/console.c (io_getch): default delegating method
for StringIO. https://github.com/nobu/io-console/issues/4
* ext/stringio/stringio.c: moved some methods to hidden modules.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
11:32 AM Bug #5919 (Closed): File singleton methods (expand_path, realpath, dirname, basename, extname) should respect encodings
This issue was solved with changeset r34372.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* file.c (rb_enc_path_next, rb_enc_path_skip_prefix)
(rb_e...
nobu (Nobuyoshi Nakada)
04:27 AM Revision 97f0b0f5 (git): * file.c (rb_file_s_basename): ignore non-ascii extension in
different encoding, which cannot match.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34375 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
02:40 AM Revision b094ab09 (git): * file.c (rmext): no extension to strip if empty string.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34374 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:32 AM Revision a2905fb2 (git): * 2012-01-25
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34373 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:32 AM Revision ed469831 (git): * file.c (rb_enc_path_next, rb_enc_path_skip_prefix)
(rb_enc_path_last_separator, rb_enc_path_end)
(ruby_enc_find_basename, ruby_enc_find_extname): encoding-aware
path handling functions.
* file.c (rb_home_dir, file_expand_path, rb_realpath_internal)
(rb_file_s_basename, rb_file_dirn...
nobu (Nobuyoshi Nakada)

01/24/2012

02:20 PM Feature #5895 (Closed): rb_iter_break_value
This issue was solved with changeset r34369.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* vm.c (rb_iter_break_value): new function to break a block ...
nobu (Nobuyoshi Nakada)
12:10 PM Feature #5895 (Assigned): rb_iter_break_value
Please check in. matz (Yukihiro Matsumoto)
12:36 PM Feature #3131: add Kernel#Hash() method like Kernel#Array()
I accept this patch for trunk, except that Hash(nil) should return an empty hash, not nil.
Matz.
matz (Yukihiro Matsumoto)
12:28 PM Bug #5540 (Rejected): Final comma in argument list before block causes syntax error
Syntax error is intentional. It was caused by a 1.9.2 bug.
Matz.
matz (Yukihiro Matsumoto)
12:13 PM Feature #5861 (Rejected): String#version_compare
Stringクラスのメソッドにする必然性はないように思います。バージョン的比較というのはそこまで一般的ではないような。
不満があれば、理由を添えて再オープンしてください。
Matz.
matz (Yukihiro Matsumoto)
11:52 AM Bug #5925 (Closed): Lazy initialization is not thread safe.
This issue was solved with changeset r34364.
Xuân, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* lib/uri/common.rb (URI.encode_www_form_component): initialize o...
naruse (Yui NARUSE)
10:53 AM Bug #5925: Lazy initialization is not thread safe.
On Tue, Jan 24, 2012 at 10:06:21AM +0900, Hiroshi Nakamura wrote:
>
> Issue #5925 has been updated by Hiroshi Nakamura.
>
>
> =begin
> I think the author expected that Hash#replace is thread-safe, and it surely is in CRuby. (se...
Anonymous
10:06 AM Bug #5925: Lazy initialization is not thread safe.
=begin
I think the author expected that Hash#replace is thread-safe, and it surely is in CRuby. (see rescue for double freeze)
TBLENCWWWCOMP_ = {} # :nodoc:
...
def self.encode_www_form_component(str)
if TBLENCWWWCOMP_.e...
nahi (Hiroshi Nakamura)
05:39 AM Bug #5925 (Closed): Lazy initialization is not thread safe.
Change http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/uri/common.rb?r1=26887&r2=26888& introduced lazy initialization of URI::TBLENCWWWCOMP_ . However, lazy initialization is not threadsafe. Specifically, http://svn.ruby-lang.org/... xbaldauf (Xuân Baldauf)
07:21 AM Revision abd135d3 (git): * object.c (rb_Hash): fix mixed declaration and code.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34371 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:28 AM Revision e187c4ca (git): * README.EXT, README.EXT.ja: rb_iter_break() and rb_iter_break_value().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34370 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:20 AM Revision 04726dd7 (git): * vm.c (rb_iter_break_value): new function to break a block with
the value. [ruby-dev:45132] [Feature #5895]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34369 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
04:29 AM Revision d03199b6 (git): * object.c (rb_Hash): trivial optimization.
* test/ruby/test_object.rb (TestObject#test_convert_hash): fix
arguments order.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34368 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
04:02 AM Revision 498838c6 (git): * object.c (rb_Hash): add Kernel#Hash conversion method like
Array() or Float(). a patch from Run Paint Run Run. Fix #3131
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34367 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
matz (Yukihiro Matsumoto)
04:00 AM Revision ac2683c8 (git): Additional test for r34358.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34366 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
02:52 AM Revision b9e48061 (git): * 2012-01-24
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34365 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:52 AM Revision edb7cdf1 (git): * lib/uri/common.rb (URI.encode_www_form_component): initialize on
requiring to support JRuby, which runs parallel multithreads.
[ruby-core:42222] [Bug #5925]
* lib/uri/common.rb (URI.decode_www_form_component): initialize on
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34364 b2dd03c8-39d4-4d8f...
naruse (Yui NARUSE)

01/23/2012

05:12 PM Bug #5840 (Closed): URI::MailTo.build - 2 of 3 examples fail on 1.9.2/1.93
This issue was solved with changeset r34360.
Tony, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* lib/uri/mailto.rb (URI::MailTo.build): follow Array#to_s change...
naruse (Yui NARUSE)
04:56 PM Bug #5918 (Closed): IO.new accepts some conflicting binmode specifiers
This issue was solved with changeset r34359.
John, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* io.c (extract_binmode): raise an exception if binmode/textmode
...
naruse (Yui NARUSE)
04:56 PM Bug #5917 (Closed): IO with :binmode => true should use binary encoding
This issue was solved with changeset r34358.
John, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* io.c (rb_io_extract_modeenc): set ASCII-8BIT if binmode is spec...
naruse (Yui NARUSE)
03:53 PM Feature #5789 (Closed): Optimize st_table
Merged in r34309-r34314 naruse (Yui NARUSE)
03:33 PM Feature #5899 (Assigned): chaining comparsions.
naruse (Yui NARUSE)
03:30 PM Bug #5901 (Assigned): OpenBSD "[FATAL] failed to allocate memory"
naruse (Yui NARUSE)
03:29 PM Bug #5915 (Assigned): Array#join with explicit nil should not use $,
Marc, thank you for clarification.
Marc-Andre Lafortune wrote:
> As Yui points out, the documentation doesn't state *explicitly* how `nil` is treated.
Yes.
> ...
Yes, there is this option.
People must show the reason against ...
naruse (Yui NARUSE)
12:25 PM Revision e1fbcc4c (git): ChangeLog added.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34363 b2dd03c8-39d4-4d8f-98ff-823fe69b080e shyouhei (Shyouhei Urabe)
12:25 PM Revision 5de2c3c2 (git): Writing entire packet at once to avoid incomplete transmission
Signed-off-by: URABE, Shyouhei <shyouhei@ruby-lang.org>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34362 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
shyouhei (Shyouhei Urabe)
11:47 AM Bug #5812: test-all is stuck on Windows
Windowsのtest-allのパッチを作ってみました。検討をお願いします。
* TestThreadGroup#test_thread_timer_and_interrupt
GenerateConsoleCtrlEventのCTRL_C_EVENTで0でないprocess groupを指定した場合は、CTRL+C signalは無視されるようです。
http://msdn.microsoft.com/en-us/library/windows/des...
h.shirosaki (Hiroshi Shirosaki)
10:09 AM Bug #5924 (Closed): CGI::escape と CGI::unescape がエンコーディングを保存する事のテスト
やりました。
また、ChangeLog に issue 番号を書き忘れたので、手動クローズです><
mrkn (Kenta Murata)
09:44 AM Bug #5924: CGI::escape と CGI::unescape がエンコーディングを保存する事のテスト
ありがとうございます。
コミットお願いします。
xibbar (Takeyuki FUJIOKA)
08:51 AM Bug #5924 (Closed): CGI::escape と CGI::unescape がエンコーディングを保存する事のテスト
CGI::escape と CGI::unescape がエンコーディングを保存するのは仕様だと思うので、
https://gist.github.com/1659425 このようなテストを追加しようと思っています。
よろしいですか?
mrkn (Kenta Murata)
09:19 AM Revision 3c0ebab6 (git): merge revision(s) r34350:
* encoding.c (rb_enc_compatible): fix segv on symbols.
[ruby-core:42204] [Bug #5921]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34361 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
08:12 AM Revision 44d72332 (git): * lib/uri/mailto.rb (URI::MailTo.build): follow Array#to_s change of
Ruby 1.9; use Array#join. [Bug #5840]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34360 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
07:56 AM Revision aa5b65b2 (git): * io.c (extract_binmode): raise an exception if binmode/textmode
is specified with both vmode and opthash.
[ruby-core:42199] [Bug #5918]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34359 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
07:56 AM Revision e7d83904 (git): * io.c (rb_io_extract_modeenc): set ASCII-8BIT if binmode is specified
with opthash. [ruby-core:42197] [Bug #5917]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34358 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
02:19 AM Bug #5923 (Closed): YAML serialization of binary string broken with psych engine
marcandre (Marc-Andre Lafortune)
12:29 AM Bug #5923: YAML serialization of binary string broken with psych engine
My apologies, this issue has been fixed in 1.9.3-head. Awaiting a release! nwitmer (Nathan Witmer)
12:14 AM Bug #5923 (Closed): YAML serialization of binary string broken with psych engine
Using the psych engine in 1.9.3, some binary strings cannot be serialized. Instead, they result in a runtime error:
/Users/nathan/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/psych/visitors/emitter.rb:24:in `scalar': expected SCALAR, ...
nwitmer (Nathan Witmer)
01:09 AM Revision 4c9968c9 (git): * test/cgi/test_cgi_util.rb (test_cgi_escape_preserve_encoding):
add a test for CGI::escape to preserve encoding.
* test/cgi/test_cgi_util.rb (test_cgi_unescape_preserve_encoding):
add a test for CGI::unescape to preserve encoding.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34357 b2dd03c8-3...
Kenta Murata
 

Also available in: Atom