Project

General

Profile

Activity

From 01/17/2012 to 01/23/2012

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 g...
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 g...
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 g...
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 sta...
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 <[email protected]>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34362 b2dd...
shyouhei (Shyouhei Urabe)
11:47 AM Bug #5812: test-all is stuck on Windows
Windowsのtest-allのパッチを作ってみました。検討をお願いします。
* TestThreadGroup#test_thread_timer_and_interrupt
GenerateConsoleCtrlEven...
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:...
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-98f...
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/rub...
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-4d...
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:
...
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):
...
Kenta Murata

01/22/2012

11:13 PM Feature #5820: Merge Onigmo to Ruby 2.0
Ken Takata wrote:
> Onigmo 5.13.0を公開しました。ONIG_SYNTAX_RUBYにて、/d で1.9仕様としています。
> tmp/ruby-2.0.xブランチも更新し、r34236もマージしてい...
naruse (Yui NARUSE)
03:56 PM Revision ca516aad (git): * 2012-01-23
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34356 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:56 PM Revision e21d7c12 (git): * misc/rdoc-mode.el (rdoc-imenu-create-index): Add imenu support
to rdoc-mode.
* misc/rdoc-mode.el (rdoc-mode): Fix regexp patterns containing
"\s " where CR/LF is not supposed to...
Akinori MUSHA
06:41 AM Revision bb19bcf9 (git): * parse.y (rb_intern3): split to registration check and new
registration.
* parse.y (rb_intern_str): make interned string shared with the
given string.
git-svn-id: svn+ssh:/...
nobu (Nobuyoshi Nakada)
06:23 AM Revision 2d87a5c1 (git): * 2012-01-22
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34353 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:23 AM Revision f1dc132b (git): * parse.y (rb_intern3, rb_intern_str): check the coderange first.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34352 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:24 AM Feature #5922: Migrate equal? to identical?
+1
One could also be even more descriptive: "same_object?"
peter_v (Peter Vandenabeele)
01:36 AM Feature #5922 (Rejected): Migrate equal? to identical?
From Ruby docs: "the equal? method should never be overridden by subclasses: it is used to determine object identity ... trans (Thomas Sawyer)
02:23 AM Bug #5916: Ruby crashes
On Sat, Jan 21, 2012 at 2:02 AM, Nobuyoshi Nakada <[email protected]>wrote:

>
> Issue #5916 has been updated...
peter_v (Peter Vandenabeele)
01:47 AM Bug #5915: Array#join with explicit nil should not use $,
I feel that both Yui and John are right.
As Yui points out, the documentation doesn't state *explicitly* how `nil`...
marcandre (Marc-Andre Lafortune)

01/21/2012

09:57 PM Bug #5921 (Closed): SEGV caused by Encoding.compatible? "abc", :abc
This issue was solved with changeset r34350.
Brian, thank you for reporting this issue.
Your contribution to Ruby is ...
naruse (Yui NARUSE)
04:21 PM Bug #5921: SEGV caused by Encoding.compatible? "abc", :abc
And this also causes a SEGV:
ruby -v -e 're = Regexp.new("\xff".force_encoding("binary")); p Encoding.compatible? ...
brixen (Brian Shirai)
03:33 PM Bug #5921: SEGV caused by Encoding.compatible? "abc", :abc
The following also causes a SEGV:
ruby -v -e 'sym = "\xff".force_encoding("binary").to_sym; p Encoding.compatible?...
brixen (Brian Shirai)
03:23 PM Bug #5921: SEGV caused by Encoding.compatible? "abc", :abc
It also SEGVs on trunk. brixen (Brian Shirai)
03:22 PM Bug #5921 (Closed): SEGV caused by Encoding.compatible? "abc", :abc
Calling Encoding.compatible? with a String and Symbol causes a SEGV.
Calling with two Symbols, a Symbol and Regexp...
brixen (Brian Shirai)
09:26 PM Bug #5920: Encoding.compatible? gives inconsistent results with String vs Encoding arguments
It is intended.
The original meaning of Encoding.compatible?(str1, str2) is the encoding of concatenated string.
...
naruse (Yui NARUSE)
01:45 PM Bug #5920 (Rejected): Encoding.compatible? gives inconsistent results with String vs Encoding arguments
Is this a bug? If I pass two strings that have the same encodings as the Encoding instances I pass directly, I get di... brixen (Brian Shirai)
08:53 PM Feature #5877: Poor performance of initial and final UTF-8 substrings
On 20/01/2012, at 1:08 PM, Motohiro KOSAKI wrote:
> Bug #5877: Poor performance of initial and final UTF-8 substrin...
cjheath (Clifford Heath)
01:55 PM Bug #5915: Array#join with explicit nil should not use $,
$, = nil
[1, 2, 3].join
$, = ","
[1, 2, 3].join(nil)
According to how #join is currently documented, these sh...
john_firebaugh (John Firebaugh)
01:53 PM Bug #5915: Array#join with explicit nil should not use $,
On Fri, Jan 20, 2012 at 8:19 PM, Yui NARUSE <[email protected]> wrote:
> nil is not "", so there is no such docume...
john_firebaugh (John Firebaugh)
01:18 PM Bug #5915: Array#join with explicit nil should not use $,
John Firebaugh wrote:
> The documentation for Array#join says that the default argument is $,. But:
>
> $, = ",...
naruse (Yui NARUSE)
03:26 AM Bug #5915 (Closed): Array#join with explicit nil should not use $,
=begin
The documentation for Array#join says that the default argument is $,. But:
$, = ","
[1,2,3].join(nil...
john_firebaugh (John Firebaugh)
01:21 PM Revision 86d4d104 (git): * include/ruby/ruby.h (FIXNUM_P): simple flag should be int.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34351 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:57 PM Revision b1428ace (git): * encoding.c (rb_enc_compatible): fix segv on symbols.
[ruby-core:42204] [Bug #5921]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34350 b2dd03c8-39d4-4d8f-98ff-823fe6...
naruse (Yui NARUSE)
12:04 PM Bug #5919 (Closed): File singleton methods (expand_path, realpath, dirname, basename, extname) should respect encodings
パス名を扱うFileの特異メソッドで引数のパスのエンコーディングが無視されています。 nobu (Nobuyoshi Nakada)
11:52 AM Feature #5820: Merge Onigmo to Ruby 2.0
Onigmo 5.13.0を公開しました。ONIG_SYNTAX_RUBYにて、/d で1.9仕様としています。
tmp/ruby-2.0.xブランチも更新し、r34236もマージしています。(masterブランチにはr34236を...
k_takata (Ken Takata)
10:57 AM Bug #5918 (Closed): IO.new accepts some conflicting binmode specifiers
=begin
Accepted: "wb" + :binmode => false
Accepted: "wt" + :textmode => false
These should not be accepted becau...
john_firebaugh (John Firebaugh)
10:02 AM Bug #5916 (Rejected): Ruby crashes
Markus Fenske wrote:
> /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/json-1.6.1/lib/json/common.rb:66: [BUG] unknown type...
nobu (Nobuyoshi Nakada)
06:43 AM Bug #5916 (Rejected): Ruby crashes
I tried to run a rails project. It chrashes. The bug is reproduceable (at least on my system).
Steps to reproduce:...
iblue (Markus Fenske)
08:03 AM Bug #5917 (Closed): IO with :binmode => true should use binary encoding
=begin
Binary mode sets the external encoding to binary when specified via the mode string, but not when specified b...
john_firebaugh (John Firebaugh)
02:43 AM Revision c8f98a75 (git): * 2012-01-21
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34349 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:43 AM Revision c3d6f8d7 (git): * dir.c (dir_chdir, check_dirname): get rid of optimization-out.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34348 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)

01/20/2012

09:48 PM Feature #5903: Optimize st_table (take 2)
I've updated pool_allocation patch to use more efficient pool algorithm.
No separate commit, I just rewrite branch.
funny_falcon (Yura Sokolov)
09:29 PM Bug #5914: Calling extend with an anonymous module requires use of parentheses
On Fri, Jan 20, 2012 at 08:52:08PM +0900, Юрий Соколов wrote:
> When you call without parentheses, then block `do` ...
Spakman (Mark Somerville)
08:53 PM Bug #5914: Calling extend with an anonymous module requires use of parentheses
When you call without parentheses, then block `do` is going to `extend`
method, but not `Module.new`

2012/1/2...
funny_falcon (Yura Sokolov)
07:58 PM Bug #5914 (Rejected): Calling extend with an anonymous module requires use of parentheses
=begin
Given Ruby 2.0.0dev, 1.9.3 or 1.8.7 and this code:
class Dude
def initialize
extend Module...
Spakman (Mark Somerville)
08:51 PM Bug #5913 (Closed): CGI.escape cannot escape a string with invalid byte sequence.
r34346 で修正しました。 mrkn (Kenta Murata)
07:38 PM Bug #5913: CGI.escape cannot escape a string with invalid byte sequence.
はい、お願いします。 xibbar (Takeyuki FUJIOKA)
05:44 PM Bug #5913: CGI.escape cannot escape a string with invalid byte sequence.
新しいパッチを作りました。
https://gist.github.com/1646162
これで問題なければ、コミットします。良いですか?
mrkn (Kenta Murata)
05:11 PM Bug #5913: CGI.escape cannot escape a string with invalid byte sequence.
バグじゃないかと思います。
パッチについては、String#valid_encoding? は文字列スキャンが走るので、
常時 ASCII-8BIT を設定して戻したほうがいいんじゃないかと思います。
naruse (Yui NARUSE)
04:58 PM Bug #5913 (Closed): CGI.escape cannot escape a string with invalid byte sequence.
不正なバイト列を持つ文字列を CGI.escape に渡すと ArgumentError が起きます。
$ .prefix/bin/ruby -rcgi -ve 'p CGI.escape("\xC0<<".force_enco...
mrkn (Kenta Murata)
05:02 PM Feature #5820: Merge Onigmo to Ruby 2.0
Ken Takata wrote:
> 私としては、せっかく (?au) を入れたので使えないのはもったいないなと思います。Perlの他にはPythonでも /u 相当が使えることですし需要はあるでしょう。
> /u がぶつかる問...
naruse (Yui NARUSE)
03:07 PM Bug #5912 (Closed): Interpreter crashes when trying to invoke implicit block via Binding#eval
Here's how to reproduce the problem:
[1] pry(main)> def foo
[1] pry(main)* binding
[1] pry(main)* end
=> ni...
ryanlecompte (Ryan LeCompte)
02:56 PM Bug #5790 (Closed): net/http の EOFError と Keep-Alive
This issue was solved with changeset r34341.
Yui, thank you for reporting this issue.
Your contribution to Ruby is gr...
naruse (Yui NARUSE)
02:56 PM Bug #5813 (Closed): net/http's EOFError and Keep-Alive
This issue was solved with changeset r34341.
Yui, thank you for reporting this issue.
Your contribution to Ruby is gr...
naruse (Yui NARUSE)
11:51 AM Revision 338a3073 (git): * ChangeLog: insert redmine's issue number for the previous commit
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34347 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Kenta Murata
11:48 AM Revision ce8d368b (git): * lib/cgi/util.rb (CGI.escape): support a string with invalid byte
sequence.
* test/cgi/test_cgi_util.rb
(test_cgi_escape_with_invalid_byte_sequence): test for the above
change.
...
Kenta Murata
11:08 AM Feature #5877: Poor performance of initial and final UTF-8 substrings
You didn't write gist url. I haven't catch your point. kosaki (Motohiro KOSAKI)
10:24 AM Feature #5877 (Feedback): Poor performance of initial and final UTF-8 substrings
naruse (Yui NARUSE)
10:23 AM Bug #5884 (Rejected): Float::NAN and 0.0/0.0 is represented differently when packed with 'g'
naruse (Yui NARUSE)
08:39 AM Revision 587135e9 (git): * vm.c (vm_exec): remove workaround for LLVM because r34278 fixes it.
* vm_insnhelper.c (vm_call_cfunc): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34345 b2dd03c8-39d4-4d8f...
naruse (Yui NARUSE)
08:27 AM Revision 6c027618 (git): * 2012-01-20
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34344 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:27 AM Revision a903f89a (git): * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name): enabled the test too.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34343 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
08:27 AM Revision 2f56b9ab (git): * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name): enabled the test too.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34343 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:56 AM Revision d02b0d95 (git): * 2012-01-20
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34342 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:56 AM Revision bee7ccdd (git): * lib/net/http.rb (Net::HTTP#transport_request): retry a idempotent
request automatically. [ruby-dev:45030] [Bug #5790]
[ruby-core:41821] [Bug #5813]
* lib/net/http.rb (Net::HTTP#kee...
naruse (Yui NARUSE)
03:09 AM Bug #5906: CSV converter option fails in case of :date_time
I've added a failing test to confirm this. zzak (zzak _)

01/19/2012

01:34 PM Bug #5910 (Closed): [PATCH] docs: Kernel#require: add documentation about constants and globals within require'd source files
My first patch to Ruby!
Let me know if there's anything I'm missing, or where I can improve.
Thanks
Zak
zzak (zzak _)
11:25 AM Bug #5906 (Assigned): CSV converter option fails in case of :date_time
naruse (Yui NARUSE)
01:34 AM Bug #5906 (Rejected): CSV converter option fails in case of :date_time
The built-in converters of CSV with the name :date_time does not convert dates, nor does the :any converter steenslag (siep korteling)
07:14 AM Bug #5908 (Closed): Date.httpdate, rfc2822, and xmlschema mutate their arguments
tadf (tadayoshi funaba)
04:21 AM Bug #5908 (Closed): Date.httpdate, rfc2822, and xmlschema mutate their arguments
Date.httpdate, rfc2822, and xmlschema all mutate the string that is passed in.
I've attached a patch that fixes th...
tenderlovemaking (Aaron Patterson)
06:28 AM Revision 87daaf61 (git): * test/ruby/test_file_exhaustive.rb (test_expand_path): fix commit miss, removed surplus downcase.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34340 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:20 AM Revision d6c22be4 (git): * test/ruby/test_file_exhaustive.rb (test_expand_path): ignore case of paths on DOSISH platforms.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34339 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:01 AM Revision 81d3b071 (git): * test/ruby/test_file_exhaustive.rb (test_expand_path): add tests for absolute paths and drive letters. [ruby-core:42177]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)

01/18/2012

10:54 PM Revision 1d794b93 (git): ext/date/date_strptime.c: moved detector of leftover.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34337 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
10:13 PM Revision 6bada9cc (git): * 2012-01-19
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34336 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
10:13 PM Revision 49d65bc4 (git): ext/date/date_parse.c: [ruby-core:42173].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34335 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
07:14 PM Feature #5767: Cache expanded_load_path to reduce startup time
I removed messing with file.c.
Instead rb_get_load_path returns expanded paths when optimization is enabled.
I ha...
funny_falcon (Yura Sokolov)
04:35 PM Bug #5902: Array#join with an unused, infected separator may or may not infect the result
The tests are included in my previous patch. nobu (Nobuyoshi Nakada)
03:56 PM Bug #5902: Array#join with an unused, infected separator may or may not infect the result
A potential patch to address this problem is attached. CAUTION: This patch isn't tested yet! (I'm not in a place wher... duerst (Martin Dürst)
03:53 PM Bug #5902: Array#join with an unused, infected separator may or may not infect the result
Hi Matz,

On 2012/01/17 22:57, Yukihiro Matsumoto wrote:
>
> Issue #5902 has been updated by Yukihiro Matsum...
duerst (Martin Dürst)
02:38 PM Revision 0a99ea86 (git): * ChangeLog: fix typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34334 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nagachika (Tomoyuki Chikanaga)
09:12 AM Revision 10e85b7f (git): * misc/rdoc-mode.el (rdoc-mode): Add provide so that requiring
this library succeeds.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34333 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Akinori MUSHA
09:06 AM Revision d3b540cf (git): * ext/curses/curses.c (cWindow, cMouseEvent): made typed data.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34332 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:02 AM Revision 8c6e0d30 (git): Suppress warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34331 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
03:52 AM Revision 8cf05741 (git): * ext/psych/lib/psych/visitors/to_ruby.rb: Added support for loading
subclasses of String with ivars
* ext/psych/lib/psych/visitors/yaml_tree.rb: Added support for dumping
subclasses o...
tenderlovemaking (Aaron Patterson)
03:26 AM Feature #5904 (Rejected): Freezing true, false, nil, ordinals, symbols...
Elementary objects mentioned in the title can be frozen. This easter egg made me love #freeze method very much. I esp... Anonymous
01:44 AM Revision 99840a64 (git): * 2012-01-18
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34329 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:44 AM Revision ee3ebc2d (git): * ext/psych/lib/psych/visitors/to_ruby.rb: Added ability to load array
subclasses with ivars.
* ext/psych/lib/psych/visitors/yaml_tree.rb: Added ability to dump
array subclasses with iva...
tenderlovemaking (Aaron Patterson)

01/17/2012

11:37 PM Feature #5903 (Closed): Optimize st_table (take 2)
Given some of preparations to this patches already merged into ruby-trunk,
I suggest patches for improving st_table ...
funny_falcon (Yura Sokolov)
10:57 PM Bug #5902: Array#join with an unused, infected separator may or may not infect the result
In this case, tainted/untrusted string info is never used in the result. Why should it be tainted?
Matz.
matz (Yukihiro Matsumoto)
05:34 PM Bug #5902 (Assigned): Array#join with an unused, infected separator may or may not infect the result
Sounds reasonable. nobu (Nobuyoshi Nakada)
01:13 PM Bug #5902: Array#join with an unused, infected separator may or may not infect the result
To clarify, I would expect the result of the 1-element case to be untainted and trusted, since the separator was unused. john_firebaugh (John Firebaugh)
12:24 PM Bug #5902 (Closed): Array#join with an unused, infected separator may or may not infect the result
=begin
It's infected if the separator is unused because there is only one element, but not if there are zero element...
john_firebaugh (John Firebaugh)
02:20 PM Bug #5897 (Feedback): RubyからWinAPIのCreateProcessを使ったときに引数を間違えるとバグがでる
=begin
再現しません。
$ ruby -v -rWin32API -e "CreateProcess = Win32API.new('kernel32', 'CreateProcess', %w(ipiiiiiipp...
nobu (Nobuyoshi Nakada)
11:15 AM Bug #5901: OpenBSD "[FATAL] failed to allocate memory"
You don't have to edit gc.c. Instead, please make a workaround in configure.in. We only need aligned alloc, and don't... kosaki (Motohiro KOSAKI)
09:03 AM Bug #5901 (Closed): OpenBSD "[FATAL] failed to allocate memory"
=begin
Ruby trunk fails to build with OpenBSD. During the build, miniruby fails with message
[FATAL] failed to all...
kernigh (George Koehler)
08:18 AM Revision db949b4f (git): * configure.in (SPT_TYPE): enable as SPT_REUSEARGV on Darwin.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
08:18 AM Revision e58d77bd (git): * configure.in (SPT_TYPE): enable as SPT_REUSEARGV on Darwin.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
08:13 AM Revision 500e2e53 (git): * missing/setproctitle.c (ruby_init_setproctitle): changed prefix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34326 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
08:13 AM Revision b3e2baa3 (git): * missing/setproctitle.c (ruby_init_setproctitle): changed prefix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34326 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
08:10 AM Revision 1e4420ae (git): * 2012-01-17
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34325 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:10 AM Revision eec5d201 (git): * confiugre.in (setproctitle): removed dupcated checks.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34324 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
08:10 AM Revision 68832e1c (git): * confiugre.in (setproctitle): removed dupcated checks.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34324 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:09 AM Feature #5899: chaining comparsions.
What is a good way to do chained comparison in Ruby?
My best attempt, so far, is
```ruby
[1, 2, 3, 4].each_con...
kernigh (George Koehler)
06:54 AM Feature #5873: Adopt FFI over DL
On Sat, Jan 14, 2012 at 12:30:02PM +0900, KOSAKI Motohiro wrote:
> > To remove original DL completely, we have to b...
Anonymous
06:30 AM Bug #5900 (Rejected): RegExp – Newline and \Z Anchor
It is expected behavior.
See doc/re.rdoc:
* <tt>\Z</tt> - Matches end of string. If string ends with a newline,
...
naruse (Yui NARUSE)
02:54 AM Bug #5900 (Rejected): RegExp – Newline and \Z Anchor
/\Aaaa\Z/ =~ "aaa\n"
=> 0 #and should be nil
Same result in MRI 1.9.2.
skalee (Sebastian Skalacki)
03:32 AM Revision e87c0e65 (git): * gc.c (aligned_malloc, aligned_free): covered missing defined
operators and fixes for cygwin.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34323 b2dd03c8-39d4-4d8f-98ff-823...
nobu (Nobuyoshi Nakada)
02:40 AM Revision e8590143 (git): * st.c (add_packed_direct): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34322 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:54 AM Revision 270ac46a (git): * st.c (do_hash): it's the time to remove cast to unsigned int.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34321 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:17 AM Feature #5898: raise and Exception#initialize
How does adding #super help?
Maybe I've over explained (as I am wont to do) and I should just put it this way: It ...
trans (Thomas Sawyer)
 

Also available in: Atom