Activity
From 03/27/2013 to 04/02/2013
04/02/2013
-
11:21 PM Bug #8205 (Closed): Regexp.union behavior and Regexp.try_convert
- Hi! Why Regexp.union('/../') trying to convert string with directly call rb_check_regexp_type(arg) (re.c:3139) instea...
-
11:02 PM Feature #8191: Short-hand syntax for duck-typing
- I believe you didn't understand the proposal, Matthew. a??.b would mean (a.nil? ? nil : a.b). So user.profile??.websi...
-
08:34 PM Feature #8191: Short-hand syntax for duck-typing
- wardrop (Tom Wardrop) wrote:
>
> if user && user.profile && user.profile.website && user.profile.website.thumb... -
06:19 PM Feature #8191 (Assigned): Short-hand syntax for duck-typing
-
10:30 PM Bug #8204 (Closed): ObjectSpace.each_object(Bignum) can generate Bignums that are to small to be Bignums
- when i do:
p ObjectSpace.each_object(Bignum).to_a
=> [18446744073709551615, 3, 2394213621560389257607583714845333... -
09:06 PM Feature #3946 (Closed): Array#packのqQ指定子に機種依存サイズフラグ!を追加
- committed at r40067 & r40068.
-
08:53 PM Feature #3946: Array#packのqQ指定子に機種依存サイズフラグ!を追加
- 2012年10月28日 23:11 akr (Akira Tanaka) <[email protected]>:
>
> 読み直してみましたが、決着していないのは例外をどれにするかでしょうか。
>
> 私は、新規の例外を定義... -
07:08 PM Bug #7811 (Closed): SecureRandom::random_bytes Only use random bytes, not extra String
- This issue was solved with changeset r40065.
Zachary, thank you for reporting this issue.
Your contribution to Ruby i... -
06:14 PM Bug #8179 (Closed): configure.in requires newer Autoconf than specified by AC_PREREQ
- As far as we know, 2.64 and 2.66 are buggy, so we bumped AC_PRE_REQ to 2.67 (Debian Squeeze uses this) at r40034, tha...
-
05:44 PM Bug #8151 (Closed): Duplicate character class warning
- This issue was solved with changeset r40063.
Aaron, thank you for reporting this issue.
Your contribution to Ruby is ... -
11:08 AM Bug #8151: Duplicate character class warning
- The warning is proposed by [ruby-core:24593] [Feature #1831] (2009-07-29) and committed by naruse.
It is seven yea... -
03:29 PM Feature #7476: missing "IP_TRANSPARENT" constant for IP sockets.
- 2013/2/24 ko1 (Koichi Sasada) <[email protected]>:
> Feature #7476: missing "IP_TRANSPARENT" constant for I... -
11:00 AM Bug #8203 (Closed): Rinda: recycled object
- test-allで以下のメッセージが出ているんですが、これってなんですか?
http://u32.rubyci.org/~chkbuild/ruby-trunk/log/20130402T010302Z.log.html.gz#te... -
10:23 AM Bug #8185: Thread/fork issue
- 2013/3/30 Tanaka Akira <[email protected]>:
> 2013/3/30 Jason Gladish <[email protected]>:
>>
>> I've foun... -
06:02 AM Bug #8159: Build failure introduced by Rinda changes
- It is odd, considering IPV6_MULTICAST_IF, but I will make these updates.
Thank you for researching this for me whi... -
02:57 AM Bug #8200 (Feedback): Segmentation fault - rails 4 -> sidekiq-> tilt
- Your log said,
>-- Crash Report log information --------------------------------------------
> See Crash Report... -
12:44 AM Bug #8202 (Closed): Turn off builded colorizing
- Closed as duplicate of #8201 (which was moved to ruby-trunk)
-
12:22 AM Bug #8202 (Closed): Turn off builded colorizing
- GD!
In Ruby 1.9.3 the output into console does not process escape secuences and it was good for me becouse i use ... -
12:19 AM Feature #8201: Turn off builded colorizing
- I think it will be better to introduce comand line key to disable builtin escape secuences processing (and it will be...
04/01/2013
-
11:56 PM Feature #8201 (Assigned): Turn off builded colorizing
- Hello Denis,
As commented on RubyInstaller list, I think will be better to extend the functionality of built-in AN... -
11:52 PM Feature #8201 (Closed): Turn off builded colorizing
- GD!
In Ruby 1.9.3 the output into console does not process escape secuences and it was good for me becouse i use ... -
11:44 PM Bug #7171 (Closed): test-all failure on OS X (RubyCI)
-
11:43 PM Bug #7171: test-all failure on OS X (RubyCI)
- 問題が起きない環境を作ったので閉じます。
-
09:12 PM Bug #8136: gsub strange behavior when substituting "\\'"
- nobu (Nobuyoshi Nakada) wrote:
> =begin
> You need more escapes.
>
> "foo".gsub("f", "\\\\'")
> =end
Thank... -
04:57 PM Bug #8136: gsub strange behavior when substituting "\\'"
- =begin
You need more escapes.
"foo".gsub("f", "\\\\'")
=end
-
06:01 PM Bug #8200 (Closed): Segmentation fault - rails 4 -> sidekiq-> tilt
- I see thie segfault on ruby 2.0 after a few reloads of the sidekiq dashboard mounted as engine in rails 4.
System:... -
05:34 PM Bug #8182: XMLRPC request fails with "Wrong size. Was 31564, should be 1501"
- Sample code to reproduce the issue using Flickr. With 1.9.3 this gives "Invalid API key" which is fine, but 2.0.0 ret...
-
05:22 PM Bug #8159: Build failure introduced by Rinda changes
- On Linux, IPv6 UDP multicast with link-local IP address (FF02::1 is link-local) requires scope_id specified.
http://... -
12:58 PM Bug #8195 (Rejected): Time-dependent tests
- No actual log.
-
12:56 PM Bug #8195: Time-dependent tests
- On a second thought, this seems to be a poorly chosen "example". You can close this ticket. If I come across a better...
-
10:53 AM Bug #8195: Time-dependent tests
- 2013/4/1 hasari (Hiro Asari) <[email protected]>:
> Bug #8195: Time-dependent tests
> https://bugs.ruby-la... -
10:21 AM Bug #8195 (Rejected): Time-dependent tests
- There are some tests that depend on timing of the execution, and fail sporadically.
I have not surveyed the entire... -
11:14 AM Feature #8191: Short-hand syntax for duck-typing
- The more I think about this and it's potential use cases, the more I like the inline double question-mark syntax. Thi...
-
09:14 AM Feature #8191: Short-hand syntax for duck-typing
- I know what duck-typing is, and it's a bit of a stretch to call this duck-typing, but it follows the duck-typing phil...
-
09:26 AM Bug #8180 (Closed): Backport r39967 to 1.9.3 and 2.0.x
- moved https://bugs.ruby-lang.org/issues/8193 and https://bugs.ruby-lang.org/issues/8194
03/31/2013
-
08:12 PM Bug #8136: gsub strange behavior when substituting "\\'"
- Excuse me, nobu, i have not understood, how can i replace something with a backslash followed by a single quote?
-
06:35 AM Bug #8136 (Closed): gsub strange behavior when substituting "\\'"
- This is one of most frequently asked questions.
Though I can't remember a pointer to good explanation, someone would... -
05:56 PM Feature #8191: Short-hand syntax for duck-typing
- You call something like
obj.respond_to? :empty ? obj.empty : nil
"achieving duck typing", but that's not ho... -
01:13 PM Feature #8191 (Closed): Short-hand syntax for duck-typing
- =begin
As a duck-typed language, Ruby doesn't provide any succinct way of safely calling a potentially non-existant ... -
10:31 AM Feature #8190: Truly parallel assignment
- =begin
Hmm, yeah that request seems reasonable. Right now it seems to be assigning left-to-right. So (({i})) is assig... -
04:20 AM Feature #8190 (Rejected): Truly parallel assignment
- =begin
i = 0
s = [1,2,3]
i, s[i] =s[i], 7
p s
#=> [1, 7, 3]
s is expected to be [7, 2, 3... -
06:30 AM Bug #8189 (Closed): (one more) inconsistency between Class and Module as namespaces
03/30/2013
-
11:13 PM Bug #8166 (Rejected): Since r39628 rspec-mock's and_call_original fail with SystemStackError
- Hello,
Thank you for your investigation.
> Do you believe that only because you want to avoid all compatibility... -
11:30 AM Bug #8166 (Feedback): Since r39628 rspec-mock's and_call_original fail with SystemStackError
- Further study revealed that `and_call_original` does not work in some circumstances in Ruby 1.9/2.0 (see https://gith...
-
10:59 AM Bug #8166: Since r39628 rspec-mock's and_call_original fail with SystemStackError
- I looked at the code of rspec-mock.
I find it telling that the consistent `singleton_class.ancestors` makes the co... -
07:26 PM Bug #8189: (one more) inconsistency between Class and Module as namespaces
- I have thought more about it, and i have remembered that a class constant lookup also follows the inheritance hierarc...
-
06:41 PM Bug #8189 (Closed): (one more) inconsistency between Class and Module as namespaces
- =begin
(I will only mention in parentheses that inheriting (({Class})) from (({Module})) looks like a bad idea to me... -
07:53 AM Bug #8185: Thread/fork issue
- 2013/3/30 Jason Gladish <[email protected]>:
>
> I've found an issue where calling fork inside a thread... -
03:53 AM Bug #8185: Thread/fork issue
- On Mar 29, 2013, at 10:16, Jason Gladish <[email protected]> wrote:
> I've found an issue where calling ... -
03:33 AM Bug #8185 (Open): Thread/fork issue
- Hello all,
I've found an issue where calling fork inside a thread, and passing a block
to the fork, causes th... -
05:01 AM Bug #5811: Ruby Process Deadlocks With Fork on Mac OS X Lion
- This does appear to be fixed in Ruby 2.0.0-p0. I'm no longer able to get my reproduction case to hang (It doesn't ha...
-
02:34 AM Feature #7792: Make symbols and strings the same thing
- Yep. If to_sym threw or nilled on previously unknown symbols, or at least on tainted data, this would be okay. Othe...
03/29/2013
-
11:16 PM Feature #8184 (Open): Avoid the creation of meaningless ranges (nil, false, true)
- With the definition of <=> on Object on post 1.8, the range_init() function no more throws "ArgumentError: bad value ...
-
07:23 PM Bug #8159: Build failure introduced by Rinda changes
- 2013/3/25 Tanaka Akira <[email protected]>
> It seems we need Socket.getifaddrs.
I implemented it in
https://... -
06:08 AM Bug #8182 (Closed): XMLRPC request fails with "Wrong size. Was 31564, should be 1501"
- Since upgrading to Ruby 2.0.0p0 we can no longer use MailChimp through the Hominid gem. Hominid relies on the Ruby XM...
-
05:15 AM Feature #8096: introduce Time.current_timestamp
- After the conversation, I hope its reasonable implement this.
-
02:15 AM Feature #8181 (Rejected): New flag for strftime that supports adding ordinal suffixes to numbers
- This is my first issue on the ruby tracker--hopefully I'm asking in the right place?
It would be nice if you could... -
12:09 AM Bug #8179: configure.in requires newer Autoconf than specified by AC_PREREQ
- With Autoconf-2.64 I receive the following error:
configure:1510: error: possibly undefined macro: _m4_text_wrap_w...
03/28/2013
-
11:11 PM Feature #8090 (Closed): resolv.rb checks platform based on RUBY_PLATFORM, which is insufficient for JRuby
- This issue was solved with changeset r39988.
Charles, thank you for reporting this issue.
Your contribution to Ruby i... -
10:09 PM Feature #8090: resolv.rb checks platform based on RUBY_PLATFORM, which is insufficient for JRuby
- nobu (Nobuyoshi Nakada) wrote:
> "host" has meanings when you build a cross-compiler. You build a
> compiler on "b... -
04:29 PM Feature #8090: resolv.rb checks platform based on RUBY_PLATFORM, which is insufficient for JRuby
- "host" has meanings when you build a cross-compiler. You build a
compiler on "build" platform, which runs on "host"... -
11:01 PM Bug #8166: Since r39628 rspec-mock's and_call_original fail with SystemStackError
- Hi,
nagachika (Tomoyuki Chikanaga) wrote:
> I think hiding singleton class from ancestors is better even when a m... -
09:51 PM Bug #8166: Since r39628 rspec-mock's and_call_original fail with SystemStackError
- >marcandre
How do you think about this issue?
r39628 broke Mongoid tests, Please check http://ci.hsbt.org/view/... -
09:40 PM Bug #8179 (Feedback): configure.in requires newer Autoconf than specified by AC_PREREQ
- Could you show what failures occur?
-
07:23 AM Bug #8179: configure.in requires newer Autoconf than specified by AC_PREREQ
- 2013/3/28 edelsohn (David Edelsohn) <[email protected]>:
> Bug #8179: configure.in requires newer Autoconf than... -
07:08 AM Bug #8179 (Closed): configure.in requires newer Autoconf than specified by AC_PREREQ
- configure.in states
AC_PREREQ(2.62)
but building with Autoconf-2.64 fails due to missing feature. configure in... -
09:32 PM Bug #8180 (Closed): Backport r39967 to 1.9.3 and 2.0.x
- Please backport this bug fix to these branches.
Thank you. -
10:31 AM Bug #8177: ext/openssl/pkcs7 signing fails with EC keys
- =begin
Hi Martin,
It's only a one liner aliasing public_key? to public? but I did it partly to check that nothing di... -
09:14 AM Bug #8177 (Assigned): ext/openssl/pkcs7 signing fails with EC keys
- Hi Joseph,
thanks for your analysis! You are right, there are several incosistencies when comparing EC's implement... -
03:41 AM Bug #8177 (Closed): ext/openssl/pkcs7 signing fails with EC keys
- ext/openssl/pkcs7 signing fails with EC keys. This happens because the EC keys do not respond to key.private? metho...
-
09:39 AM Bug #8178: OpenSSL::PKCS7::SignerInfo
- Because of this bug I have been looking at why it is so difficult to get useful identifying info for pkcs7 signers. I...
-
09:08 AM Bug #8178 (Assigned): OpenSSL::PKCS7::SignerInfo
-
07:04 AM Bug #8178 (Closed): OpenSSL::PKCS7::SignerInfo
- The instance method OpenSSL::PKCS7::SignerInfo.name does not return the signing certificate name but the X509 name of...
-
09:29 AM Bug #8173: 2-arg form of Time.at can take a Time as either argument
- 2013/3/28 hasari (Hiro Asari) <[email protected]>:
>
> Issue #8173 has been updated by hasari (Hiro Asari).
... -
09:16 AM Bug #8173: 2-arg form of Time.at can take a Time as either argument
- Can I request it? I would like to implement the intended, more correct behavior in JRuby.
-
07:53 AM Bug #8173: 2-arg form of Time.at can take a Time as either argument
- 2013/3/28 hasari (Hiro Asari) <[email protected]>:
>
> Issue #8173 has been updated by hasari (Hiro Asari).
... -
07:29 AM Bug #8173: 2-arg form of Time.at can take a Time as either argument
- What is the reason not to?
-
06:23 AM Bug #8173: 2-arg form of Time.at can take a Time as either argument
- 2013/3/28 hasari (Hiro Asari) <[email protected]>:
>
> Issue #8173 has been updated by hasari (Hiro Asari).
... -
05:00 AM Bug #8173: 2-arg form of Time.at can take a Time as either argument
- Will this be backported to 1.9.x?
-
02:29 AM Bug #7956: Install fail with RVM
- Ok now RVM 1.19 now tries to use gcc-4.2 first and it fails in this case: https://github.com/wayneeseguin/rvm/issues/...
03/27/2013
-
08:53 PM Bug #8173: 2-arg form of Time.at can take a Time as either argument
- 2013/3/27 hasari (Hiro Asari) <[email protected]>:
> Bug #8173: 2-arg form of Time.at can take a Time as eit... -
08:38 PM Bug #8173 (Closed): 2-arg form of Time.at can take a Time as either argument
- This issue was solved with changeset r39967.
Hiro, thank you for reporting this issue.
Your contribution to Ruby is g... -
12:30 PM Bug #8173 (Closed): 2-arg form of Time.at can take a Time as either argument
- http://www.ruby-doc.org/core-2.0/Time.html#method-c-at shows 3 forms of invocation:
at(time) → time click to toggl... -
12:26 PM Feature #8172 (Feedback): IndexError-returning counterparts to destructive Array methods
- I am not against the idea itself, but using bang (!) for the names is not consistent with other bang methods.
Matz.
-
11:55 AM Feature #8172: IndexError-returning counterparts to destructive Array methods
- =begin
> Martin
For clarification, I meant to have it return an error only in cases where (({nil})) needs to be ins... -
11:53 AM Feature #8172: IndexError-returning counterparts to destructive Array methods
- This may be just an issue of wording: You say "index is out of range".
By definition, Ruby arrays don't have a ra... -
11:24 AM Feature #8172: IndexError-returning counterparts to destructive Array methods
- =begin
(({Hash})) has (({#store})) as an alias of (({#[]=})).
=end
-
11:00 AM Feature #8172: IndexError-returning counterparts to destructive Array methods
- =begin
In the above, I missed to say that there is no counterpart for (({Array#[]=})). There should be one for it as... -
10:51 AM Feature #8172 (Feedback): IndexError-returning counterparts to destructive Array methods
- There are a few desctructive `Array` methods that take an index as an argument and silently insert `nil` if the index...
-
11:46 AM Bug #7984: Severe speed issues in 2.0.0 compiled with Clang
- sorry, my previous mail has a typo. I've measured them again.
-------------------------------------
% ruby -v ../... -
10:59 AM Bug #8167 (Assigned): net/imap failing to parse IMAP response containing one BODYSTRUCTURE
- bpot (Bob Potter) wrote:
> It looks like the response is invalid at least according the RFC3501. The additional fiel... -
03:38 AM Bug #8167: net/imap failing to parse IMAP response containing one BODYSTRUCTURE
- It looks like the response is invalid at least according the RFC3501. The additional fields that the parser is blowin...
-
03:03 AM Bug #8167 (Closed): net/imap failing to parse IMAP response containing one BODYSTRUCTURE
- Here is debugging output from Net::IMAP::ResponseParse::parse method:
@str: "* 29021 FETCH (RFC822.SIZE 3162 UID 1... -
10:53 AM Bug #8159: Build failure introduced by Rinda changes
- 2013/3/26 Tanaka Akira <[email protected]>:
>>
>> Sure, but what is the type of its return value?
>> Extended Addri... -
08:06 AM Feature #8128: New primitives for Rinda::TupleSpace
- You are right: it is best to leave these extensions out of trunk. I can maintain them separately.
However, some cl... -
06:10 AM Feature #8164: Public/Private
- Class methods and instance methods are different things.
I don't see advantages of this proposal. -
02:30 AM Feature #8164 (Assigned): Public/Private
-
02:09 AM Feature #8164: Public/Private
- "Stuff" the private() method to take the explicit options.
A possible solution would be:
private (:instance => [], :c... -
05:46 AM Feature #7792: Make symbols and strings the same thing
- Student (Nathan Zook) wrote:
> Actually, rails trusts symbols at times in ways that it does not trust strings. This... -
05:43 AM Feature #8168 (Feedback): Feature request: support for (single) statement lambda syntax/definition
- =begin
What if the lambda takes the parameter e.g. (({->(x){x*x}}))?
Matz.
=end -
03:34 AM Feature #8168: Feature request: support for (single) statement lambda syntax/definition
- So, redefining the proposal somewhat, '-> an_expression' or '->> an_expression' would be a shortcut for '-> {an_expre...
-
03:31 AM Feature #8168: Feature request: support for (single) statement lambda syntax/definition
- Probably should have called it "expression lambda", not "statement lambda". Similarly "expression" not "value". Sorry...
-
03:28 AM Feature #8168 (Feedback): Feature request: support for (single) statement lambda syntax/definition
- Abstract: Proposal for single statement lambda support, either via a new type of stab '->>', such that '->> some valu...
-
02:47 AM Bug #8166 (Rejected): Since r39628 rspec-mock's and_call_original fail with SystemStackError
- Hello,
By r39628 [Feature 8035], Module#ancestors for a singleton class contains singleton class itself.
It intro...
Also available in: Atom