Project

General

Profile

Activity

From 07/27/2013 to 08/02/2013

08/02/2013

11:58 PM Feature #3753 (Closed): value of def-expr
This issue was solved with changeset r42337.
Usaku, thank you for reporting this issue.
Your contribution to Ruby is ...
usa (Usaku NAKAMURA)
09:57 PM Revision ccd5c3dd (git): * parse.y (value_expr_gen): now NODE_DEFN and NODE_DEFS are not void
value expressions. get rid of wrong warning with -w, and make to
pass tests with chkbuild. ref. [Feature #3753]
...
U.Nakamura
09:50 PM Revision 2b9dbb3e (git): ChangeLog: fix typo
* ChangeLog: fix typo in r42335, "Appry" -> "Apply".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42346 b2dd03c...
nobu (Nobuyoshi Nakada)
09:42 PM Feature #8723: Array.any? predicate returns true for empty array.
Yes, I meant for .all? (wasn't able to edit) and the behavior is correct according to docs, and incorrect according t... nurettin (Nurettin Onur TUGCU)
09:35 PM Feature #8723 (Feedback): Array.any? predicate returns true for empty array.
Which version do you use? Please add your `ruby -v`.
irb for ruby 2.0.0 r36395
> [].any? { true }
=> false
I ...
Eregon (Benoit Daloze)
08:38 PM Feature #8723 (Rejected): Array.any? predicate returns true for empty array.
Are all your children redheaded?
Would this be true if you have no children?
I have no children, therefore none of ...
nurettin (Nurettin Onur TUGCU)
08:49 PM Bug #8664: open ssl not_before failure on small set of certificates
Backported to ruby_1_9_3 at r42328. usa (Usaku NAKAMURA)
08:40 PM Bug #8669: outbuf can be "temporarily" locked forever in IO#read
Backported to ruby_1_9_3 at r42327. usa (Usaku NAKAMURA)
08:31 PM Bug #8687: mathn and round causes an segmentationfault
Backported to ruby_1_9_3 at r42326. usa (Usaku NAKAMURA)
08:00 PM Feature #8714: Non-interpolated regular expression literal
phluid61 (Matthew Kerwin) wrote:
> That's only partly true. # only need be escaped when it is followed by $, @ or {...
Eregon (Benoit Daloze)
08:42 AM Feature #8714: Non-interpolated regular expression literal
drbrain (Eric Hodel) wrote:
> What ruby version are you using? It works for me.
Ah, sorry, that was ruby 2.0.0p0 ...
phluid61 (Matthew Kerwin)
04:44 AM Feature #8714: Non-interpolated regular expression literal
phluid61 (Matthew Kerwin) wrote:
> > %r{#$} works too.
>
> irb(main):004:0> %r{#$}
> SyntaxError: (irb):4: s...
drbrain (Eric Hodel)
07:24 PM Revision be5a436f (git): * doc/syntax/refinements.rdoc: Remove mention of instance_eval and
module_eval from scope section per:
http://twitter.com/shugomaeda/status/363219951336693761
git-svn-id: svn+ssh:/...
drbrain (Eric Hodel)
06:49 PM Feature #8663: Officialy alias ArgumentError to ArgError
boris_stitnicky (Boris Stitnicky) wrote:
> Yes, but one of those characters is 'm'!
Anything in particular that's...
duerst (Martin Dürst)
11:26 AM Feature #8663: Officialy alias ArgumentError to ArgError
Yes, but one of those characters is 'm'! Anonymous
05:56 PM Bug #8722 (Closed): Refinements remain active beyond the end of an evaled string
=begin
The [[RefinementsSpec]] states:
"When main.using is invoked in a string given as the first argument of K...
Anonymous
05:35 PM Bug #8348: ruby hangs randomly in daemonized processes on Debian GNU/kFreeBSD
JoeKun, can you retest it with the latest Sid (eglibc >= 2.17-91)? It has new implementation of libpthreads, which ha... 375gnu (Hleb Valoshka)
05:24 PM Revision 04cf3fa3 (git): * bignum.c (big2str_orig): Refactored.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42344 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
04:52 PM Feature #8693: lambda invoked by yield acts as a proc with respect to return
boris_stitnicky (Boris Stitnicky) wrote:
> +1 to nobu
Boris, can you explain, please?
alexeymuranov (Alexey Muranov)
11:28 AM Feature #8693: lambda invoked by yield acts as a proc with respect to return
+1 to nobu Anonymous
06:43 AM Feature #8693: lambda invoked by yield acts as a proc with respect to return
I don't know. I could imagine that yielding to the lambda "converted to block" could try to return from the method f... alexeymuranov (Alexey Muranov)
06:14 AM Feature #8693: lambda invoked by yield acts as a proc with respect to return
alexeymuranov (Alexey Muranov) wrote:
> This looks strange to me too. Also this:
>
> ~~~ruby
> def y; yield end...
rits (First Last)
04:47 AM Feature #8693: lambda invoked by yield acts as a proc with respect to return
This looks strange to me too. Also this:
~~~ruby
def y; yield end
L = lambda{return 0}
def f; y &lambda{retu...
alexeymuranov (Alexey Muranov)
03:58 AM Feature #8693: lambda invoked by yield acts as a proc with respect to return
nobu (Nobuyoshi Nakada) wrote:
> `return' always returns from the enclosing method.
That is not true, and so by d...
rits (First Last)
04:42 PM Revision 81f42c75 (git): * bignum.c (big2str_orig): Rename a local variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42343 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
04:29 PM Bug #8721 (Rejected): require digest.so on OSX
=begin
trying to compile as much as possible static ruby on OSX, so far I got quite close with:
LDFLAGS=-Bstatic...
mpapis (Michal Papis)
04:22 PM Revision d0741fdf (git): * bignum.c (bigadd_core): Removed.
(bigadd): Use bary_add instead of bigadd_core.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42342 b2dd03c8-39...
akr (Akira Tanaka)
03:59 PM Bug #8719: r42096 make bm_app_factorial.rb slow
2013年8月2日 12:30 Tanaka Akira <[email protected]>:
> 2013/8/2 authorNari (Narihiro Nakamura) <[email protected]>:
>...
authorNari (Narihiro Nakamura)
12:53 PM Bug #8719: r42096 make bm_app_factorial.rb slow
2013/8/2 authorNari (Narihiro Nakamura) <[email protected]>:
> Bug #8719: r42096 make bm_app_factorial.rb slow
...
akr (Akira Tanaka)
12:28 PM Bug #8719 (Closed): r42096 make bm_app_factorial.rb slow
This issue was solved with changeset r42324.
Narihiro, thank you for reporting this issue.
Your contribution to Ruby ...
akr (Akira Tanaka)
10:16 AM Bug #8719 (Closed): r42096 make bm_app_factorial.rb slow
r42096 のコミットでbm_app_factorial.rbがかなり遅くなるようです。
しょうがないということでしたらrejectしてください。
とりあえずご報告までということで。
% time ./miniruby -...
authorNari (Narihiro Nakamura)
03:55 PM Revision ebbaec96 (git): * bignum.c (rb_big2str1): Simplify power_level calculation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42341 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
03:36 PM Revision 633fd55c (git): * array.c (rb_ary_zip): use rb_ary_new2() to create buffer
if rb_block_arity() > 1.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42340 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Glass_saga (Masaki Matsushita)
03:13 PM Revision f5c00c14 (git): * 2013-08-03
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42339 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:13 PM Revision 038596b6 (git): * NEWS: Add the description that IO#seek supports SEEK_DATA
and SEEK_HOLE.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Glass_saga (Masaki Matsushita)
02:58 PM Revision 0f0b60ea (git): * vm.c (m_core_define_method, m_core_define_singleton_method): now
the value of def-expr is the Symbol of the name of the method, not
nil.
ref. [ruby-dev:42151] [Feature #3753]
* ...
U.Nakamura
02:56 PM Revision 5339293f (git): * array.c (rb_ary_zip): performance improvement by avoiding
array creation if rb_block_arity() > 1.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42336 b2dd03c8-39d4-4d8f-9...
Glass_saga (Masaki Matsushita)
02:53 PM Revision 54c3b1ba (git): * bignum.c (power_cache_get_power): Appry bigtrunc to the result of
bigsq.
(big2str_karatsuba): Fix number of leading zero characters.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t...
akr (Akira Tanaka)
02:48 PM Revision 7c9a3d19 (git): parse.y: calculate powers of ten
* parse.y (parser_yylex): calculate denominator directly as powers of
ten, not parsing string.
git-svn-id: svn+ssh...
nobu (Nobuyoshi Nakada)
02:24 PM Revision 0eab2b46 (git): parse.y: ripper for new literals
* parse.y (ripper_validate_object): ripper support for new literals,
tRATIONAL and tIMAGINARY.
git-svn-id: svn+ssh...
nobu (Nobuyoshi Nakada)
02:14 PM Revision 2f57e806 (git): parse.y: parse precisely
* parse.y (parser_number_literal_suffix): return bit set of found
suffixes.
* parse.y (parser_set_number_literal, p...
nobu (Nobuyoshi Nakada)
02:14 PM Revision e176b8e1 (git): parse.y: simplify numerics
* parse.y (simple_numeric): integrate numeric literals and simplify
numeric rules.
git-svn-id: svn+ssh://ci.ruby-...
nobu (Nobuyoshi Nakada)
02:13 PM Revision 856a9afb (git): eventids2.c: new literals
* ext/ripper/eventids2.c (ripper_init_eventids2): ripper support for
new literals, tRATIONAL and tIMAGINARY.
git-...
nobu (Nobuyoshi Nakada)
02:10 PM Revision ba95b978 (git): bignum.c: suppress a warning
* bignum.c (rb_cstr_to_inum): remove set but unused variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@423...
nobu (Nobuyoshi Nakada)
01:45 PM Bug #8720 (Closed): ECB mode seems to be broken
The reporting on this is partially from someone else's work that I found in a gist on github:
https://gist.github.co...
netjunki (Ben Lau)
11:49 AM Revision e1e4ed4a (git): merge revision(s) 42126: [Backport #8664]
* ext/openssl/ossl_asn1.c (asn1time_to_time): Implement YYMMDDhhmmZ
format for ASN.1 UTCTime. [ruby-trunk...
U.Nakamura
11:39 AM Revision c44ba832 (git): merge revision(s) 42212,42214: [Backport #8669]
* string.c: add internal API rb_str_locktmp_ensure().
* io.c (io_fread): use rb_str_locktmp_ensure().
...
U.Nakamura
11:30 AM Revision b13edd51 (git): merge revision(s) 42178: [Backport #8687]
* rational.c (f_round_common): Rational is expected to be returned by
Rational#*, but mathn.rb breaks that ...
U.Nakamura
10:49 AM Bug #8718 (Closed): unary minus with literal suffix of Rational/Complex
Duplicate of #8717, fixed in r42323. Anonymous
10:12 AM Bug #8718 (Closed): unary minus with literal suffix of Rational/Complex
=begin
Unary minus is not supported?
(-1) # => -1
(-1r) # => (1/1) should be (-1/1)
(-1i) # => (0+1i) shou...
no6v (Nobuhiro IMAI)
10:40 AM Bug #8717 (Closed): Negation of a rational/imaginary number literal isn't working
This issue was solved with changeset r42323.
Takuto, thank you for reporting this issue.
Your contribution to Ruby is...
Anonymous
10:03 AM Bug #8717 (Closed): Negation of a rational/imaginary number literal isn't working
Hello.
I've found that negation of a rational/imaginary number literal isn't working.
irb(main):001:0> RUBY_D...
takuto_h (Takuto Hayashi)
10:24 AM Feature #7106: FileUtils.touch should allow touching the symlink itself rather than the file the link points to
When talking about accepting it ... two things to consider as patch has two parts, really:
Part 1 - Adding support f...
kwilczynski (Krzysztof Wilczynski)
09:36 AM Revision bc7c0a63 (git): * bignum.c (big2str_karatsuba): Reduce power_level more than one at
recursion, if possible.
(rb_big2str1): Follow the above change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun...
akr (Akira Tanaka)
07:14 AM Bug #8715: openssl mkmf.log filled with other data
yes it did fixed the log problem - please backport it mpapis (Michal Papis)
04:46 AM Bug #8651: /[#$]/ causes syntax error
Yes, I meant $], it was a typo. drbrain (Eric Hodel)
03:28 AM Revision 9e8f82e0 (git): * bignum.c (bary_mul): Swap x and y for bary_mul1 if x is longer than y.
[ruby-dev:47565] [Bug #8719] Reported by Narihiro Nakamura.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4232...
akr (Akira Tanaka)
01:59 AM Feature #8430: Rational number literal
On Aug 1, 2013, at 12:53 AM, takuto_h (Takuto Hayashi) wrote:

> If we accept "1.2r" as "Rational(12, 10)":
> ...
david_macmahon (David MacMahon)
12:19 AM Feature #8430: Rational number literal
takuto_h (Takuto Hayashi) wrote:
> Hello.
> I wrote a patch for the rational number literal and recognized that a p...
mrkn (Kenta Murata)
01:40 AM Revision 29c5a3b8 (git): * parse.y (negate_lit): add T_RATIONAL and T_COMPLEX to the switch
statement, and call rb_bug() if an unknown type is passed to
negate_lit(). [ruby-core:56316] [Bug #8717]
* bootstr...
Charlie Somerville
01:15 AM Revision 3f109150 (git): nmake doesn't out put targets
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42322 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
01:15 AM Revision 63ed8371 (git): Fix test failure on Windows because of an extra warning
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42321 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
12:14 AM Revision c0d4ba9f (git): * doc/syntax/refinements.rdoc: Improve description of where you may
activate refinements.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42320 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)

08/01/2013

11:58 PM Feature #8430 (Closed): Rational number literal
This issue was solved with changeset r42311.
Kenta, thank you for reporting this issue.
Your contribution to Ruby is ...
mrkn (Kenta Murata)
10:05 PM Feature #8430: Rational number literal
takuto_h (Takuto Hayashi) wrote:
> Hello.
> I wrote a patch for the rational number literal
Great.
> and reco...
mame (Yusuke Endoh)
04:53 PM Feature #8430: Rational number literal
Hello.
I wrote a patch for the rational number literal and recognized that a part of the proposed feature is confusa...
takuto_h (Takuto Hayashi)
10:52 PM Bug #8644: valgrind error in a readline test
http://rbci.lakewood.privs.net/ruby-trunk/log/20130801T131001Z.diff.html.gz をみると、
...
TestRange#test_bsearch_for...
akr (Akira Tanaka)
10:49 PM Revision 474dc1e8 (git): * bignum.c (big2str_orig): Remove len argument.
(big2str_karatsuba): Ditto.
(rb_big2str1): Follow above change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun...
akr (Akira Tanaka)
09:57 PM Bug #8716 (Closed): segmation fault 正規表現で大量のグループを利用時
=begin
WindowsとOS Xで検証しました。
*再現手順 ruby 2.0.0p247 (2013-06-27) [x64-mingw32]
a="()"
(32767.times{a<<'()'}
...
taka-yoshi (taka-yoshi taka)
09:10 PM Feature #8658: Process.clock_gettime
I updated the patch to emulate CLOCK_REALTIME using gettimeofday. akr (Akira Tanaka)
08:47 PM Feature #8700: Integer#bitsize (actually Fixnum#bitsize and Bignum#bitsize)
akr (Akira Tanaka) wrote:
> There are several software which has similar feature.
>
> * Python 3.1 has int.bit_...
akr (Akira Tanaka)
08:46 PM Revision 1e3a2908 (git): * NEWS: fix typos in the description of number literal suffixes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42318 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Eregon (Benoit Daloze)
08:18 PM Bug #8711: 最近NoMemoryErrorが多い
http://u32.rubyci.org/~chkbuild/ruby-trunk/log/20130801T103302Z.log.html.gz
で 32bit でも安定したような気がします。
もうしばらく様子を見ます。...
naruse (Yui NARUSE)
06:08 PM Bug #8711: 最近NoMemoryErrorが多い
http://u64b.rubyci.org/~chkbuild/ruby-trunk/log/20130731T113303Z.diff.html.gz
/proc/meminfo みても特にメモリが足りなくなっているようには見え...
naruse (Yui NARUSE)
05:33 PM Revision 991bd133 (git): * NEWS: Add the description of number literal suffixes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42317 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Kenta Murata
05:23 PM Bug #8715: openssl mkmf.log filled with other data
2013/8/1 mpapis (Michal Papis) <[email protected]>:
> Bug #8715: openssl mkmf.log filled with other data
> https:...
akr (Akira Tanaka)
04:33 PM Bug #8715: openssl mkmf.log filled with other data
=begin
After applying http://www.rubyist.net/~eban/goto/r42213 from https://bugs.ruby-lang.org/issues/7948
The er...
mpapis (Michal Papis)
04:21 PM Bug #8715 (Closed): openssl mkmf.log filled with other data
=begin
After compilation + installation of ruby I check the log: (({cat /Users/mpapis/.rvm/src/ruby-2.0.0-p247/ext/o...
mpapis (Michal Papis)
05:11 PM Revision 6f39ca46 (git): Show more portable and detailed info on NoMemoryError ref #8711
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42316 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
04:41 PM Bug #8710: Segmentation fault - when migrating a database on Debian 7.1
Not sure if you guys want to close this issue or if it's something worth looking into.
But removing the line
host...
AJ-Acevedo (AJ Acevedo)
03:14 PM Revision ae0181b7 (git): * bootstraptest/test_literal_suffix.rb: add two test cases to
examine that "1if true" and "1rescue nil" are recognized as 1.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@423...
Kenta Murata
03:04 PM Revision da5e7572 (git): Show memory usage on NoMemoryError ref #8711
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42314 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
03:01 PM Revision 885c7da9 (git): * 2013-08-02
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42313 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:01 PM Revision 0a8cfd54 (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42312 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:58 PM Revision e06407cf (git): * rational.c (rb_flt_rationalize_with_prec): new public C function
to rationalize a Float instance with a precision.
* rational.c (rb_flt_rationalize): new public C function to
ratio...
Kenta Murata
02:57 PM Revision 9ebd675c (git): * bignum.c (rb_big2str1): Remove a local variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42310 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:34 PM Revision 69263bb7 (git): * bignum.c (rb_cstr_to_inum): Use power_cache_get_power.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42309 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:32 PM Revision 79be1047 (git): * string.c (str_rindex): remove comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42308 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Glass_saga (Masaki Matsushita)
12:05 PM Revision d620b0b9 (git): * bignum.c (rb_big2str1): Raise an error for too big number.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42307 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:48 AM Revision 780a125f (git): * bignum.c (power_cache_get_power): Hide cached Bignum objects.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42306 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:39 AM Feature #8693: lambda invoked by yield acts as a proc with respect to return
`return` always returns from the enclosing method.
This is not affected by if it is in a block.
Only exception is t...
nobu (Nobuyoshi Nakada)
10:46 AM Bug #8651: /[#$]/ causes syntax error
=begin
Bah,
To people curious about why this does not cause error in 2.0, see #8375.
=end
sakuro (Sakuro OZAWA)
10:42 AM Bug #8651: /[#$]/ causes syntax error
=begin
To people curious about why this does not cause error in 2.0, see #8651.
=end
sakuro (Sakuro OZAWA)
08:54 AM Bug #8651: /[#$]/ causes syntax error

drbrain (Eric Hodel) wrote:
$[ is not a valid global variable you get an exception.

do you mean $], not $[ ?
sakuro (Sakuro OZAWA)
07:13 AM Bug #8651 (Rejected): /[#$]/ causes syntax error
=begin
This is consistent with (({"[#$]"})) in 1.9.3 so I will reject this issue.
In // and "" (({#$X})) interpol...
drbrain (Eric Hodel)
10:36 AM Feature #8714: Non-interpolated regular expression literal
nobu (Nobuyoshi Nakada) wrote:
> For other %-literals, upper cases do interpolation, e.g., %Q, %W, %I.
> I'm afraid...
phluid61 (Matthew Kerwin)
10:24 AM Feature #8714: Non-interpolated regular expression literal
For other %-literals, upper cases do interpolation, e.g., %Q, %W, %I.
I'm afraid that it would cause confusion by ma...
nobu (Nobuyoshi Nakada)
09:24 AM Feature #8714: Non-interpolated regular expression literal
Eregon (Benoit Daloze) wrote:
> > Off the top of my head, I can't think of how to construct a regexp literal to matc...
phluid61 (Matthew Kerwin)
09:00 AM Feature #8714: Non-interpolated regular expression literal
> Off the top of my head, I can't think of how to construct a regexp literal to match a hash character at the end of ... Eregon (Benoit Daloze)
08:37 AM Feature #8714: Non-interpolated regular expression literal
Eregon (Benoit Daloze) wrote:
> Why not Regexp.new('simple quoted string or any literal not interpolating')?
That...
phluid61 (Matthew Kerwin)
08:21 AM Feature #8714: Non-interpolated regular expression literal
Why not Regexp.new('simple quoted string or any literal not interpolating')?
Also,
/[$#]/ # => /[$#]/ and
"[#$]"...
Eregon (Benoit Daloze)
08:07 AM Feature #8714 (Open): Non-interpolated regular expression literal
=begin
I propose a new %string for non-interpolated regexp literals: %R
It is common to see erroneous bug repor...
phluid61 (Matthew Kerwin)
10:19 AM Revision 0ade4f39 (git): * bignum.c (rb_big2str1): Remove non-trim mode.
(rb_big2str0): Non-trim mode implemented here.
(big2str_find_n1): Change the result type to long again.
(big2str_...
akr (Akira Tanaka)
09:33 AM Feature #8536: Implement is_numeric? family of methods
There is no "is_"+adjective+"?" built-in methods.
And check-then-convert seems redundant.
nobu (Nobuyoshi Nakada)
08:29 AM Feature #8536: Implement is_numeric? family of methods
=begin
I am +1, if you change (({is_rationale?})) to (({is_rational?}))
Implementation question: is it reasonable...
phluid61 (Matthew Kerwin)
04:06 AM Bug #8712 (Closed): Couldn't find file to include 'sample/curses/*.rb'
This issue was solved with changeset r42300.
Kazuhiro, thank you for reporting this issue.
Your contribution to Ruby ...
nobu (Nobuyoshi Nakada)
03:46 AM Revision 9037b25d (git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42304 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:43 AM Revision 93055423 (git): * bignum.c (big2str_alloc): New function to allocate the result string.
It is called after actual length is calculated.
(big2str_struct): Add fields: negative, result and ptr.
(big2str_...
akr (Akira Tanaka)

07/31/2013

11:17 PM Bug #8712 (Closed): Couldn't find file to include 'sample/curses/*.rb'
=begin
When builddir is not srcdir, failed to include from curses.c.
Generating RDoc documentation
Parsing sou...
znz (Kazuhiro NISHIYAMA)
10:38 PM Revision 478bd312 (git): * bignum.c (big2str_orig): Use temporary buffer when trim mode.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42302 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
09:33 PM Revision 39a00c67 (git): * bignum.c (big2str_orig): Simplified because RBIGNUM_LEN(x) <= 2 now.
(big2str_struct): Two fields added: hbase2, hbase2_numdigits.
(rb_big2str1): Initialize above fields.
git-svn-id...
akr (Akira Tanaka)
07:06 PM Revision 835c555f (git): options.rb: include root for out-place build
* lib/rdoc/options.rb (RDoc#finish): include root path in include
paths, to work in another directory than the sour...
nobu (Nobuyoshi Nakada)
07:05 PM Revision 3d562b68 (git): test_rdoc_markup_pre_process.rb: input tempfile
* test/test_rdoc_markup_pre_process.rb (TestRDocMarkupPreProcess#setup):
fix input_file_name, as the test script is...
nobu (Nobuyoshi Nakada)
06:29 PM Feature #8632 (Closed): Remove warnings for Refinements
This issue was solved with changeset r42272.
Shugo, thank you for reporting this issue.
Your contribution to Ruby is ...
shugo (Shugo Maeda)
04:48 PM Revision eed6c15a (git): * bignum.c (big2str_karatsuba): Fix a condition of power_level.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42298 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
04:34 PM Revision b4dd68ff (git): Fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Akinori MUSHA
04:23 PM Feature #8707: Hash#reverse_each
Hello Charlie,
On 2013/07/31 14:24, Charlie Somerville wrote:
> Matz: This is quite a significant performance improv...
duerst (Martin Dürst)
02:29 PM Feature #8707: Hash#reverse_each
Matz: This is quite a significant performance improvement and therefore I think it is worthwhile.
Anonymous
12:48 PM Feature #8707 (Feedback): Hash#reverse_each
Do we really need it? What is use-cases?
Matz.
matz (Yukihiro Matsumoto)
04:21 PM Revision 278b494b (git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42296 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:20 PM Revision 4f1b07e9 (git): * bignum.c (LOG2_KARATSUBA_BIG2STR_DIGITS): Removed.
(KARATSUBA_BIG2STR_DIGITS): Removed.
(big2str_numdigits_cache): New variable.
(power_cache_get_power): Merged wit...
akr (Akira Tanaka)
04:06 PM Bug #8711 (Closed): 最近NoMemoryErrorが多い
最近 rubyci で NoMemoryError を出して失敗することが多いので、それを追跡するスレ
= TestFiber#test_many_fibers
http://u64b.rubyci.org/~chkbuild...
naruse (Yui NARUSE)
03:13 PM Feature #6589 (Feedback): Set#rehash
I added some notes to the rdoc in r42265. knu (Akinori MUSHA)
03:01 PM Revision d28913b4 (git): * bignum.c (big2str_find_n1): Change the return type to size_t.
(big2str_orig): Ditto.
(big2str_karatsuba): Ditto.
(rb_big2str1): Follow the above changes.
git-svn-id: svn+ss...
akr (Akira Tanaka)
03:01 PM Revision 482a21e7 (git): * 2013-08-01
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:01 PM Revision b0d4ffda (git): revert r42255 ref #8711
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42292 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
02:52 PM Bug #8710: Segmentation fault - when migrating a database on Debian 7.1
I just cloned my rails app onto my Debian 7.1 server and while migrating the database, Ruby reported a Segmentation f... AJ-Acevedo (AJ Acevedo)
02:51 PM Bug #8710 (Closed): Segmentation fault - when migrating a database on Debian 7.1
I just cloned my rails app onto my Debian 7.1 server and while migrating the database ruby reported AJ-Acevedo (AJ Acevedo)
02:21 PM Revision 9e84b335 (git): * bignum.c (power_cache_get_power): Change numdigits_ret to size_t *.
(big2str_orig): Change len argument to size_t.
(big2str_karatsuba): Ditto.
(rb_big2str1): Follow the above change...
akr (Akira Tanaka)
02:00 PM Revision 5f8cba07 (git): * test/rexml/parse/test_notation_declaration.rb: Change class
name to follow file name change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42290 b2dd03c8-39d4-4d8f-98ff-82...
Sutou Kouhei
01:58 PM Revision 6668c32a (git): * test/rexml/test_notationdecl_parsetest.rb: Rename to ...
* test/rexml/parse/test_notation_declaration.rb: ... this.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42289 ...
Sutou Kouhei
01:55 PM Revision 6b4a6fcb (git): * test/rexml/test_notationdecl_mixin.rb: Remove duplicated tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42288 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Sutou Kouhei
01:53 PM Revision 0c1139ea (git): * test/rexml/test_notationdecl_parsetest.rb: Fix typos in expected
value.
pubilc ->
public
^^
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42287 b2dd03c8-39d4-4d8f-98ff...
Sutou Kouhei
01:52 PM Revision 7f6c69b1 (git): * test/rexml/test_notationdecl_parsetest.rb: Add tests that focus
system literal in external ID system notation declaration.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42286 ...
Sutou Kouhei
01:42 PM Revision 621d2b3d (git): * bignum.c (bary_cmp): Extracted from rb_big_cmp.
(power_cache_get_power): Change n1 argument (number of digits) to
power_level which is just passed to power_cache_g...
akr (Akira Tanaka)
01:05 PM Revision 806dd30f (git): * test/rexml/test_notationdecl_parsetest.rb: Fix a typo.
Extern ID ->
ExternalID
^^
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42284 b2dd03c8-39d4-4d8f-98...
Sutou Kouhei
01:04 PM Revision a41ab7b3 (git): * test/rexml/test_notationdecl_parsetest.rb: Add tests that focus
public ID in external ID notation declaration.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42283 b2dd03c8-39d...
Sutou Kouhei
01:01 PM Revision 434826c0 (git): * parse.y: fix build error with bison-3.0.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42282 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
12:59 PM Revision 43f944dc (git): * test/rexml/test_notationdecl_parsetest.rb: Split test patterns.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42281 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Sutou Kouhei
12:44 PM Revision 3e047699 (git): * test/rexml/test_notationdecl_parsetest.rb: Group tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42280 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Sutou Kouhei
12:38 PM Revision 1251f51e (git): * test/rexml/test_notationdecl_mixin.rb (TestNotationDecl#test_name):
Move to ...
* test/rexml/test_notationdecl_parsetest.rb
(TestNotationDecl#test_name): ... here.
git-svn-id: svn+s...
Sutou Kouhei
12:32 PM Revision 5a5ede73 (git): * test/rexml/test_notationdecl_parsetest.rb: Remove setup because it
doesn't share anything with other tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42278 b2dd03c8-39d4-4d8f...
Sutou Kouhei
12:25 PM Revision a9c4b0f4 (git): * test/rexml/test_attributes_mixin.rb: Remove a needless shebang.
* test/rexml/test_notationdecl_mixin.rb: ditto.
* test/rexml/test_doctype.rb: ditto.
* test/rexml/test_xml_declaratio...
Sutou Kouhei
12:20 PM Revision c1ada18d (git): * test/rexml/test_notationdecl_parsetest.rb: remove a needless shebang.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42276 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Sutou Kouhei
11:18 AM Revision 0e2d0bb9 (git): * string.c (rb_str_rindex): fix bug introduced in r42269.
"".rindex("") should return 0.
(str_rindex): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42275 b2dd03...
Glass_saga (Masaki Matsushita)
10:58 AM Revision aba8c29a (git): * bignum.c (MAX_BIG2STR_TABLE_ENTRIES): Use SIZEOF_SIZE_T.
(power_cache_get_power0): Add rb_bug call for too bit i argument.
(power_cache_get_power): Simplified.
git-svn-i...
akr (Akira Tanaka)
09:34 AM Revision 601f7838 (git): * lib/uri/common.rb (URI.decode_www_form_component): Use String#b.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42273 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Akinori MUSHA
09:33 AM Feature #8696: Process.setproctitle
Class#nameとかぶるProcess.nameは芳しくないと思います。
Process.setproctitle()の別名ならProcess.title{,=}じゃないでしょうか。
nobu (Nobuyoshi Nakada)
02:35 AM Feature #8696: Process.setproctitle
なお、「プロセスの名前」としては*BSDの getprogname(3)/setprogname(3) も浮かびますが、これはerr(3)によるエラー表示などで使われるものですが、その初期値は File.basename($0) なの... knu (Akinori MUSHA)
02:27 AM Feature #8696: Process.setproctitle
getproctitle() というAPIはないので、 Process.setproctitle() でいいんじゃないかと思います。
$0はベタに Process.argv0 でどうでしょう。argv0という名前はTclに先例があり...
knu (Akinori MUSHA)
12:41 AM Feature #8696: Process.setproctitle
znz (Kazuhiro NISHIYAMA) wrote:
> 元々 DevelopersMeeting20130727Japan の時の雑談で出た話で、その時も
>
> * Process.setproctitle
>...
naruse (Yui NARUSE)
09:29 AM Revision 1c7f9073 (git): * eval.c (rb_mod_refine, mod_using, top_using): don't show
warnings because Refinements are no longer experimental.
[ruby-core:55993] [Feature #8632]
* test/ruby/test_refine...
shugo (Shugo Maeda)
09:00 AM Revision b30a1723 (git): * lib/uri/common.rb (URI.decode_www_form_component):
Don't raise error when str includes multibyte characters.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42271 b2...
sorah (Sorah Fukumori)
08:59 AM Revision 37c05ec3 (git): show errno on FiberError ref #8711
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42270 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
08:47 AM Revision 867876ab (git): * string.c (rb_str_rindex): performance improvement by using
memrchr(3).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42269 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Glass_saga (Masaki Matsushita)
07:53 AM Revision 8b126d59 (git): * string.c (rb_str_rindex): refactoring and avoid to call str_nth() if
pos == 0.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42268 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Glass_saga (Masaki Matsushita)
07:07 AM Revision fc3b9361 (git): Show /proc/meminfo on NoMemoryError ref #8711
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42267 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
06:02 AM Revision 444cd6f7 (git): Add a reference to the related issue.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42266 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Akinori MUSHA
05:58 AM Revision a5c8e086 (git): * lib/set.rb: [DOC] Add a couple of notes on Hash as storage.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Akinori MUSHA
05:58 AM Revision b426f8eb (git): * lib/set.rb: [DOC] Fix example result. Hash is now ordered.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42264 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Akinori MUSHA
05:58 AM Revision d950ffe5 (git): Use the term "sorted" instead "ordered" when mentioning SortSet.
* lib/set.rb: [DOC] Use the term "sorted" instead "ordered" when
mentioning SortSet.
git-svn-id: svn+ssh://ci.ruby...
Akinori MUSHA
03:20 AM Revision 61898591 (git): * bignum.c (big2str_struct): New structure.
(big2str_orig): Use big2str_struct.
(big2str_karatsuba): Ditto.
(rb_big2str1): Ditto.
git-svn-id: svn+ssh://ci...
akr (Akira Tanaka)
03:06 AM Revision 7e465336 (git): add github url to changelog for r42260
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42261 b2dd03c8-39d4-4d8f-98ff-823fe69b080e zzak (zzak _)
03:03 AM Revision 464cf793 (git): * lib/rubygems.rb: [DOC] typo in url patch by @Red54 [Fixes #369]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42260 b2dd03c8-39d4-4d8f-98ff-823fe69b080e zzak (zzak _)
02:49 AM Feature #8709 (Rejected): Dir.glob should return sorted file list
`Dir.glob` is documented to return filenames in filesystem order:
> Note that case sensitivity depends on your syste...
Anonymous
01:24 AM Feature #8709 (Closed): Dir.glob should return sorted file list
On OS X, Dir.glob and Dir[] return an ordered list of files.
On Ubuntu Linux, they do not and one must manually so...
tommorris (Tom Morris)
12:32 AM Bug #8680: ruby crashes when built with AddressSanitizer
If we are 100% sure that the GC is fine, then the following patch can be applied to make CRuby ASAN friendly.
diff...
halfie (Ruby Guy)

07/30/2013

11:10 PM Bug #8708 (Closed): It seems that a call to the "system" changes the handler of the INT signal
this is only on cygwin, on linux all ok
$ uname -a
CYGWIN_NT-5.1 bolshakovxp 1.7.21(0.267/5/3) 2013-07-15 12:17 i68...
bdimych (Dmitry Bolshakov)
10:58 PM Feature #8707 (Feedback): Hash#reverse_each
Currently, `{}.reverse_each` calls `Enumerable#reverse_each`.
It will make array and its size can be large.
I made ...
Glass_saga (Masaki Matsushita)
10:25 PM Feature #8696: Process.setproctitle
元々 DevelopersMeeting20130727Japan の時の雑談で出た話で、その時も
* Process.setproctitle
* Process.name, Process.name=
の両方の案があ...
znz (Kazuhiro NISHIYAMA)
01:59 AM Feature #8696: Process.setproctitle
方向性としては賛成なのですが($0はぐぐらびりてぃ悪いから暗記しないといけないのがイケてない)、
細かい点をいくつか確認させてください。
$0と同等なら Process.name = "hoge" とかのほうが読みやすいんじゃ...
kosaki (Motohiro KOSAKI)
10:11 PM Revision 9d08bed1 (git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
10:10 PM Revision db38a640 (git): * 2013-07-31
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42258 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
10:10 PM Revision 310d77d4 (git): * lib/rubygems: Import RubyGems from master as of commit 523551c
* test/rubygems: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42257 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
07:32 PM Feature #8693: lambda invoked by yield acts as a proc with respect to return
rits (First Last) wrote:
> what is the reason for this?
>
> why should yield and block.call behave differently?
...
rits (First Last)
07:02 AM Feature #8693: lambda invoked by yield acts as a proc with respect to return
alexeymuranov (Alexey Muranov) wrote:
> rits (First Last) wrote:
> > what is the reason for this?
> >
> > why sh...
rits (First Last)
06:33 AM Feature #8693: lambda invoked by yield acts as a proc with respect to return
rits (First Last) wrote:
> what is the reason for this?
>
> why should yield and block.call behave differently?
...
alexeymuranov (Alexey Muranov)
06:02 AM Feature #8693: lambda invoked by yield acts as a proc with respect to return
rits (First Last) wrote:
> what is the reason for this?
>
> why should yield and block.call behave differently?
...
rits (First Last)
07:19 PM Feature #6588: Set#intersect?
I followed superset?() and the like, and made the new methods accept only a set for the moment, because I couldn't co... knu (Akinori MUSHA)
06:58 PM Feature #6588 (Closed): Set#intersect?
This issue was solved with changeset r42253.
Marc-Andre, thank you for reporting this issue.
Your contribution to Rub...
knu (Akinori MUSHA)
01:25 PM Revision d82e5cc4 (git): * test/ruby/test_hash.rb: add a test for enumeration order of Hash.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42256 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Glass_saga (Masaki Matsushita)
01:23 PM Bug #8697: Fixnum complement operator issue
The bit inverted VALUE is OR'd with FIXNUM_FLAG so that Ruby will still recognize the VALUE as a Fixnum. It is NOT ... david_macmahon (David MacMahon)
12:30 PM Revision 1c3ea43f (git): rescue NoMemoryError
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42255 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
10:21 AM Revision 038f82d2 (git): Add some more tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42254 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Akinori MUSHA
09:58 AM Revision bd304ed8 (git): Add Set#intersect? and #disjoint?.
* lib/set.rb (Set#intersect?, Set#disjoint?): Add new methods for
testing if two sets have any element in common.
...
Akinori MUSHA
08:23 AM Revision 2e0fc4b2 (git): remove duplicated entry
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42252 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
08:16 AM Revision 09adba0d (git): sprintf.c: QUOTE flag
* sprintf.c (ruby__sfvextra): add QUOTE flag to escape unprintable
characters.
git-svn-id: svn+ssh://ci.ruby-lang....
nobu (Nobuyoshi Nakada)
07:08 AM Revision 6be21c1d (git): remove debugging raise in previous commit
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42250 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
06:52 AM Revision 7b53830a (git): Show ObjectSpace.count_objects to debug NoMemoryError
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42249 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
02:02 AM Revision 7b297f0c (git): * ext/curses/extconf.rb: [DOC] nodoc to reduce Object pollution
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42248 b2dd03c8-39d4-4d8f-98ff-823fe69b080e zzak (zzak _)
01:02 AM Revision a0320f8e (git): skip if ENV['USER'] is nil
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42247 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)

07/29/2013

11:53 PM Feature #8629: Method#parameters should include the default value
Hi Akira, thanks for your valuable input.

While your gem action_args is indeed interesting, it's not quite what...
rosenfeld (Rodrigo Rosenfeld Rosas)
11:23 PM Feature #8629: Method#parameters should include the default value
Rodrigo,

Here's my implementation of "params bindings to propose to the Rails web
framework", which might int...
matsuda (Akira Matsuda)
09:50 PM Feature #8629: Method#parameters should include the default value
Ok, thanks for considering. I'll try to think in other approaches to deal with params bindings to propose to the Rail... rosenfeld (Rodrigo Rosenfeld Rosas)
10:18 AM Feature #8629: Method#parameters should include the default value
The option expression can be very complex. IMHO covering simplest cases does not help.
Besides that, providing proc ...
matz (Yukihiro Matsumoto)
11:22 PM Revision 628eb567 (git): * 2013-07-30
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42246 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
11:22 PM Revision 106b0ce3 (git): * sizes.c (Init_sizes): Define sizes only if the type actually exists.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42245 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
05:43 PM Bug #8508: Invalid byte sequence in UTF-8 (ArgumentError) in win32/registry.rb
Is there any roadmap where I could find
out when this fix is gonna be available
with the release of a new ruby vers...
thasmo (Thomas Deinhamer)
05:05 AM Bug #8508: Invalid byte sequence in UTF-8 (ArgumentError) in win32/registry.rb
Perfect. Thank you for responding, really
appreciate it! Keep up the good work! :)
thasmo (Thomas Deinhamer)
04:48 PM Bug #8703 (Closed): hash_type is not duplicated if hash is empty
This issue was solved with changeset r42227.
Masaki, thank you for reporting this issue.
Your contribution to Ruby is...
nobu (Nobuyoshi Nakada)
04:30 PM Bug #8703 (Closed): hash_type is not duplicated if hash is empty
{}.compare_by_identity.dup.compare_by_identity? #=> false
{1=>1}.compare_by_identity.dup.compare_by_identity? #=> tr...
Glass_saga (Masaki Matsushita)
02:52 PM Bug #8702 (Closed): POSTLINK fails in test/mkmf/test_framework.rb although RUBY_CODESIGN is given
This issue was solved with changeset r42223.
Kenta, thank you for reporting this issue.
Your contribution to Ruby is ...
nobu (Nobuyoshi Nakada)
02:46 PM Bug #8702 (Closed): POSTLINK fails in test/mkmf/test_framework.rb although RUBY_CODESIGN is given
=begin
See ((<URL:http://a.mrkn.jp/~mrkn/chkbuild/mountain_lion/ruby-trunk-m64-o3/log/20130728T233100Z.log.html.gz>)...
mrkn (Kenta Murata)
01:55 PM Revision 9f06167a (git): sizes.c: RbConfig::SIZEOF
* sizes.c (Init_sizes): define RbConfig::SIZEOF. [Feature #8568]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@...
nobu (Nobuyoshi Nakada)
01:37 PM Revision 654c3cde (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42243 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:34 PM Revision 6c9cd508 (git): * test/ruby/test_hash.rb: use @cls.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42242 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:25 PM Revision ffb9da9f (git): * ext/curses/curses.c: [DOC] Update location of samples
* samples/curses/*: Move Curses samples and refactor from mixin
The samples are included in rdoc for module and use...
zzak (zzak _)
01:18 PM Revision 16bf45bf (git): * bignum.c (LOG2_KARATSUBA_BIG2STR_DIGITS): Renamed from
LOG2_KARATSUBA_DIGITS.
(KARATSUBA_BIG2STR_DIGITS): Renamed from KARATSUBA_DIGITS.
git-svn-id: svn+ssh://ci.ruby-...
akr (Akira Tanaka)
01:06 PM Revision 3118deb3 (git): * hash.c (rb_hash_compare_by_id): add function prototype.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42239 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Glass_saga (Masaki Matsushita)
12:57 PM Revision cff03715 (git): * hash.c (rb_hash_compare_by_id): don't call rb_hash_rehash()
if self.compare_by_identity? == true.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42238 b2dd03c8-39d4-4d8f-98f...
Glass_saga (Masaki Matsushita)
12:39 PM Revision eb8f9186 (git): * hash.c (rb_hash_assoc): performance improvement by replacing
compare function in RHASH(hash)->ntbl->type temporarily like r42224.
it falls back to rb_hash_foreach() if st_looku...
Glass_saga (Masaki Matsushita)
12:24 PM Feature #8499: Importing Hash#slice, Hash#slice!, Hash#except, and Hash#except! from ActiveSupport
I'm sorry for my wrong implementation.
patch2.diff makes `Hash#slice!` and `#except!` behave the same as ActiveSuppo...
Glass_saga (Masaki Matsushita)
12:20 PM Revision 952e4448 (git): Add a frozenness check test for Enumerator::Lazy#initialize.
* test/ruby/test_lazy_enumerator.rb
(TestLazyEnumerator#test_initialize): Make sure
Enumerator::Lazy#initialize r...
Akinori MUSHA
12:20 PM Revision f2f18dab (git): Update ChangeLog.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42235 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Akinori MUSHA
12:06 PM Revision 075752a8 (git): Add a frozenness check to Enumerator::Generator#initialize.
* enumerator.c (generator_init): Ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42234 b2dd03c8-39d4-4d8f-9...
Akinori MUSHA
12:06 PM Revision 8cb0de91 (git): Add a frozenness check to Enumerator#initialize.
* enumerator.c (enumerator_init): Add a frozenness check to
prevent a frozen Enumerator object from being reinitial...
Akinori MUSHA
11:24 AM Revision ef01a5a6 (git): * hash.c (rb_hash_assoc): revert r42224. table->type->compare is
called only if hashes are matched.
* test/ruby/test_hash.rb: add a test to check using #== to compare.
git-svn-id: ...
Glass_saga (Masaki Matsushita)
09:02 AM Feature #8700: Integer#bitsize (actually Fixnum#bitsize and Bignum#bitsize)
headius (Charles Nutter) wrote:
> +1.
>
> "bitlength" seems more in line with other platforms. Also, Fixnum#size ...
phluid61 (Matthew Kerwin)
08:43 AM Feature #8700: Integer#bitsize (actually Fixnum#bitsize and Bignum#bitsize)
+1.
"bitlength" seems more in line with other platforms. Also, Fixnum#size represents octet size, not bit size.
...
headius (Charles Nutter)
08:00 AM Revision 74408151 (git): parse.y, vm_eval.c: file encoding in eval
* parse.y (yycompile): store file name as String to keep the encoding.
* parse.y (rb_parser_compile_string_path, rb_p...
nobu (Nobuyoshi Nakada)
08:00 AM Revision aa2a8451 (git): parse.y, vm_eval.c: file encoding in eval
* parse.y (yycompile): store file name as String to keep the encoding.
* parse.y (rb_parser_compile_string_path, rb_...
nobu (Nobuyoshi Nakada)
07:53 AM Revision 1f7839f1 (git): hash.c: copied identhash
* hash.c (rb_hash_initialize_copy): copy st_table type even if empty.
[ruby-core:56256] [Bug #8703]
git-svn-id: s...
nobu (Nobuyoshi Nakada)
07:51 AM Revision be24b385 (git): ChangeLog: commit miss
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42228 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:48 AM Revision ac82a1b2 (git): hash.c: copied identhash
* hash.c (rb_hash_initialize_copy): copy st_table type even if empty.
[ruby-core:56256] [Bug #8703]
git-svn-id: s...
nobu (Nobuyoshi Nakada)
07:34 AM Revision c74ad1bc (git): hash.c: clear before copy
* hash.c (rb_hash_initialize_copy): clear old table before copy new
table.
git-svn-id: svn+ssh://ci.ruby-lang.org...
nobu (Nobuyoshi Nakada)
07:34 AM Revision 15ffd4eb (git): hash.c: copy memberwise
* hash.c (rb_hash_assoc): aggregate object can be initialized only
with link time constants.
git-svn-id: svn+ssh:...
nobu (Nobuyoshi Nakada)
05:58 AM Revision 3f8e82b4 (git): * hash.c (rb_hash_assoc): performance improvement by replacing
compare function in RHASH(hash)->ntbl->type temporarily.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42224 b2d...
Glass_saga (Masaki Matsushita)
05:52 AM Revision fcb58bdb (git): mkmf.rb: expand all macros
* lib/mkmf.rb (xsystem): expand environment variable in all macros not
expanded with RbConfig. [Bug #8702]
* test/...
nobu (Nobuyoshi Nakada)
05:52 AM Revision 3168bfe8 (git): vm_eval.c: fix argument type
* vm_eval.c (eval_string_from_file_helper): fix callback argument
type. rb_protect passes a VALUE not a pointer.
...
nobu (Nobuyoshi Nakada)

07/28/2013

11:20 PM Bug #8701 (Closed): REXML bug in parsing notation declarations
添付したコード(test_notationdecl.rb)を実行すると、["x", "y", "z"] が表示することが期待されますが、["y", "z"] と表示されます。
パースに使っている正規表現の問題で, 添付したパッチ...
ohai (Ippei Obayashi)
10:56 PM Feature #8700 (Closed): Integer#bitsize (actually Fixnum#bitsize and Bignum#bitsize)
How about adding Integer#bitsize (actually Fixnum#bitsize and Bignum#bitsize)?
Integer#bitsize returns the positio...
akr (Akira Tanaka)
10:04 PM Bug #8687: mathn and round causes an segmentationfault
Backported to ruby_2_0_0 at r42217. nagachika (Tomoyuki Chikanaga)
09:58 PM Bug #8669: outbuf can be "temporarily" locked forever in IO#read
Backported to ruby_2_0_0 at r42216. nagachika (Tomoyuki Chikanaga)
05:49 PM Bug #8669 (Closed): outbuf can be "temporarily" locked forever in IO#read
This issue was solved with changeset r42212.
Masaki, thank you for reporting this issue.
Your contribution to Ruby is...
Anonymous
09:54 PM Revision da8406f0 (git): win32.c: use enum
* win32/win32.c (rb_w32_pipe): use enum for compile time constants,
instead of const int for debugging.
git-svn-id...
nobu (Nobuyoshi Nakada)
09:49 PM Bug #8664: open ssl not_before failure on small set of certificates
Backported to ruby_2_0_0 at r42215. nagachika (Tomoyuki Chikanaga)
08:27 PM Revision fc0511f4 (git): add assert_not_empty ENV['USER']
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42220 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
08:16 PM Bug #8689: REXML::StreamListener#entityが呼び出されない
修正ありがとうございます。元々のコードを書いた人も取れている情報を捨てずに活用できる手段を用意したかったのでしょう。
るりまもこれに合わせて適当に修正します。
ohai (Ippei Obayashi)
08:06 PM Bug #8685: Problems of the example of REXM::Attribute#namespace
zzak (Zachary Scott) wrote:
> @ohai Thank you! It seems you removed an example for #add_attributes
>
> Why was th...
ohai (Ippei Obayashi)
06:26 PM Feature #8499: Importing Hash#slice, Hash#slice!, Hash#except, and Hash#except! from ActiveSupport
The attached file is not a part of my proposal. It made by Glass_saga. My proposal is the same as ActiveSupport.
mrkn (Kenta Murata)
05:56 AM Feature #8499: Importing Hash#slice, Hash#slice!, Hash#except, and Hash#except! from ActiveSupport
I've missed the returned values until I've implemented it actually.
- In ActiveSupport
* `Hash#slice!` keeps th...
nobu (Nobuyoshi Nakada)
05:39 PM Bug #8697: Fixnum complement operator issue
=begin
As you've admitted, ~ operator implementation does more than ((*just flipping of it's each bit*)). It also do...
torimus (Torimus GL)
06:14 AM Bug #8697: Fixnum complement operator issue
=begin
I guess you mistake "the ones' complement of a binary number" for "the ones' complement system".
The former ...
mame (Yusuke Endoh)
04:02 AM Bug #8697: Fixnum complement operator issue
=begin
When one's complement is applied to zero, the result is ((*not*)) -1 but so called "negative zero", ie. -0.
Wh...
torimus (Torimus GL)
12:34 AM Bug #8697 (Feedback): Fixnum complement operator issue
Please show us an actual problem.
At least, ~0 is -1 as follows.
% ./ruby -v -e 'p ~0'
ruby 2.1.0dev (2013-07-...
akr (Akira Tanaka)
05:27 PM Feature #8699 (Closed): Feature request: Detect line encoding problems
This is a feature which would have saved me hours of debugging.
If you give ruby a file with old mac line endings,...
mattsains (Matthew Sainsbury)
05:22 PM Bug #8625 (Assigned): IO#read(len, buf) shortens buf even if data is not read actually
Nakada-san, what do you think? Glass_saga (Masaki Matsushita)
05:14 PM Bug #8698 (Closed): レシーバに不正なバイト列が含まれている場合にString#each_lineや#linesの挙動が引数の有無で変わってしまう
String#each_lineや#linesは、レシーバに不正なバイト列が含まれている場合に引数無しで呼ばれると例外を発生させませんが、
引数を与えると例外を発生させます。
invalid_str = "\x80" * 3
...
Glass_saga (Masaki Matsushita)
03:14 PM Revision 77763b51 (git): * 2013-07-29
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42219 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:14 PM Revision 7a9aeb33 (git): * bignum.c (bigdivrem): Specialized implementation added for
nx == 2 && ny == 2
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42218 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
01:06 PM Feature #8671 (Closed): support SEEK_DATA and SEEK_HOLE
This issue was solved with changeset r42211.
Masaki, thank you for reporting this issue.
Your contribution to Ruby is...
Anonymous
01:04 PM Revision 6cd7a039 (git): merge revision(s) 42178: [Backport #8687]
* rational.c (f_round_common): Rational is expected to be returned by
Rational#*, but mathn.rb breaks that ...
nagachika (Tomoyuki Chikanaga)
12:58 PM Revision a728dd25 (git): merge revision(s) 42212,42214: [Backport #8669]
* string.c: add internal API rb_str_locktmp_ensure().
* io.c (io_fread): use rb_str_locktmp_ensure().
...
nagachika (Tomoyuki Chikanaga)
12:49 PM Revision 0f1fb6ff (git): merge revision(s) 42126: [Backport #8664]
* ext/openssl/ossl_asn1.c (asn1time_to_time): Implement YYMMDDhhmmZ
format for ASN.1 UTCTime. [ruby-trunk...
nagachika (Tomoyuki Chikanaga)
11:31 AM Revision e4b0852a (git): * io.c (io_getpartial): use rb_str_locktmp_ensure().
[ruby-core:56121] [Bug #8669]
* io.c (rb_io_sysread): ditto.
* test/ruby/test_io.rb: add tests for above.
git-svn-...
Glass_saga (Masaki Matsushita)
11:19 AM Feature #6065: Allow Bignum marshalling/unmarshalling from C API
I made rb_absint_size and rb_absint_numwords public too, as described in
[ruby-core:55408]. (comment #18)
I also...
akr (Akira Tanaka)
12:15 AM Feature #6065: Allow Bignum marshalling/unmarshalling from C API
I made rb_integer_pack and rb_integer_unpack public because it seems no one against them. akr (Akira Tanaka)
12:11 AM Feature #6065 (Closed): Allow Bignum marshalling/unmarshalling from C API
This issue was solved with changeset r42202.
Martin, thank you for reporting this issue.
Your contribution to Ruby is...
akr (Akira Tanaka)
11:10 AM Revision 5c2f4fbc (git): extmk.rb: static extensions
* ext/extmk.rb (extmake): should make static libraries for extensions
to be statically linked. [Bug #7948]
git-sv...
nobu (Nobuyoshi Nakada)
10:43 AM Bug #5954: IO.read_nonblock on IO.pipe generates Errno::EBADF (MinGW)
It's natural.
Windows doesn't support non-blocking mode on other than sockets.
nobu (Nobuyoshi Nakada)
08:49 AM Revision dd8f7a6c (git): * string.c: add internal API rb_str_locktmp_ensure().
* io.c (io_fread): use rb_str_locktmp_ensure().
[ruby-core:56121] [Bug #8669]
* test/ruby/test_io.rb: add a test f...
Glass_saga (Masaki Matsushita)
04:06 AM Revision 0a778543 (git): * io.c (interpret_seek_whence): support SEEK_DATA and SEEK_HOLE.
These are whences for lseek(2) supported by Linux since version 3.1.
[ruby-core:56123] [Feature #8671]
* test/ruby...
Glass_saga (Masaki Matsushita)
03:51 AM Revision 37377b24 (git): * bignum.c (absint_numwords_generic): The char_bit variable changed
to a static constant.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42210 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
03:42 AM Feature #7292: Enumerable#to_h
=begin
I would suggest
module Enumerable
def to_h
h = {}
each do |e|
h[e.first] = e...
alexeymuranov (Alexey Muranov)
03:12 AM Revision aecf0077 (git): * bignum.c: Constify bary_* functions.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:14 AM Revision e5ff9d58 (git): * include/ruby/intern.h (rb_absint_size): Declaration moved from
internal.h to calculate required buffer size to pack integers.
(rb_absint_numwords): Ditto.
(rb_absint_singlebit_...
akr (Akira Tanaka)
01:54 AM Revision 56150eba (git): win32.c: fix pipe name formatting
* win32/win32.c (rb_w32_pipe): fix pipe name formatting. as "%x" may
not contain '0' at all, fill at fixed positio...
nobu (Nobuyoshi Nakada)
12:39 AM Feature #8553 (Closed): Bignum#size (and Fixnum#size)
This issue was solved with changeset r42204.
Akira, thank you for reporting this issue.
Your contribution to Ruby is ...
akr (Akira Tanaka)
12:09 AM Feature #8430 (Assigned): Rational number literal
mrkn (Kenta Murata)

07/27/2013

09:07 PM Feature #8629: Method#parameters should include the default value
I don't understand, I've expressed already my opinion on how it should behave in the case you pointed out directly in... rosenfeld (Rodrigo Rosenfeld Rosas)
04:42 PM Feature #8629 (Rejected): Method#parameters should include the default value
There can be a default value expression that refers external scope, e.g.
def foo(a, b=a+2)
end
In the case...
matz (Yukihiro Matsumoto)
08:23 PM Bug #8697 (Rejected): Fixnum complement operator issue
=begin
By the ((<documentation|URL:http://www.ruby-doc.org/core-2.0/Fixnum.html#method-i-7E>)), bitwise complement o...
torimus (Torimus GL)
07:37 PM Revision b592a740 (git): Show TERM environment variable on failure
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42206 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
06:10 PM Revision f1312bc0 (git): test_rubyoptions.rb: split test_segv_test
* test/ruby/test_rubyoptions.rb (test_segv_test): split assertions to
each tests.
git-svn-id: svn+ssh://ci.ruby-la...
nobu (Nobuyoshi Nakada)
04:54 PM Feature #8696 (Closed): Process.setproctitle
$0= と同じ機能が$変数を使わずに書けないようなので、
Process.setproctitle を追加するのはどうでしょうか?
znz (Kazuhiro NISHIYAMA)
04:29 PM Feature #8430: Rational number literal
matz (Yukihiro Matsumoto) wrote:
> The final idea was "1r" to be "Rational(1,1)". We also accept the idea of "1i" a...
mrkn (Kenta Murata)
04:16 PM Feature #8430: Rational number literal
The final idea was "1r" to be "Rational(1,1)". We also accept the idea of "1i" as "Complex(0,1)".
Matz.
matz (Yukihiro Matsumoto)
04:13 PM Feature #8671: support SEEK_DATA and SEEK_HOLE
We accept. Go ahead.
Matz.
matz (Yukihiro Matsumoto)
03:48 PM Feature #6589: Set#rehash
Actually, an undocumented "feature" is that Set does not support an element being modified once it is added.
Maybe...
knu (Akinori MUSHA)
03:39 PM Revision 5b89a56b (git): * bignum.c (rb_big_size): Return the bignum "bytewise" size.
[ruby-core:55578] [Feature #8553]
This is accepted by matz on DevelopersMeeting20130727Japan.
git-svn-id: svn+ss...
akr (Akira Tanaka)
03:27 PM Feature #8026: Need Module#prepended_modules
What about adding Module#prepend?(other) also, which could be implemented in ruby as follows?
module Module
def...
knu (Akinori MUSHA)
02:47 PM Feature #8026: Need Module#prepended_modules
I am OK with the idea.
Matz.
matz (Yukihiro Matsumoto)
03:25 PM Feature #8499: Importing Hash#slice, Hash#slice!, Hash#except, and Hash#except! from ActiveSupport
In attached patch.diff
~~~ruby
assert_equal({1=>2, 3=>4}, h.slice!(1, 3))
~~~
but ActiveSupport's `h.slice!(1...
znz (Kazuhiro NISHIYAMA)
03:22 PM Feature #8499: Importing Hash#slice, Hash#slice!, Hash#except, and Hash#except! from ActiveSupport
The slice method (`Array#slice`) retrieve "a slice of elements" from an `Array`.
Considering that, slice is *not* a ...
matz (Yukihiro Matsumoto)
03:11 PM Revision c15e0070 (git): * 2013-07-28
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42203 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:11 PM Revision 8fd992d7 (git): * include/ruby/intern.h (rb_integer_pack): Declaration moved from
internal.h.
(rb_integer_unpack): Ditto.
[ruby-core:42813] [Feature #6065]
git-svn-id: svn+ssh://ci.ruby-lang.o...
akr (Akira Tanaka)
03:10 PM Bug #8221: 2 AES-128-GCM (probably same in AES-256-GCM) bug?
http://rbci.lakewood.privs.net/ruby-trunk/log/20130726T230003Z.log.html.gz also relates this naruse (Yui NARUSE)
03:07 PM Feature #7292 (Feedback): Enumerable#to_h
the name 'to_h' is OK, simpler behavior is preferable compared with the past proposals.
But I am not sure the foll...
matz (Yukihiro Matsumoto)
02:59 PM Feature #6588: Set#intersect?
OK, accepted. I'll work on it. knu (Akinori MUSHA)
02:29 PM Feature #8632: Remove warnings for Refinements
I agree. Remove warning.
Matz.
matz (Yukihiro Matsumoto)
01:53 PM Feature #8678: Allow invalid string to work with regexp
duerst (Martin Dürst) wrote:
> Sorry to be late with my comment.
>
> naruse (Yui NARUSE) wrote:
> > People can f...
naruse (Yui NARUSE)
01:45 PM Feature #3753: value of def-expr
We accept this change for 2.1 in the developers' meeting on 2013-07-27. We also think define_method() should return ... matz (Yukihiro Matsumoto)
01:36 PM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
In the developers' meeting on 2007-07-27, we concluded we accepted the proposal from Aaron in https://dl.dropboxuserc... matz (Yukihiro Matsumoto)
08:23 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
Aaron Patterson <[email protected]> wrote:
> In the last developer meeting, matz suggested that the existin...
normalperson (Eric Wong)
10:46 AM Bug #8695 (Feedback): CompilationMakefile for 1.9.3-p448 and 2.0.0-p247 produces "Inconsistent rules lines" errors on HP-UX 9000/800
Your log is 1.8.7. nobu (Nobuyoshi Nakada)
04:35 AM Bug #8695 (Closed): CompilationMakefile for 1.9.3-p448 and 2.0.0-p247 produces "Inconsistent rules lines" errors on HP-UX 9000/800
I was following the instructions in the README file for the compilation of Ruby version2.0.0-p247. The problem is al... tluedeke (Thomas Luedeke)
09:56 AM Feature #8601: Win32API.rb long life plan
usa (Usaku NAKAMURA) wrote:
> Win32API.rb should be removed at 2.1.0.
Hello usa,
This doesn't go against what ...
luislavena (Luis Lavena)
09:45 AM Bug #5954: IO.read_nonblock on IO.pipe generates Errno::EBADF (MinGW)
Hello usa, nobu.
I've hit this issue with several project again.
Can you confirm or reject if this failure is i...
luislavena (Luis Lavena)
08:53 AM Feature #8658: Process.clock_gettime
2013/7/26 Tanaka Akira <[email protected]>:
> 2013/7/26 KOSAKI Motohiro <[email protected]>:
>
>> Really? I...
akr (Akira Tanaka)
08:13 AM Revision 8a165f96 (git): * 2013-07-27
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42201 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:13 AM Revision aef16b8f (git): fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42200 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
12:22 AM Feature #8693: lambda invoked by yield acts as a proc with respect to return
what is the reason for this?
why should yield and block.call behave differently?
why should lambdas sometimes n...
rits (First Last)
 

Also available in: Atom