Project

General

Profile

Activity

From 07/09/2013 to 07/15/2013

07/15/2013

11:46 PM Feature #8638: Official Ruby FAQ
It sounds this should be on https://github.com/ruby/www.ruby-lang.org naruse (Yui NARUSE)
11:46 AM Feature #8638 (Closed): Official Ruby FAQ
Should we have one? And should it be hosted on ruby-lang.org.
https://bugs.ruby-lang.org/projects/ruby/wiki/Devel...
zzak (zzak _)
11:16 PM Revision f3a63c31 (git): * ext/bigdecimal/lib/bigdecimal/util.rb: [DOC] document top-level
classes from BigDecimal utils native extensions
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41991 b2dd03c8-39...
zzak (zzak _)
09:43 PM Feature #8631: Add a new method to ERB to allow assigning the local variables from a hash
You can see here how often people want to use a hash to render an ERB template:
https://github.com/search?q=erb+re...
rosenfeld (Rodrigo Rosenfeld Rosas)
09:39 PM Feature #8631: Add a new method to ERB to allow assigning the local variables from a hash
I didn't propose an API because I don't really care about the API as long as it allows us to provide a hash instead o... rosenfeld (Rodrigo Rosenfeld Rosas)
09:23 PM Feature #8636: Documentation hosting on ruby-lang.org
Definitely docs.ruby-lang.org for me between these three.

On 15 July 2013 04:38, zzak (Zachary Scott) <[email protected]...
Eregon (Benoit Daloze)
12:53 PM Feature #8636: Documentation hosting on ruby-lang.org
Another +1 for docs.ruby-lang.org. "rdoc" is the tool, not the product.
"ref" would be reference, but around Ruby...
duerst (Martin Dürst)
12:23 PM Feature #8636: Documentation hosting on ruby-lang.org
On Mon, Jul 15, 2013 at 11:38 AM, zzak (Zachary Scott) <[email protected]> wrote:
> I am partial to docs.ruby-lang.org, bu...
mrkn (Kenta Murata)
11:38 AM Feature #8636 (Closed): Documentation hosting on ruby-lang.org
We discussed whether RDoc documentation should be hosted on ruby-lang.org.
What domain should we use to host api d...
zzak (zzak _)
08:12 PM Feature #7688: Error hiding with rb_rescue() on Comparable#==, #coerce and others
I just got bitten by this problem and I agree there should not be any hidden rescue misleading you on what is really ... schmurfy (Julien A)
06:27 PM Revision 9893a389 (git): * 2013-07-16
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:27 PM Revision 4314d8c2 (git): * numeric.c: [DOC] improve rdoc formatting for parameters and links
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41989 b2dd03c8-39d4-4d8f-98ff-823fe69b080e zzak (zzak _)
06:26 PM Bug #8622: Tracepoint API: B_RETURN_EVENT not triggered when "return" used inside lambda
=begin
Notice that I am blaming "return" because this doesn't happen if "return" is not explicited.
TracePoin...
deivid (David Rodríguez)
01:48 PM Feature #8637: I18n documentation
zzak (Zachary Scott) wrote:
> @kou Will the original English documentation stay the same? As embedded rdoc in cruby ...
kou (Kouhei Sutou)
01:39 PM Feature #8637: I18n documentation
@kou Will the original English documentation stay the same? As embedded rdoc in cruby source? zzak (zzak _)
12:55 PM Feature #8637: I18n documentation
I will work on "RDoc API for i18n".
I will use the same approach what I did for YARD.
In the approach, gettext ...
kou (Kouhei Sutou)
11:43 AM Feature #8637 (Closed): I18n documentation
From the July 12 Developers Meeting:
Support for internationalized documentation was requested. RDoc needs a few
...
zzak (zzak _)
12:56 PM Revision a38f209a (git): Fix spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41988 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
05:42 AM Revision 46360975 (git): * include/ruby/intern.h (rb_big2str0): Deprecated.
* bignum.c (rb_big2str1): Renamed from rb_big2str0.
(rb_big2str0): Deprecated wrapper for rb_big2str1.
(rb_big2st...
akr (Akira Tanaka)
05:38 AM Bug #8507: Keyword splat does not convert arg to Hash
Thanks for weighing in. Given that nil is so prevalent in the language, I don't think we can ignore it.
Also, `**f...
stephencelis (Stephen Celis)
05:20 AM Revision d738fed4 (git): * struct.c (rb_struct_each_pair): use rb_yield_values(2, key, value)
instead of rb_yield(rb_assoc_new(key, value)) if rb_block_arity()
is greater than 1.
git-svn-id: svn+ssh://ci.ruby...
Glass_saga (Masaki Matsushita)
04:50 AM Revision 1a42f368 (git): * bignum.c: Add static assertions.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41985 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
04:38 AM Revision b9d29603 (git): * hash.c (rb_hash_each_pair): performance improvement by using
rb_block_arity().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41984 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Glass_saga (Masaki Matsushita)
04:26 AM Revision f344841e (git): * proc.c (rb_block_arity): create internal API rb_block_arity().
it return arity of given block.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41983 b2dd03c8-39d4-4d8f-98ff-823f...
Glass_saga (Masaki Matsushita)
04:21 AM Revision def83bff (git): * lib/prime.rb (Prime::EratosthenesGenerator,
Prime::EratosthenesSieve): New implementation by
robertjlooby <robertjlooby AT gmail.com>.
* test/test_prime.rb: u...
yugui (Yuki Sonoda)
02:33 AM Revision ceda8816 (git): * numeric.c (rb_cNumeric): [DOC] Added comment for Numeric to fix doc
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41981 b2dd03c8-39d4-4d8f-98ff-823fe69b080e zzak (zzak _)
02:26 AM Revision a5da8319 (git): * bignum.c (maxpow_in_bdigit_dbl): Useless #if removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41980 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:21 AM Bug #8634 (Closed): Segfault with sprintf of force_encoding('UTF-16LE') on Windows
This issue was solved with changeset r41967.
Heesob, thank you for reporting this issue.
Your contribution to Ruby is...
nobu (Nobuyoshi Nakada)
02:13 AM Revision b39b66f4 (git): * bignum.c (rb_big_coerce): [DOC] Add docs for Bignum#coerce
Based on patch by Juanito Fatas [Fixes GH-360]
https://github.com/ruby/ruby/pull/360
git-svn-id: svn+ssh://ci.rub...
zzak (zzak _)
02:11 AM Revision e068834b (git): bignum.c: suppress warnings
* bignum.c (big_shift2, rb_big_lshift, rb_big_rshift): cast explicitly
to suppress warnings.
git-svn-id: svn+ssh:/...
nobu (Nobuyoshi Nakada)
01:56 AM Revision 89d8d769 (git): * thread.c (mutex_sleep): [DOC] Awake thread will reacquire lock
By Tim Abdulla [Fixes GH-342] https://github.com/ruby/ruby/pull/342
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru...
zzak (zzak _)
01:49 AM Revision 150b2655 (git): * bignum.c (nlz16): Use __builtin_clz if possible.
(nlz32): Use __builtin_clz or __builtin_clzl if possible.
(nlz64): Use __builtin_clzl or __builtin_clzll if possibl...
akr (Akira Tanaka)
12:52 AM Revision 0e15aec6 (git): ChangeLog: fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41975 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:46 AM Revision 508669b6 (git): * bignum.c (power_cache_get_power): Use bitsize insteadof ceil_log2.
(ones): Removed.
(next_pow2): Removed.
(floor_log2): Removed.
(ceil_log2): Removed.
* configure.in (__builtin_...
akr (Akira Tanaka)

07/14/2013

11:59 PM Feature #8635 (Open): attr_accessor with default block
=begin
It's quite common to define attributes (like attr_reader, attr_accessor) with default values. It would be u...
judofyr (Magnus Holm)
05:47 PM Revision 5f208004 (git): localeinit.c: split
* localeinit.c (rb_locale_charmap, Init_enc_set_filesystem_encoding):
move from encoding.c.
* miniinit.c (rb_locale...
nobu (Nobuyoshi Nakada)
05:43 PM Revision 30486375 (git): signal.c: suppress a warning
* signal.c (ruby_signal): suppress unused-value warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41972 b2d...
nobu (Nobuyoshi Nakada)
05:40 PM Revision 460d8c11 (git): string.c: char length
* string.c (str_null_char): calculate char length. fix commit miss at
r41967.
git-svn-id: svn+ssh://ci.ruby-lang....
nobu (Nobuyoshi Nakada)
05:33 PM Revision a10591ac (git): encoding.c: NO_PRESERVED_ENCODING
* encoding.c (rb_enc_init): no longer needs NO_PRESERVED_ENCODING.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
nobu (Nobuyoshi Nakada)
05:32 PM Revision 0953efab (git): encoding.c: defer autoload
* encoding.c (enc_inspect): defer loading autoloaded encoding.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@419...
nobu (Nobuyoshi Nakada)
05:31 PM Revision 599076c4 (git): encoding.c: encoding check
* encoding.c (enc_check_encoding): use is_data_encoding() to check
type consistently.
* encoding.c (must_encoding):...
nobu (Nobuyoshi Nakada)
05:28 PM Feature #8631 (Assigned): Add a new method to ERB to allow assigning the local variables from a hash
Assigning to erb maintainer;
IMO, I recommend you to show example mock-code that uses your proposal, to show what ...
sorah (Sorah Fukumori)
05:21 PM Revision a7481aae (git): string.c: consider old terminator
* string.c (str_fill_term): consider old terminator length, and should
not use rb_enc_ascget since it depends on th...
nobu (Nobuyoshi Nakada)
05:21 PM Revision 6a7fd8cb (git): * 2013-07-15
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41966 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:21 PM Revision 2dc7d111 (git): encoding.c: encoding at inspect
* encoding.c (enc_inspect): use PRIsVALUE to preserve the result
encoding.
git-svn-id: svn+ssh://ci.ruby-lang.org/...
nobu (Nobuyoshi Nakada)
05:21 PM Revision f2dc5f15 (git): encoding.c: terminator in enc_set_index
* encoding.c (enc_set_index): deal with terminator so that
rb_enc_set_index also works.
git-svn-id: svn+ssh://ci.r...
nobu (Nobuyoshi Nakada)
04:32 PM Bug #8634 (Assigned): Segfault with sprintf of force_encoding('UTF-16LE') on Windows
fixing. nobu (Nobuyoshi Nakada)
11:35 AM Bug #8634 (Closed): Segfault with sprintf of force_encoding('UTF-16LE') on Windows
The revision r41937 raised segfault in test_m17n.rb
http://ci.rubyinstaller.org/job/ruby-trunk-x64-test-all/1590/c...
phasis68 (Heesob Park)
02:28 PM Revision 240f3056 (git): * configure.in: Check __builtin_popcountl, __builtin_bswap32 and
__builtin_bswap64.
* internal.h (swap32): Use the configure result for the condition to
use __builtin_bswap32.
(...
akr (Akira Tanaka)
01:24 PM Revision b0eacd02 (git): * bignum.c (bary_subb): Support xn < yn.
(bigsub_core): Removed.
(bigsub): Don't compare before subtraction. Just subtract and
get the two's complement i...
akr (Akira Tanaka)

07/13/2013

10:23 PM Bug #8630: Transcoding high-bit bytes from ASCII-8BIT to a text encoding should be :invalid, not :undef
2013/7/13 "Martin J. Dürst" <[email protected]>:

> That's one way to put it, but a better way is to say that...
akr (Akira Tanaka)
09:23 PM Bug #8630: Transcoding high-bit bytes from ASCII-8BIT to a text encoding should be :invalid, not :undef
Hello Charles,

On 2013/07/13 6:26, Tanaka Akira wrote:
> 2013/7/13 headius (Charles Nutter)<[email protected]...
duerst (Martin Dürst)
03:04 PM Bug #8630 (Rejected): Transcoding high-bit bytes from ASCII-8BIT to a text encoding should be :invalid, not :undef
nobu (Nobuyoshi Nakada)
06:29 AM Bug #8630: Transcoding high-bit bytes from ASCII-8BIT to a text encoding should be :invalid, not :undef
2013/7/13 headius (Charles Nutter) <[email protected]>:
> Bug #8630: Transcoding high-bit bytes from ASCII-8BIT t...
akr (Akira Tanaka)
04:01 AM Bug #8630 (Rejected): Transcoding high-bit bytes from ASCII-8BIT to a text encoding should be :invalid, not :undef
When transcoding from ASCII-8BIT (BINARY) to a text encoding (e.g. UTF-8), MRI will raise an error for high-bit bytes... headius (Charles Nutter)
06:05 PM Feature #8632 (Closed): Remove warnings for Refinements
Can I remove the following warning for Refinements?
$ ruby -ve 'module M; refine(Fixnum) {}; end'
ruby 2.1.0dev (...
shugo (Shugo Maeda)
03:38 PM Revision 651f762c (git): * bignum.c (DIGSPERLONG): Unused macro removed.
(DIGSPERLL): Ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41961 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
03:36 PM Revision 75a86e47 (git): * bignum.c (rb_big_aref): Less scan when the number is negative.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41960 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
03:19 PM Revision b9eeeac5 (git): * bignum.c (big_shift): Avoid signed integer overflow.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41959 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
03:18 PM Revision 896af106 (git): merge revision(s) 41915:
* sprintf.c: Fix typo patch by @hynkle [Fixes GH-357]
https://github.com/ruby/ruby/pull/357
git-svn-id: s...
nagachika (Tomoyuki Chikanaga)
03:17 PM Revision 0b92f561 (git): merge revision(s) 41906: [Backport #8620]
* man/ri.1: Incorrect use of .Dd macro [Bug #8620] by Tristan Hill
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/bran...
nagachika (Tomoyuki Chikanaga)
03:16 PM Revision 74c6e2af (git): * 2013-07-14
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41956 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:16 PM Revision f9029004 (git): * bignum.c (bary_mul_precheck): Use bary_small_lshift or
bary_mul_normal if xl is 1.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41955 b2dd03c8-39d4-4d8f-98ff-823fe6...
akr (Akira Tanaka)
03:16 PM Revision 1e122387 (git): merge revision(s) 41902:
* lib/logger.rb: Use :call-seq: for method signature rdoc
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby...
nagachika (Tomoyuki Chikanaga)
03:13 PM Revision 474d53f8 (git): merge revision(s) 41883,41885:
* test/net/http/test_http.rb (TestNetHTTP_v1_2#test_get,
TestNetHTTP_v1_2_chunked#test_get): shoudn't check...
nagachika (Tomoyuki Chikanaga)
02:52 PM Revision e931e27a (git): merge revision(s) 41077,41105: [Backport #8485] [Backport #8500] [Backport #8578]
* ext/date/date_core.c: fixed a bug [ruby-core:55295]. reported
by Riley Lynch.
* ext/date/date_c...
nagachika (Tomoyuki Chikanaga)
02:47 PM Revision ad22d67e (git): merge revision(s) 41871: [Backport #8608]
* ext/date/date_parse.c (date_zone_to_diff): [ruby-core:55831].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branche...
nagachika (Tomoyuki Chikanaga)
02:37 PM Revision 34b1d250 (git): merge revision(s) 41863:
Module extended doc by @PragTob [fixes GH-335]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@41950...
nagachika (Tomoyuki Chikanaga)
02:36 PM Revision ce75312a (git): merge revision(s) 41862:
fixup stying of `Json#generate` parameter docs by @daveworth [fixes GH-339]
git-svn-id: svn+ssh://ci.ruby-lang.org/r...
nagachika (Tomoyuki Chikanaga)
02:36 PM Revision 725da5a3 (git): merge revision(s) 41861:
Add a missing line for rb_str_equal of string.c by @JuanitoFatas [fixes GH-353]
git-svn-id: svn+ssh://ci.ruby-lang.o...
nagachika (Tomoyuki Chikanaga)
02:35 PM Revision 58f44c46 (git): merge revision(s) 41854,41867:
* object.c: Fix rdoc for Kernel#<=>. [Fix GH-352]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@4...
nagachika (Tomoyuki Chikanaga)
02:32 PM Revision 6e3563c2 (git): merge revision(s) 41853: [Backport #8633]
* lib/fileutils.rb (FileUtils#mode_to_s): Define mode_to_s() also
as singleton method, or FileUtils.chmod f...
nagachika (Tomoyuki Chikanaga)
02:27 PM Revision 26ade0f2 (git): merge revision(s) 41851:
* lib/fileutils.rb (FileUtils#chown, FileUtils#chown_R): If user
and group are both nil, print ":".
git-s...
nagachika (Tomoyuki Chikanaga)
02:25 PM Revision 57ec0834 (git): merge revision(s) 41839,41841:
* bignum.c (biglsh_bang): Fix bignum digits under-run.
* bignum.c (bigrsh_bang): Fix bignum digits overrun.
...
nagachika (Tomoyuki Chikanaga)
02:13 PM Revision e62660c9 (git): merge revision(s) 41815,41816: [Backport #8606]
* configure.in (RUBY_DTRACE_POSTPROCESS): dtrace version SUN D 1.11
introduces a check in the dtrace compil...
nagachika (Tomoyuki Chikanaga)
02:03 PM Revision de79b66f (git): * bignum.c (big_shift3): New function.
big_lshift and big_rshift are merged.
(big_shift2): New function.
(big_lshift): Use big_shift3.
(big_rshift): D...
akr (Akira Tanaka)
01:42 PM Revision 7c83af2d (git): merge revision(s) 41807:
* test/openssl/test_x509crl.rb: Remove unused variable.
[ruby-core:53501] [Bug #8114]
Thanks, Vip...
nagachika (Tomoyuki Chikanaga)
06:53 AM Revision 0001cf6b (git): * bignum.c (bary_small_lshift): Use size_t instead of long.
(bary_small_rshift): Ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41940 b2dd03c8-39d4-4d8f-98ff-823fe6...
akr (Akira Tanaka)
06:36 AM Revision e31c9896 (git): * bignum.c (bary_small_lshift): Functions moved to remove
declaration.
(bary_small_rshift): Ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41939 b2dd03c8-39d4-4...
akr (Akira Tanaka)
04:42 AM Feature #8631 (Closed): Add a new method to ERB to allow assigning the local variables from a hash
It would be interesting if ERB could allow a hash instead of a binding for processing the template.
We wouldn't ha...
rosenfeld (Rodrigo Rosenfeld Rosas)
03:28 AM Revision 245d964e (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41938 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:27 AM Revision 1ae7e6b6 (git): encoding.c: new termlen not oldtermlen
* encoding.c (rb_enc_associate_index): fill new terminator length, not
old one.
git-svn-id: svn+ssh://ci.ruby-lang...
nobu (Nobuyoshi Nakada)
03:24 AM Revision 771d31ac (git): ext/win32: move
* ext/win32: move from ext/dl and ext/fiddle. since ext/extmk.rb
builds extensions in alphabetical order, compiled...
nobu (Nobuyoshi Nakada)
03:19 AM Bug #8627: Socket.pack_sockaddr_in crashes ruby
Seems like this behaviour only happens while running irb
$ uname -a
Linux localhost 3.4.0-sabayon #1 SMP Wed Jul 18 2...
xinjin (Sujin Phil)
12:28 AM Revision 725bc0c8 (git): * bignum.c (biglsh_bang): Removed.
(bigrsh_bang): Ditto.
(bigmul1_toom3): Use bary_small_lshift and bary_small_rshift.
git-svn-id: svn+ssh://ci.rub...
akr (Akira Tanaka)
12:02 AM Feature #8629: Method#parameters should include the default value
I'm not sure if returning a proc instead of something else would be really an overhead... And the fact that it is a p... rosenfeld (Rodrigo Rosenfeld Rosas)

07/12/2013

11:53 PM Feature #8629: Method#parameters should include the default value
Hm, seems I missed that part. Having said that, I think Charles makes a
valid point in just returning something li...
yorickpeterse (Yorick Peterse)
11:23 PM Feature #8629: Method#parameters should include the default value
Yorick, I believe I used exactly your case in my first example, didn't I? In that case, Method#parameters wouldn't ev... rosenfeld (Rodrigo Rosenfeld Rosas)
10:41 PM Feature #8629: Method#parameters should include the default value
I could see this being valid if it were limited to showing literal types when the default value is a literal and some... headius (Charles Nutter)
10:23 PM Feature #8629: Method#parameters should include the default value
How would this take dynamic default values into account such as the
following?:

def some_method(time = T...
yorickpeterse (Yorick Peterse)
10:20 PM Feature #8629: Method#parameters should include the default value
This would avoid the need of hacks like this one: https://github.com/wycats/merb/blob/master/merb-action-args/lib/mer... rosenfeld (Rodrigo Rosenfeld Rosas)
10:16 PM Feature #8629 (Rejected): Method#parameters should include the default value
def a_method arg1=1, now = Time.now, arg2 = arg1 + 1
end
method(:a_method).parameters == [[:opt, :arg1], [:opt, :...
rosenfeld (Rodrigo Rosenfeld Rosas)
07:31 PM Bug #8182: XMLRPC request fails with "Wrong size. Was 31564, should be 1501"
naruse (Yui NARUSE) wrote:
> Maybe I misunderstood, why is the assertion is needed?
> I feel it should be simply re...
Eregon (Benoit Daloze)
07:25 PM Bug #8628: Parse error with method argument that is a Hash with a specific pattern
@nobu.
My apologies for this false alarm.
Thank you for pointing the grammatical ambiguity:
/=/ can be parsed as ...
dimitri-lo2u (Dimitri Geshef)
04:18 PM Bug #8628 (Rejected): Parse error with method argument that is a Hash with a specific pattern
`p /=/' is interpreted as `p /= /.../', an assignment to a variable `p'. nobu (Nobuyoshi Nakada)
03:55 PM Bug #8628: Parse error with method argument that is a Hash with a specific pattern
# Could also reproduce the problem with the regexp /,/
# In other words, this will also result in a parse error:
p ...
dimitri-lo2u (Dimitri Geshef)
03:38 PM Bug #8628: Parse error with method argument that is a Hash with a specific pattern
The error message when you run the snippet in attachment is:
snippet.rb:9: syntax error, unexpected tIDENTIFIER, exp...
dimitri-lo2u (Dimitri Geshef)
03:35 PM Bug #8628: Parse error with method argument that is a Hash with a specific pattern
First detected in ruby 1.9.3p374 (2013-01-15) [i386-mingw32] dimitri-lo2u (Dimitri Geshef)
03:33 PM Bug #8628 (Rejected): Parse error with method argument that is a Hash with a specific pattern
# The next two lines cause a parse error
p /=/ => 'works'
# /in comment/ => 'fails'
# The reported error is:
# ...
dimitri-lo2u (Dimitri Geshef)
06:53 PM Bug #8624: illegal hardware instruction in csv test
2013/7/12 nobu (Nobuyoshi Nakada) <[email protected]>:
>
> 手元のx86_64-linux環境では、illegal hardware instructionも再現せ...
akr (Akira Tanaka)
04:34 PM Bug #8624: illegal hardware instruction in csv test
手元のx86_64-linux環境では、illegal hardware instructionも再現せず、
valgrindも何も出さなず、x86_64-darwnでもvalgrindのエラーは出たものの
illegal har...
nobu (Nobuyoshi Nakada)
04:28 PM Bug #8624 (Closed): illegal hardware instruction in csv test
This issue was solved with changeset r41930.
Akira, thank you for reporting this issue.
Your contribution to Ruby is ...
nobu (Nobuyoshi Nakada)
04:05 PM Revision a82f8c78 (git): * 2013-07-13
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41934 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:05 PM Revision 5de05f57 (git): * lib/rubygems/psych_additions.rb: Ignore Psych docs here
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41933 b2dd03c8-39d4-4d8f-98ff-823fe69b080e zzak (zzak _)
04:01 PM Bug #8612: nil in ERB::Util.url_encode
seki leave to xibbar. xibbar (Takeyuki FUJIOKA)
03:24 PM Bug #7672: Segmentation faults with ibm_db gem on three versions of 1.9.3 on MacOS X and Ubuntu
I upgraded to ruby 193 p429 and still see the cfp consistency error....I am attaching the new trace file too....
T...
praveend (Praveen Devarao)
02:06 PM Bug #7672: Segmentation faults with ibm_db gem on three versions of 1.9.3 on MacOS X and Ubuntu
Hi,
I am now able to reproduce this issue on my system too, while running the Rails 4 test suite. I see that the e...
praveend (Praveen Devarao)
10:47 AM Bug #8627: Socket.pack_sockaddr_in crashes ruby
It seems that this issue occurs on Ubuntu 13.04 and already fixed on trunk with the revision r41215
phasis68 (Heesob Park)
08:53 AM Bug #8627: Socket.pack_sockaddr_in crashes ruby
"xinjin (Sujin Phil)" <[email protected]> wrote:
> (({
> 2.0.0p247 :001 > require 'socket'
> => true
> ...
normalperson (Eric Wong)
07:53 AM Bug #8627: Socket.pack_sockaddr_in crashes ruby
2013/7/12 xinjin (Sujin Phil) <[email protected]>:
> Bug #8627: Socket.pack_sockaddr_in crashes ruby
> https:...
akr (Akira Tanaka)
07:15 AM Bug #8627: Socket.pack_sockaddr_in crashes ruby
/home/developer/.rvm/rubies/ruby-2.0.0-p247/bin/irb:16:in `<main>'
/home/developer/.rvm/rubies/ruby-2.0.0-p247/lib/r...
xinjin (Sujin Phil)
07:10 AM Bug #8627 (Closed): Socket.pack_sockaddr_in crashes ruby
(({
2.0.0p247 :001 > require 'socket'
=> true
2.0.0p247 :002 > Socket.pack_sockaddr_in(500, "fdgfdgd")
(irb):2:...
xinjin (Sujin Phil)
10:34 AM Bug #8507: Keyword splat does not convert arg to Hash
So let's think about why we have `splat(*nil)`. Ordinarily you wouldn't write this code like that of course, but you ... mcmire (Elliot Winkler)
10:14 AM Feature #8614: Object#singleton_class with a block
I'm not sure I like this, but I do agree about the use case. What about adding a method `singleton_class_eval` instead? mcmire (Elliot Winkler)
09:11 AM Revision e9ce31bf (git): * ext/fiddle/win32/lib/win32/registry.rb
(Win32::Registry::API#make_wstr): same as r41922.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41932 b2dd03c8-...
U.Nakamura
07:37 AM Revision 342259a3 (git): signal.c: for valgrind
* signal.c (ruby_signal): suppress valgrind error in
install_sighandler().
git-svn-id: svn+ssh://ci.ruby-lang.org/...
nobu (Nobuyoshi Nakada)
07:28 AM Revision 8b8cce32 (git): encoding.c: refill terminator at associating encoding
* encoding.c (rb_enc_associate_index): refill the terminator if it
becomes longer than before. [ruby-dev:47500] [B...
nobu (Nobuyoshi Nakada)
05:59 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
On Fri, Jul 12, 2013 at 03:55:16AM +0900, Eric Wong wrote:
> Aaron Patterson <[email protected]> wrote:
>...
Anonymous
03:59 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
Aaron Patterson <[email protected]> wrote:
> It occurs to me that this is pretty similar to IO#readpartial....
normalperson (Eric Wong)
02:23 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
On Wed, Jul 10, 2013 at 10:52:26AM +0900, Eric Wong wrote:
> Aaron Patterson <[email protected]> wrote:
>...
Anonymous
03:07 AM Bug #8621 (Assigned): MinGW: Rational tests are causing error
Thank you nobu, but seems we are back to the floating error again:
http://ci.rubyinstaller.org/job/ruby-trunk-x86-...
luislavena (Luis Lavena)
02:35 AM Revision bc241235 (git): * hash.c (rb_hash_reject_bang): do not call rb_hash_foreach() if RHash
has ntbl and it is empty.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Glass_saga (Masaki Matsushita)
02:22 AM Revision b9a9a024 (git): * hash.c (recursive_hash): use RHASH_SIZE() to check hash size.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Glass_saga (Masaki Matsushita)
01:34 AM Feature #8626: Add a Set coercion method to the standard lib: Set(possible_set)
I've created a pull request for MRI here https://github.com/ruby/ruby/pull/359 saturnflyer (Jim Gay)
01:26 AM Feature #8626 (Open): Add a Set coercion method to the standard lib: Set(possible_set)
=begin
I'd like to be able to take an object that may already be a Set (or not) and ensure that it is one
For exa...
saturnflyer (Jim Gay)

07/11/2013

11:54 PM Bug #8625 (Closed): IO#read(len, buf) shortens buf even if data is not read actually
By r34580, `IO#read(len, buf)` does not expand _buf_ until data is read actually,
but it still shortens if the origi...
no6v (Nobuhiro IMAI)
11:51 PM Bug #8624 (Closed): illegal hardware instruction in csv test
以下のように illegal hardware instruction になることがあるようです。
% ./ruby -v
ruby 2.1.0dev (2013-07-11 trunk 41923) [x86_64-linu...
akr (Akira Tanaka)
11:08 PM Bug #8612: nil in ERB::Util.url_encode
=begin
The same issue exists in (({CGI::escape})). Internally it calls (({$1.bytesize})) and (({$1})) is (({nil})).
...
fotos (Fotos Georgiadis)
10:58 PM Bug #7311 (Assigned): DRb test suite fails when hostname cannot be reached
I don't like the patch, maybe seki-san can review it.
seki: please check 0001-Fallback-to-localhost-if-hostname-is...
zzak (zzak _)
05:36 PM Bug #7311 (Open): DRb test suite fails when hostname cannot be reached
Thanks for applying. However, there is also 0001-Fallback-to-localhost-if-hostname-is-not-associated-.patch attached,... vo.x (Vit Ondruch)
02:24 PM Bug #7311 (Closed): DRb test suite fails when hostname cannot be reached
This issue was solved with changeset r41916.
Vit, thank you for reporting this issue.
Your contribution to Ruby is gr...
zzak (zzak _)
10:57 PM Bug #5563 (Closed): Fix bug in drb tests if hostname does not resolve to a local IP
Thanks Jeremy! zzak (zzak _)
03:12 PM Bug #5563: Fix bug in drb tests if hostname does not resolve to a local IP
This bug can be closed. Bug #7311 was a duplicate of this bug with the exact same patch I provided, and the patch wa... jeremyevans0 (Jeremy Evans)
09:30 PM Bug #8621 (Closed): MinGW: Rational tests are causing error
This issue was solved with changeset r41923.
Luis, thank you for reporting this issue.
Your contribution to Ruby is g...
nobu (Nobuyoshi Nakada)
12:05 PM Bug #8621: MinGW: Rational tests are causing error
This issue is raise from pow function failure of float on mingw-w64 x86.
C:\work>irb
irb(main):001:0> 1 *...
phasis68 (Heesob Park)
12:40 AM Bug #8621 (Closed): MinGW: Rational tests are causing error
Hello,
It seems that Rational related tests are causing failure in RubyInstaller CI:
http://ci.rubyinstaller.or...
luislavena (Luis Lavena)
06:09 PM Bug #8623 (Assigned): Make stable Gem::Specification.files in default .gemspecs
naruse (Yui NARUSE)
05:56 PM Bug #8623 (Closed): Make stable Gem::Specification.files in default .gemspecs
Although the .gemspec files for default gems are same in function, the different order of their "s.files" makes them ... vo.x (Vit Ondruch)
05:53 PM Feature #8619: Standard Profiling API
> In what ways is GC::Profiler insufficient?

GC::Profiler only provides fairly limited details on garbage colle...
yorickpeterse (Yorick Peterse)
06:53 AM Feature #8619: Standard Profiling API
In what ways is GC::Profiler insufficient? drbrain (Eric Hodel)
05:51 PM Bug #8590: Second call of https.get results in timeout
drbrain (Eric Hodel) wrote:
> I can reproduce it with OpenSSL 1.0.1e 11 Feb 2013 and ruby trunk, it seems related to...
naruse (Yui NARUSE)
08:51 AM Bug #8590: Second call of https.get results in timeout
=begin
I can reproduce it with OpenSSL 1.0.1e 11 Feb 2013 and ruby trunk, it seems related to SSL session reuse.
(({...
drbrain (Eric Hodel)
03:25 PM Revision 7a171aa8 (git): * hash.c (rb_hash_size): use RHASH_SIZE().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41927 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Glass_saga (Masaki Matsushita)
03:09 PM Revision 76a400ff (git): * hash.c (rb_hash_values): set array capa to RHASH_SIZE().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41926 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Glass_saga (Masaki Matsushita)
03:06 PM Revision 9ae1b8f9 (git): * 2013-07-12
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41925 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:06 PM Revision c459495c (git): * hash.c (rb_hash_keys): set array capa to RHASH_SIZE().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Glass_saga (Masaki Matsushita)
01:52 PM Misc #8545 (Closed): Backport r41431 to 1.9.3
Backport requests are for bugs only. zzak (zzak _)
12:30 PM Revision 3c9e6f1e (git): win32.c: fix infinite recursion
* win32/win32.c (rb_w32_pow): undef pow to get rid of infinite
recursive call. re-fix [Bug #8495]. [ruby-core:559...
nobu (Nobuyoshi Nakada)
11:18 AM Revision 4997572f (git): win32/registry.rb: remove workaround
* ext/dl/win32/lib/win32/registry.rb (Win32::Registry::API#make_wstr):
remove workaround to append WCHAR terminator...
nobu (Nobuyoshi Nakada)
11:18 AM Revision 18030d18 (git): transcode.c: fill terminator
* transcode.c (str_encode_associate): fill terminator after conversion.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby...
nobu (Nobuyoshi Nakada)
11:18 AM Revision 1549894a (git): string.c: multi-byte terminator
* string.c (rb_enc_str_new, rb_str_set_len, rb_str_resize): fill
minimum length of the encoding as the terminator.
...
nobu (Nobuyoshi Nakada)
11:17 AM Revision b271a8c9 (git): string.c: multi-byte terminator
* string.c (rb_string_value_cstr): fill minimum length of the encoding
as the terminator.
git-svn-id: svn+ssh://c...
nobu (Nobuyoshi Nakada)
11:17 AM Revision db3ddad3 (git): string.c: check null char
* string.c (rb_string_value_cstr): check null char in char, not in
byte.
git-svn-id: svn+ssh://ci.ruby-lang.org/r...
nobu (Nobuyoshi Nakada)
05:51 AM Revision be698dbc (git): * array.c: Replace confusing example for #reverse_each in overview
Patch by Earl St Sauver [Fixes documenting-ruby/ruby-12]
https://github.com/documenting-ruby/ruby/pull/12
git-svn...
zzak (zzak _)
05:24 AM Revision c1f78cc6 (git): * test/drb/ut_eq.rb: Use localhost for drb tests [Bug #7311]
Patch by Vit Ondruch [ruby-core:49101]
* test/drb/ut_array.rb: ditto
* test/drb/ut_array_drbssl.rb: ditto
git-svn-i...
zzak (zzak _)
05:23 AM Bug #7583: Update DTrace probes description in Wiki
tenderlovemaking (Aaron Patterson) wrote:
> I've updated the wiki and added a script that will generate wiki format ...
vo.x (Vit Ondruch)
03:23 AM Bug #7583 (Closed): Update DTrace probes description in Wiki
I've updated the wiki and added a script that will generate wiki format from the probes file. It looks like there is... tenderlovemaking (Aaron Patterson)
04:49 AM Revision ed0736dd (git): * sprintf.c: Fix typo patch by @hynkle [Fixes GH-357]
https://github.com/ruby/ruby/pull/357
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41915 b2dd03c8-39d4-4d8f-98...
zzak (zzak _)
04:01 AM Revision 84247a63 (git): * lib/securerandom.rb: Refactor conditions by Rafal Chmiel
[Fixes GH-326] https://github.com/ruby/ruby/pull/326
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41914 b2dd03...
zzak (zzak _)
03:53 AM Feature #8088: Method#parameters (and friends) should provide useful information about core methods
Actually I personally do have a use case for the argument names being
available, but I wouldn't be too surprised i...
yorickpeterse (Yorick Peterse)
02:53 AM Feature #8088: Method#parameters (and friends) should provide useful information about core methods
FWIW, here's output from and patch to enable "rich" parameter
information on JRuby. We do not provide the argument...
headius (Charles Nutter)
02:53 AM Feature #8088: Method#parameters (and friends) should provide useful information about core methods
On Wed, Jul 10, 2013 at 11:16 AM, Yorick Peterse
<[email protected]> wrote:
> The problem, at least with M...
headius (Charles Nutter)
12:23 AM Feature #8088: Method#parameters (and friends) should provide useful information about core methods
Consider the following code:

def example(required, optional = 10)
end

method(:example).pa...
yorickpeterse (Yorick Peterse)
03:41 AM Bug #6495 (Closed): uninitialized constant due to missing require
This was fixed in r37391, so I'm closing this. Thanks! tenderlovemaking (Aaron Patterson)
03:38 AM Bug #7029 (Closed): yaml#load_file too slow under Psych
=begin
Hi,
The latest release of the psych gem cuts the time for this benchmark. It may still be slightly slower...
tenderlovemaking (Aaron Patterson)
03:30 AM Bug #4821 (Rejected): Random Segfaults (in start_thread?)
I'm closing this since I haven't heard any feedback from the reporter. If you can post an isolated example, I would ... tenderlovemaking (Aaron Patterson)
03:06 AM Bug #7585 (Closed): DTrace probes are inconsistent
Hi, I made the inconsistent probes you mentioned have consistent parameters. I'm not totally sure about the utility ... tenderlovemaking (Aaron Patterson)
03:06 AM Revision 973d8553 (git): * bignum.c: Don't use toom3 after once karatsuba is choosen.
(mulfunc_t): New type.
(bary_mul_toom3_start): Renamed from bary_mul.
(bary_mul_karatsuba_start): Renamed from ba...
akr (Akira Tanaka)
01:57 AM Bug #8622 (Closed): Tracepoint API: B_RETURN_EVENT not triggered when "return" used inside lambda
=begin
I'm using the Tracepoint API in my gem and I noticed that when the keyword `return` is used inside a lambda...
deivid (David Rodríguez)
01:46 AM Revision 9e2fc969 (git): probes_to_wiki.rb: fix comment and reduce unnecessary array
* tool/probes_to_wiki.rb: fix usage comment. use Enumerable#grep
which yields each elements to reduce unnecessary ...
nobu (Nobuyoshi Nakada)
01:31 AM Revision e2a17dad (git): call GC.start before fork-related tests to decrease GC cost on fork children
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41911 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
01:13 AM Revision 300b7c80 (git): * process.c (rb_daemon): daemon(3) is implemented with fork(2).
Therefore it needs rb_thread_atfork(). (and revert r41903)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41910 b...
naruse (Yui NARUSE)
01:09 AM Revision 24eff272 (git): merge revision(s) 41623,41723: [Backport #8603]
* ext/bigdecimal/bigdecimal.c (BigMath_s_exp): Fix for the cases when
the argument x is not a BigDecimal.
...
U.Nakamura
12:50 AM Bug #8615 (Closed): Add examples for SimpleDelegator
This issue was solved with changeset r41905.
Caleb, thank you for reporting this issue.
Your contribution to Ruby is ...
zzak (zzak _)

07/10/2013

11:44 PM Feature #8088: Method#parameters (and friends) should provide useful information about core methods
What do you mean "accurate results when using UnboundMethod#parameters"?
$ bin/jruby -e "def foo(a, b=1, *c, &...
headius (Charles Nutter)
07:16 PM Feature #8088: Method#parameters (and friends) should provide useful information about core methods
As a follow up, a while ago I resolved a similar issue in Rubinius. Although
Rubinius would provide correct argument...
yorickpeterse (Yorick Peterse)
11:25 PM Bug #8567 (Closed): Logger#add can never return +false+
This issue was solved with changeset r41901.
Tim, thank you for reporting this issue.
Your contribution to Ruby is gr...
zzak (zzak _)
01:11 PM Bug #8567 (Assigned): Logger#add can never return +false+
zzak (zzak _)
07:53 PM Feature #8619: Standard Profiling API
For those that are curious, this is the patch for ruby-prof that I'm talking
about: https://gist.github.com/YorickPe...
yorickpeterse (Yorick Peterse)
07:51 PM Feature #8619 (Open): Standard Profiling API
At the time of writing there are many different Ruby implementations ranging
from the common ones such as MRI, Jruby...
yorickpeterse (Yorick Peterse)
06:23 PM Revision f328b9d0 (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41908 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:22 PM Revision 4580394a (git): * tool/probes_to_wiki.rb: adding a script to convert probes.d to wiki
format for easy wiki updates.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41907 b2dd03c8-39d4-4d8f-98ff-823fe6...
tenderlovemaking (Aaron Patterson)
05:34 PM Bug #8590 (Feedback): Second call of https.get results in timeout
I can't reproduce on
* ruby 2.1.0dev (2013-07-10 trunk 41892) [x86_64-freebsd9.1]
* OpenSSL 0.9.8y 5 Feb 2013
Fe...
naruse (Yui NARUSE)
05:10 PM Bug #8590: Second call of https.get results in timeout
It can be reproduced on trunk r41889. Glass_saga (Masaki Matsushita)
01:39 PM Bug #8590 (Assigned): Second call of https.get results in timeout
zzak (zzak _)
05:10 PM Bug #8386: OpenSSL thread safety
ktsj (Kazuki Tsujimoto) wrote:
> MartinBosslet (Martin Bosslet) wrote:
> > @ktsj Does the error occur every time yo...
MartinBosslet (Martin Bosslet)
03:55 PM Revision cd224452 (git): * man/ri.1: Incorrect use of .Dd macro [Bug #8620] by Tristan Hill
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41906 b2dd03c8-39d4-4d8f-98ff-823fe69b080e zzak (zzak _)
03:50 PM Revision 0357488b (git): * lib/delegate.rb: Add example for __setobj__ and __getobj__
[Bug #8615] Patch by Caleb Thompson
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41905 b2dd03c8-39d4-4d8f-98ff...
zzak (zzak _)
03:36 PM Revision e82591d0 (git): * 2013-07-11
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41904 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:36 PM Revision 843f3a65 (git): On FreeBSD, threads don't die on daemon(3)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41903 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
02:30 PM Revision 30ce930f (git): * lib/logger.rb: Use :call-seq: for method signature rdoc
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41902 b2dd03c8-39d4-4d8f-98ff-823fe69b080e zzak (zzak _)
02:25 PM Revision fef0a7de (git): * lib/logger.rb (#add): Remove incorrect rdoc for return value
[Bug #8567] Reported by Tim Pease.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41901 b2dd03c8-39d4-4d8f-98ff-...
zzak (zzak _)
02:23 PM Bug #8493: Random Segmentation fault in sass
Could either of you provide a reproducible script? Just 'sass' the dependency doesn't help much.
Also, have you tr...
zzak (zzak _)
08:18 AM Bug #8493: Random Segmentation fault in sass
=begin
We are running into the same issue on SmartOS. Here is the output of our segfault:

/path/to/ruby/1.9.1...
sax (Eric Saxby)
02:12 PM Revision d5284438 (git): string.c: rb_str_subpos
* string.c (rb_str_subpos): make public function.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41900 b2dd03c8-3...
nobu (Nobuyoshi Nakada)
02:11 PM Bug #8613 (Closed): Update to rdoc 4.0.1
My mistake, we can just use #8037.
Sorry!
zzak (zzak _)
02:08 PM Bug #8037 (Assigned): rdoc issues preventing docs generating after ruby was compiled
@stomar Oops, you are correct!
I think Eric is working on another release of RDoc, so hopefully he can merge soon.
zzak (zzak _)
02:03 PM Bug #8612 (Assigned): nil in ERB::Util.url_encode
zzak (zzak _)
01:46 PM Revision c0796c36 (git): * bignum.c: Add a static assertion for RBIGNUM_EMBED_LEN_MAX.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41899 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:35 PM Revision 2a2ac623 (git): * string.c (rb_str_index): cache single byte flag and some
cosmetic changes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41898 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Glass_saga (Masaki Matsushita)
01:23 PM Bug #8560: CSV, skip_lines option causes error when passing a string
@Kyle you might want to try to ping JEG2 on that ticket as well. He
may not see this.
zzak (zzak _)
01:06 PM Revision 55e60d05 (git): * bignum.c (bary_2comp): Don't use bary_plus_one.
(bary_add_one): Replaced by the implementation of bary_plus_one.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
akr (Akira Tanaka)
12:55 PM Misc #8548: Correction for a String#include? usage example
@mattonrails this bug was actually fixed just recently in rdoc, see https://github.com/rdoc/rdoc/issues/220 zzak (zzak _)
12:50 PM Bug #8482 (Assigned): native rake gem has broken path
Assigning to Eric, since it wouldn't let me assign it to Jim? zzak (zzak _)
12:48 PM Bug #8551 (Closed): rake 10.0.4 regression from 0.9.6 - prints verbose stacktrace
See ruby-core:55575 zzak (zzak _)
11:48 AM Revision c37e6ab2 (git): bignum.c: sizeof_bdigit_dbl
* bignum.c (sizeof_bdigit_dbl): check sizeof(BDIGIT_DBL).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41896 b2...
nobu (Nobuyoshi Nakada)
11:47 AM Revision c169b513 (git): internal.h: STATIC_ASSERT
* internal.h (STATIC_ASSERT): move from enum.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41895 b2dd03c8-39d...
nobu (Nobuyoshi Nakada)
11:10 AM Revision 716c93be (git): * bignum.c (SIZEOF_BDIGIT_DBL): Add a ifdef guard for test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41894 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:53 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
Aaron Patterson <[email protected]> wrote:
> On Wed, Jul 10, 2013 at 09:03:19AM +0900, Eric Wong wrote:
>...
normalperson (Eric Wong)
09:53 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
On Wed, Jul 10, 2013 at 09:03:19AM +0900, Eric Wong wrote:
> "tenderlovemaking (Aaron Patterson)" <aaron@tenderlov...
Anonymous
09:23 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
"tenderlovemaking (Aaron Patterson)" <[email protected]> wrote:
> As for Erlang style return values. It ...
normalperson (Eric Wong)
09:12 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
=begin
Just another data point. I ran the benchmarks that Charles showed on my implementation in MRI. We also see ...
tenderlovemaking (Aaron Patterson)
06:24 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
=begin
Hi, I've updated the patch to apply against trunk (please find it attached).
Matz, akr, with regard to get...
tenderlovemaking (Aaron Patterson)
10:53 AM Bug #8616: Process.daemon messes up threads
No, it shouldn't raise an exception. Process.daemon and fork both use
after_fork() in C. That function should iter...
evanphx (Evan Phoenix)
10:23 AM Bug #8616: Process.daemon messes up threads
2013/7/10 tenderlovemaking (Aaron Patterson) <[email protected]>:
> Bug #8616: Process.daemon messes up t...
akr (Akira Tanaka)
07:29 AM Bug #8616 (Closed): Process.daemon messes up threads
=begin
Hi,
When I daemonize a process, it somehow messes up threads from the parent process. Here is a script to...
tenderlovemaking (Aaron Patterson)
09:53 AM Feature #8469: ABI checker とか導入しませんか
2013年7月9日 10:25 KOSAKI Motohiro <[email protected]>:

> Lowはどうせみんな無視すると思ってるので 8
> だけでいいと思います。当面は。Highで...
akr (Akira Tanaka)
08:34 AM Bug #8615: Add examples for SimpleDelegator
reassigning to zzak as he has more bandwidth for doc commits. drbrain (Eric Hodel)
03:41 AM Bug #8615 (Closed): Add examples for SimpleDelegator
SimpleDelegator’s documentation lacked an example of its primary
feature, that it automatically sets the object pass...
calebthompson (Caleb Thompson)
08:34 AM Bug #8557 (Closed): rubygems/security.rb is loaded twice if openssl is unavailable
Fixed by r41873 drbrain (Eric Hodel)
08:27 AM Revision 7bc77b76 (git): Use Tempfile.create to unlink the tempfile on Windows
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41893 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
08:10 AM Revision 6d45dd20 (git): fix PATH environ related test failure introduced at r41873
On Windows PATH_SEPARATOR is ';'.
Therefore it can't be hardcoded.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
naruse (Yui NARUSE)
08:10 AM Revision 372a9b1b (git): fix shebang test failure introduced at r41873
On Windows, it doesn't use /usr/bin/env.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41891 b2dd03c8-39d4-4d8f-...
naruse (Yui NARUSE)
08:02 AM Revision ef9fd492 (git): remove duplicated entry
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
07:45 AM Revision 83240be2 (git): fix test failure introduced at r41873
it needs switching windows or othres because lib/rubygems/test_case.rb:283
switches the platform string.
git-svn-id:...
naruse (Yui NARUSE)
06:33 AM Feature #6626: Readline.delete_text
大変遅くなりましたが、これを取り込もうと思って作業しています。
手元の環境(Mac OS X 10.7, GNU Readline 6.2)での動作確認は終わりました。
あと、Mac OSに標準添付されているEditLine(...
kouji (Kouji Takao)
05:58 AM Revision cc47b029 (git): bignum.c: select by preprocessor conditions
* bignum.c (maxpow_in_bdigit_dbl, maxpow_in_bdigit): select by
preprocessor conditions to reduce dead code and supp...
nobu (Nobuyoshi Nakada)
05:54 AM Revision 94e7608b (git): Turns out [Fix GH-***] doesn't work while [Fixes GH-***] does.
Fix existing tags for future reference.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41887 b2dd03c8-39d4-4d8f-9...
Akinori MUSHA
05:19 AM Revision 863d148a (git): process.c: kill threads in daemon process
* process.c (fork_daemon): kill the other threads all and abandon the
kept mutexes.
git-svn-id: svn+ssh://ci.ruby-...
nobu (Nobuyoshi Nakada)
03:00 AM Revision d3e8f0fe (git): fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41885 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
02:59 AM Revision 011faff5 (git): fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41884 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
02:56 AM Feature #7677 (Closed): YAML load mode that does instantiate Ruby
`Psych.safe_load` method has been introduced, which should deal with this issue. Thanks! tenderlovemaking (Aaron Patterson)
02:55 AM Bug #7227 (Rejected): failed to build native extension for bcrypt-ruby gem under cygwin on windows xp
Looks like Aman fixed this in the bcrypt repository. It is not a bug in MRI, but a problem with the bcrypt-ruby exte... tenderlovemaking (Aaron Patterson)
02:38 AM Revision 26ac0589 (git): * test/net/http/test_http.rb (TestNetHTTP_v1_2#test_get,
TestNetHTTP_v1_2_chunked#test_get): shoudn't check
HttpResponse#decode_content if Zlib is not available.
ko1 comp...
U.Nakamura
02:19 AM Revision 84c08bc3 (git): ossl.c: fix argument type
* ext/openssl/ossl.c (ossl_lock_callback): fix argument type, and
remove redundant casts.
git-svn-id: svn+ssh://ci...
nobu (Nobuyoshi Nakada)
02:19 AM Revision b72bd6c0 (git): ossl.c: rb_gc_register_mark_object
* ext/openssl/ossl.c (Init_ossl_locks): use rb_gc_register_mark_object
instead of rb_global_variable. probably RAr...
nobu (Nobuyoshi Nakada)
02:19 AM Revision 351932cb (git): ossl.c: check allocation
* ext/openssl/ossl.c (Init_ossl_locks): check if locks array is
allocated successfully.
git-svn-id: svn+ssh://ci.r...
nobu (Nobuyoshi Nakada)
02:19 AM Revision c341e85b (git): ossl.c: check integer overflow
* ext/openssl/ossl.c (Init_ossl_locks): check integer overflow.
OPENSSL_malloc() takes int only.
git-svn-id: svn+s...
nobu (Nobuyoshi Nakada)
01:33 AM Revision 322ce91a (git): * include/ruby/intern.h (rb_path_next, rb_path_skip_prefix,
rb_path_last_separator, rb_path_end, ruby_find_basename,
ruby_find_extname): restore the declarations of these func...
U.Nakamura
01:21 AM Revision 1734e481 (git): * tool/rbinstall.rb: always require rubygems to stabilize rubygems
related status like whether Gem::Specification is defined or not.
* tool/rbinstall.rb (Gem::Specification.unresolved...
naruse (Yui NARUSE)
01:21 AM Revision af15922b (git): * include/ruby/intern.h (rb_f_lambda): mark as deprecated.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@41876 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
01:06 AM Revision 4032339a (git): * include/ruby/intern.h (rb_f_lambda): restore the declaration of
rb_f_lambda() for backword compatibility.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@41875 b2d...
U.Nakamura
01:04 AM Feature #8614 (Open): Object#singleton_class with a block
=begin
Most of the time when I use `Object#singleton_class`, I use it with `class_eval` following it, like follows:
...
sawa (Tsuyoshi Sawada)

07/09/2013

11:41 PM Revision 71110cb7 (git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41874 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
11:21 PM Revision 47f0248b (git): * lib/rubygems: Import RubyGems 2.1
* test/rubygems: Ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41873 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
11:16 PM Bug #8386: OpenSSL thread safety
MartinBosslet (Martin Bosslet) wrote:
> @ktsj Does the error occur every time you run the tests in parallel? Or only...
ktsj (Kazuki Tsujimoto)
10:34 PM Revision cd9f9e47 (git): * lib/rubygems/ext/ext_conf_builder.rb: Remove siteconf file after
building the gem.
* test/rubygems/test_gem_ext_ext_conf_builder.rb: Test for the above.
* lib/rubygems/psych_tree.r...
drbrain (Eric Hodel)
09:24 PM Revision dafbdd68 (git): * ext/date/date_parse.c (date_zone_to_diff): [ruby-core:55831].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41871 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
05:33 PM Bug #8611 (Feedback): Minitest encoding problems.
You know, this must have reproducible code. naruse (Yui NARUSE)
04:07 PM Feature #6823: Where/how should ruby-mode issues be reported?
I also support the removal of ruby-mode.el. Its presence in the Ruby codebase creates a lot of confusion for Emacs us... bozhidar (Bozhidar Batsov)
01:10 AM Feature #6823: Where/how should ruby-mode issues be reported?
I vote to remove it as well.
Is there anything we can or should do in the Emacs trunk to speed it up?
dgutov (Dmitry Gutov)
03:43 PM Revision 07dc8257 (git): * 2013-07-10
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41870 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:43 PM Revision 5ec8b6e7 (git): * bignum.c (bary_mul): x*1 is x.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:57 PM Bug #8613 (Closed): Update to rdoc 4.0.1
Please update rdoc from 4.0.0 to 4.0.1 in trunk and in 2.0.0 branch.
rdoc 4.0.1 fixes an issue with ri doc install...
stomar (Marcus Stollsteimer)
02:31 PM Bug #8037: rdoc issues preventing docs generating after ruby was compiled
Sorry, I don't understand. Why backport? If I'm not wrong, trunk still uses rdoc 4.0.0, too.
Update: See #8613.
stomar (Marcus Stollsteimer)
01:15 PM Bug #8037: rdoc issues preventing docs generating after ruby was compiled
@stomar That's up to Eric, could you open a backport ticket? zzak (zzak _)
09:48 AM Bug #8037: rdoc issues preventing docs generating after ruby was compiled
This has been fixed in rdoc 4.0.1, but trunk and ruby_2_0_0 still use rdoc 4.0.0, apparently. Could they be updated? stomar (Marcus Stollsteimer)
01:44 PM Revision 55cbeefb (git): * bignum.c (bary_mul_single): Invoke MEMZERO here.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41868 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:25 PM Revision 59d1fc36 (git): * object.c (rb_obj_cmp): Improve doc for Kernel#<=>
to clarify #equal? is not called. [See GH-352]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41867 b2dd03c8-39d4...
Eregon (Benoit Daloze)
01:19 PM Revision 0c620c2e (git): * bignum.c (bary_mul1): No need to invoke MEMZERO at last.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41866 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:42 PM Revision 52ecaae8 (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41865 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:41 PM Revision c279e7ee (git): * test/rexml/test_text.rb: Add missing tests for Text#<<.
Reported by nagachika. Thanks!!!
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41864 b2dd03c8-39d4-4d8f-98ff-82...
Sutou Kouhei
12:38 PM Bug #8607 (Closed): Stack consistency error (sp: 16, bp: 17)
Thank you for your investigation.
I close this ticket.
nagachika (Tomoyuki Chikanaga)
12:03 PM Revision 331f22cd (git): Module extended doc by @PragTob [fixes GH-335]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41863 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
11:48 AM Revision 7eeb6539 (git): fixup stying of `Json#generate` parameter docs by @daveworth [fixes GH-339]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41862 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
11:40 AM Revision 78db3589 (git): Add a missing line for rb_str_equal of string.c by @JuanitoFatas [fixes GH-353]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41861 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
10:29 AM Feature #8469: ABI checker とか導入しませんか
2013/7/8 Tanaka Akira <[email protected]>:
> 2013年7月9日 9:11 KOSAKI Motohiro <[email protected]>:
>>
>> 閉じてか...
kosaki (Motohiro KOSAKI)
09:53 AM Feature #8469: ABI checker とか導入しませんか
2013年7月9日 9:11 KOSAKI Motohiro <[email protected]>:
>
> 閉じてから聞くのもアレなんですが、rubyci.org のトップページの表に ABI break...
akr (Akira Tanaka)
09:53 AM Feature #8469: ABI checker とか導入しませんか
こんにちは、なかむら(う)です。

In message "[ruby-dev:47493] Re: [ruby-trunk - Feature #8469][Closed] ABI checker とか導入しませんか"
...
usa (Usaku NAKAMURA)
09:23 AM Feature #8469: ABI checker とか導入しませんか
2013/7/8 kosaki (Motohiro KOSAKI) <[email protected]>:
>
> Issue #8469 has been updated by kosaki (Motoh...
kosaki (Motohiro KOSAKI)
06:42 AM Feature #8469 (Closed): ABI checker とか導入しませんか
Closeするの忘れてました。すいません。 kosaki (Motohiro KOSAKI)
09:03 AM Revision 1e2a6a20 (git): * lib/fileutils.rb (FileUtils#chown_R): Do not skip traversal even
if user and group are both nil, to be consistent with #chown and
other commands.
git-svn-id: svn+ssh://ci.ruby-lan...
Akinori MUSHA
09:03 AM Revision 3488db94 (git): * test/fileutils/fileasserts.rb
(Test::Unit::FileAssertions#{assert_filemode,assert_equal_timestamp}):
New utility assertion methods for testing fi...
Akinori MUSHA
09:03 AM Revision 3ac1eeb3 (git): * test/fileutils/test_fileutils.rb
(TestFileUtils#assert_output_lines): New utility assertion
method for testing verbose output.
git-svn-id: svn+ssh:...
Akinori MUSHA
08:44 AM Revision 2afa9b88 (git): * test/test_tracer.rb: catch up recent rubygems changes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41857 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
08:00 AM Revision 7212ee13 (git): * ext/{dl,fiddle}/win32/lib/win32/registry.rb: hope that the final
resolution to fix the failure of test-all. and includes Win64
support (fixed a potential bug).
git-svn-id: svn+s...
U.Nakamura
07:38 AM Revision 9ae50950 (git): Revert r41786 "broken utf-8"
revert unexpected commit
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41855 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
07:11 AM Bug #8594: [BUG] rb_update_max_fd: invalid fd (4) given
It does fail in 2.0.0p195.
Running this script against a local filesystem will probably not produce any errors. I...
chris.frederick (Chris Frederick)
07:10 AM Bug #8374 (Closed): race condition when two threads require a gem
This has been fixed in rubygems master and 2.0 branches. drbrain (Eric Hodel)
07:02 AM Revision b0bc85f9 (git): * object.c: Fix rdoc for Kernel#<=>. [Fix GH-352]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41854 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Akinori MUSHA
07:02 AM Revision a6e3d4be (git): * lib/fileutils.rb (FileUtils#mode_to_s): Define mode_to_s() also
as singleton method, or FileUtils.chmod fails in verbose mode.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@418...
Akinori MUSHA
07:02 AM Revision f5a6a2a7 (git): * test/fileutils/fileasserts.rb
(Test::Unit::FileAssertions#assert_not_symlink): Add a missing
optional argument "message".
git-svn-id: svn+ssh://...
Akinori MUSHA
07:01 AM Revision 02f61f87 (git): * lib/fileutils.rb (FileUtils#chown, FileUtils#chown_R): If user
and group are both nil, print ":".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41851 b2dd03c8-39d4-4d8f-98ff-8...
Akinori MUSHA
03:49 AM Revision 8ce3f4be (git): * io.c (appendline): use READ_CHAR_PENDING_XXX macros and
RSTRING_END().
* io.c (rb_io_getline_1): rewrite nested if statement into one
statement.
git-svn-id: svn+ssh://ci...
Glass_saga (Masaki Matsushita)
02:23 AM Bug #8592: when outputing to console, it's encoding is ignored for Windows
yeah, I didn't noticed it at first. But it's still weird why it crashes and that font still does support those charac... davispuh (Dāvis Mosāns)
02:06 AM Revision b35c6a42 (git): * ext/{dl,fiddle}/win32/lib/win32/registry.rb (Win32::Regstry#check):
should report the position of the error.
* ext/{dl,fiddle}/win32/lib/win32/registry.rb
(Win32::Regstry#QueryValue)...
U.Nakamura
01:45 AM Revision a189f7f6 (git): * ext/{dl,fiddle}/win32/lib/win32/registry.rb: typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41848 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
01:30 AM Revision b16b5afa (git): * ext/{dl,fiddle}/win32/lib/win32/registry.rb
(Win32::Registry.expand_environ): use suitable encoding for the
string.
* ext/{dl,fiddle}/win32/lib/win32/registry...
U.Nakamura
01:27 AM Revision d9194a46 (git): Apply r41148 again
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41846 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
01:04 AM Revision abc0b2f1 (git): * ext/{dl,fiddle}/win32/lib/win32/registry.rb
(Win32::Registry::Error#initialize): use suitable encoding for the
string.
git-svn-id: svn+ssh://ci.ruby-lang.org...
U.Nakamura
12:58 AM Bug #8612 (Rejected): nil in ERB::Util.url_encode
=begin
We hit a bug while using Rails and trying to URL encode an ActiveSupport::SafeBuffer. I have managed to repro...
fotos (Fotos Georgiadis)
12:49 AM Revision d9726121 (git): * ext/dl/win32/lib/win32/registry.rb (Win32::Registry.expand_environ):
use suitable encoding for the string. fixed a test-all error of
r41838.
* ext/fiddle/win32/lib/win32/registry.rb:...
U.Nakamura
 

Also available in: Atom