Activity
From 07/29/2013 to 08/04/2013
08/04/2013
-
10:20 PM Feature #8126: OpenSSL::SSL::SSLSocket does not define #recv and #send messages
- I don't know how @postmodern but I miss the getpeername the most.
-
09:49 PM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- My guess:
* yield invokes any block as a plain block
* lambda block always checks the arguments
Anyway, I don'... -
06:42 PM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- @rits: i plan to stop commenting on this thread and hope that Matz or someone else will provide and authoritative exp...
-
02:28 PM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- @Alexey: The OP complaint is a spec. But in the discussion (which I thoroughly read only upon
your reminder), differ... -
06:23 AM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- alexeymuranov (Alexey Muranov) wrote:
>
> I agree it would be nice if Matz clarified the issue.
>
> rits (Fir... -
04:25 AM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- I agree it would be nice if Matz clarified the issue.
rits (First Last) wrote:
>
> This notion that & somehow e... -
03:00 AM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- nobu (Nobuyoshi Nakada) wrote:
> Then it's a bug in that book.
What exactly are you claiming is a bug in the boo... -
02:48 AM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- boris_stitnicky (Boris Stitnicky) wrote:
> @Alexey: It's spec. As soon as you unpack the block with the pretzel, it ... -
02:20 AM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- Maybe this is related to #8622?
-
12:41 AM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- Then it's a bug in that book.
-
06:01 PM Bug #8731 (Closed): Problems when parsing notation decl and entity decl with REXML::Parsers::SAX2Parser
- 以下のコード(sax2parser_decl_error.rb)を実行すると例外が発生します。
require 'rexml/parsers/sax2parser'
require 'rexml/sax2listener'... -
11:23 AM Feature #8726: Class#source_location
- 2013/8/3 Nobuyoshi Nakada <[email protected]>:
> (13/08/04 6:33), KOSAKI Motohiro wrote:
>>> なるせさん、わたし、あのバックトレー... -
10:23 AM Feature #8726: Class#source_location
- (13/08/04 6:33), KOSAKI Motohiro wrote:
>> なるせさん、わたし、あのバックトレースの整形処理がイマイチ理解できんのだが、
>> あれはどういう処理を意図してるの。
>
> ... -
06:53 AM Feature #8726: Class#source_location
- > なるせさん、わたし、あのバックトレースの整形処理がイマイチ理解できんのだが、
> あれはどういう処理を意図してるの。
printfデバッグした感じだと
(bt = e.backtrace).r... -
05:59 AM Feature #8726: Class#source_location
- > Classオブジェクトが生成された場所を返す Class#source_location メソッドの実装を希望いたします。
>
> これによって解決される問題の例としては、Timeout::timeout が無名の例外クラスオ... -
03:02 AM Feature #8726: Class#source_location
- naruse (Yui NARUSE) wrote:
> ユースケースがtimeoutだけなのでしたら、一般化したsource_locationではなく、
> その無名クラスオブジェクトに作成時のcallerを返す特異メソッドをつ... -
02:34 AM Feature #8726: Class#source_location
- ユースケースがtimeoutだけなのでしたら、一般化したsource_locationではなく、
その無名クラスオブジェクトに作成時のcallerを返す特異メソッドをつけた方が早くありませんか。 -
10:44 AM Bug #8730 (Rejected): "rescue Exception" rescues Timeout::ExitException
- Exception全体をrescueして握り潰しているのがバグでしょう。
-
09:47 AM Bug #8730 (Rejected): "rescue Exception" rescues Timeout::ExitException
- =begin
Timeout.timeout ブロック内で rescue Exception によって例外を捕捉している箇所があると、
タイムアウト処理が内部的に利用している Timeout::ExitException クラスの... -
10:23 AM Feature #8696: Process.setproctitle
- 2013/7/30 knu (Akinori MUSHA) <[email protected]>:
>
> Issue #8696 has been updated by knu (Akinori MUSHA).
>
... -
08:57 AM Bug #8716 (Assigned): segmation fault 正規表現で大量のグループを利用時
- regexec.c:match_at()で呼ばれるSTACK_INITがサイズを考慮せずにxallocaしているため、スタックオーバーフローしています。
-
07:44 AM Bug #8729 (Rejected): Fix character literals in documentation
- =begin
(('('))This is my first ever patch to Ruby, tried to follow ((<this guide|URL:http://documenting-ruby.org/ste... -
06:53 AM Bug #8728 (Closed): strio_substr can put invalid pointer into substring
- This issue was solved with changeset r42366.
Charles, thank you for reporting this issue.
Your contribution to Ruby i... -
06:43 AM Bug #8728: strio_substr can put invalid pointer into substring
- I will go ahead and fix this with an empty string.
-
06:30 AM Bug #8728 (Closed): strio_substr can put invalid pointer into substring
- There's a bug in strio_substr when reading a zero-length string from a StringIO when the position is past the end of ...
-
05:25 AM Bug #8159 (Closed): Build failure introduced by Rinda changes
- issue shown here no longer present in CI.
Thank you. -
05:23 AM Bug #5954 (Rejected): IO.read_nonblock on IO.pipe generates Errno::EBADF (MinGW)
- Thank you nobu, this is a platform limitation then.
-
02:46 AM Feature #3753 (Assigned): value of def-expr
08/03/2013
-
11:11 PM Bug #8715 (Closed): openssl mkmf.log filled with other data
- Hello,
I'd backported r40080 and r40081 to ruby_2_0_0.
-
10:51 PM Bug #8702: POSTLINK fails in test/mkmf/test_framework.rb although RUBY_CODESIGN is given
- Backported to ruby_2_0_0 at r42358.
-
10:33 PM Bug #8716 (Feedback): segmation fault 正規表現で大量のグループを利用時
- Backport200 は 2.0.0 ブランチへのバックポートチケット用ですので一旦 ruby-trunk へ移動します。
なお手元では trunk でも 2.0.0 でも再現しませんでした。
SEGV 発生時のバックトレー... -
09:56 PM Feature #8726: Class#source_location
- 関連して、無名クラスオブジェクトのto_s の結果として、`"#<Class:0x007f956336abc8>"` のような文字列ではなく、
Class#source_location で得られる情報を付加すれば、様々な利便性の向... -
09:54 PM Feature #8726 (Rejected): Class#source_location
- Classオブジェクトが生成された場所を返す Class#source_location メソッドの実装を希望いたします。
これによって解決される問題の例としては、Timeout::timeout が無名の例外クラスオブジェクト... -
07:59 PM Feature #8723: Array.any? predicate returns true for empty array.
- =========
"Do you agree at least that you initial proposal with assigning false to [].all?{...} was unreasonable?"... -
05:29 PM Feature #8723: Array.any? predicate returns true for empty array.
- Some more explanation reading on the subject - and reasons for this:
http://en.m.wikipedia.org/wiki/Universal_quant... -
05:23 PM Feature #8723: Array.any? predicate returns true for empty array.
- On 2013/08/03 15:40, nurettin (Nurettin Onur TUGCU) wrote:
>
> Issue #8723 has been updated by nurettin (Nuretti... -
04:09 PM Feature #8723: Array.any? predicate returns true for empty array.
- Nurettin, what would be a benefit of introducing this exception to a simple rule? You propose to make the truth valu...
-
03:40 PM Feature #8723: Array.any? predicate returns true for empty array.
- I find I need to address all the questions
=============
"If enum is empty, there is in fact *none* element wh... -
02:23 PM Feature #8723: Array.any? predicate returns true for empty array.
- Several explanations for the correctness of how Ruby currently works
have already been given. Here's one more:
... -
06:23 AM Feature #8723: Array.any? predicate returns true for empty array.
- Just for fun...
# true regardless of whether [].all? returns true or false
[].all? { |x| predicate(x) } == []... -
05:22 AM Feature #8723: Array.any? predicate returns true for empty array.
- nurettin (Nurettin Onur TUGCU) wrote:
> Yes, I meant for .all? (wasn't able to edit) and the behavior is correct acco... -
12:40 AM Feature #8723 (Rejected): Array.any? predicate returns true for empty array.
- One way to see it is
enum.all? { |e| predicate(e) } == !enum.any? { |e| !predicate(e) }
And it seems logica... -
07:42 PM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- @Boris, this is what i thought first, but rits demonstrated that lambda is not forgotten. So it looks like some opti...
-
07:15 PM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- @Alexey: It's spec. As soon as you unpack the block with the pretzel, it forgets about its lambda-ness. If you wish t...
-
07:30 PM Bug #8348: ruby hangs randomly in daemonized processes on Debian GNU/kFreeBSD
- I've run test myself for 67 times and none of them finished unsuccessfully.
-
09:31 AM Feature #8264 (Closed): define struct under the given namespace
- This issue was solved with changeset r42348.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby... -
06:57 AM Feature #3753 (Closed): value of def-expr
- This issue was solved with changeset r42347.
Usaku, thank you for reporting this issue.
Your contribution to Ruby is ... -
12:04 AM Feature #3753 (Assigned): value of def-expr
- =begin
``define_method()'' と書かれると迷いが生じるんですが、Module#define_method が意図されていたということでいいんでしょうか?
で、あれば、こんなもんかと思うんですが、こちらはまだ... -
04:56 AM Feature #8725 (Feedback): Possibility to get a signal handler without changing it
- in Perl
$xxxHandler = $SIG{XXX}
in Ruby it could be
xxxHandler = trap 'XXX'
-
04:40 AM Bug #8724 (Closed): MinGW: ConverterNotFoundError test failure
- =begin
Hello,
The following test is causing a failure on Windows CI environment (MinGW) both x86 and x64:
T...
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 ... -
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...
-
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 ... -
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 ... -
08:49 PM Bug #8664: open ssl not_before failure on small set of certificates
- Backported to ruby_1_9_3 at r42328.
-
08:40 PM Bug #8669: outbuf can be "temporarily" locked forever in IO#read
- Backported to ruby_1_9_3 at r42327.
-
08:31 PM Bug #8687: mathn and round causes an segmentationfault
- Backported to ruby_1_9_3 at r42326.
-
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 {... -
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 ... -
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... -
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... -
11:26 AM Feature #8663: Officialy alias ArgumentError to ArgError
- Yes, but one of those characters is 'm'!
-
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... -
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...
-
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? -
11:28 AM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- +1 to nobu
-
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...
-
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... -
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... -
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... -
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... -
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]>:
>... -
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
... -
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 ... -
10:16 AM Bug #8719 (Closed): r42096 make bm_app_factorial.rb slow
- r42096 のコミットでbm_app_factorial.rbがかなり遅くなるようです。
しょうがないということでしたらrejectしてください。
とりあえずご報告までということで。
% time ./miniruby -... -
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... -
10:49 AM Bug #8718 (Closed): unary minus with literal suffix of Rational/Complex
- Duplicate of #8717, fixed in r42323.
-
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... -
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... -
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... -
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... -
07:14 AM Bug #8715: openssl mkmf.log filled with other data
- yes it did fixed the log problem - please backport it
-
04:46 AM Bug #8651: /[#$]/ causes syntax error
- Yes, I meant $], it was a typo.
-
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)":
> ... -
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...
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 ... -
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... -
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... -
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... -
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<<'()'}
... -
09:10 PM Feature #8658: Process.clock_gettime
- I updated the patch to emulate CLOCK_REALTIME using gettimeofday.
-
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_... -
08:18 PM Bug #8711: 最近NoMemoryErrorが多い
- http://u32.rubyci.org/~chkbuild/ruby-trunk/log/20130801T103302Z.log.html.gz
で 32bit でも安定したような気がします。
もうしばらく様子を見ます。... -
06:08 PM Bug #8711: 最近NoMemoryErrorが多い
- http://u64b.rubyci.org/~chkbuild/ruby-trunk/log/20130731T113303Z.diff.html.gz
/proc/meminfo みても特にメモリが足りなくなっているようには見え... -
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:... -
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... -
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... -
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... -
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... -
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
-
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
-
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 $[ ?
-
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... -
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... -
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... -
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... -
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 ...
-
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... -
08:21 AM Feature #8714: Non-interpolated regular expression literal
- Why not Regexp.new('simple quoted string or any literal not interpolating')?
Also,
/[$#]/ # => /[$#]/ and
"[#$]"... -
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... -
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. -
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... -
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 ...
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... -
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 ... -
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... -
02:29 PM Feature #8707: Hash#reverse_each
- Matz: This is quite a significant performance improvement and therefore I think it is worthwhile.
-
12:48 PM Feature #8707 (Feedback): Hash#reverse_each
- Do we really need it? What is use-cases?
Matz.
-
04:06 PM Bug #8711 (Closed): 最近NoMemoryErrorが多い
- 最近 rubyci で NoMemoryError を出して失敗することが多いので、それを追跡するスレ
= TestFiber#test_many_fibers
http://u64b.rubyci.org/~chkbuild... -
03:13 PM Feature #6589 (Feedback): Set#rehash
- I added some notes to the rdoc in r42265.
-
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...
-
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
-
09:33 AM Feature #8696: Process.setproctitle
- Class#nameとかぶるProcess.nameは芳しくないと思います。
Process.setproctitle()の別名ならProcess.title{,=}じゃないでしょうか。 -
02:35 AM Feature #8696: Process.setproctitle
- なお、「プロセスの名前」としては*BSDの getprogname(3)/setprogname(3) も浮かびますが、これはerr(3)によるエラー表示などで使われるものですが、その初期値は File.basename($0) なの...
-
02:27 AM Feature #8696: Process.setproctitle
- getproctitle() というAPIはないので、 Process.setproctitle() でいいんじゃないかと思います。
$0はベタに Process.argv0 でどうでしょう。argv0という名前はTclに先例があり... -
12:41 AM Feature #8696: Process.setproctitle
- znz (Kazuhiro NISHIYAMA) wrote:
> 元々 DevelopersMeeting20130727Japan の時の雑談で出た話で、その時も
>
> * Process.setproctitle
>... -
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... -
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... -
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...
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... -
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 ... -
10:25 PM Feature #8696: Process.setproctitle
- 元々 DevelopersMeeting20130727Japan の時の雑談で出た話で、その時も
* Process.setproctitle
* Process.name, Process.name=
の両方の案があ... -
01:59 AM Feature #8696: Process.setproctitle
- 方向性としては賛成なのですが($0はぐぐらびりてぃ悪いから暗記しないといけないのがイケてない)、
細かい点をいくつか確認させてください。
$0と同等なら Process.name = "hoge" とかのほうが読みやすいんじゃ... -
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?
... -
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... -
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?
... -
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?
... -
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...
-
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... -
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 ...
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... -
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... -
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...
-
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 ... -
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... -
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! :) -
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... -
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... -
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 ... -
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>)... -
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... -
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 ... -
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.
...
Also available in: Atom