Activity
From 03/29/2013 to 04/04/2013
04/04/2013
-
11:55 PM Bug #7183 (Closed): Resolv::DNS::getresources throws Errno::EACCES: Permission denied - bind(2) on solaris
- This issue was solved with changeset r40112.
Frank, thank you for reporting this issue.
Your contribution to Ruby is ... -
11:49 PM Feature #4195 (Rejected): option for Socket#sendmsg
- 頻度から考えて、とくに簡単にしなくてもいいんじゃないかと思います。
やりかたが複数になるのも気に入りませんし。 -
11:41 PM Bug #5988 (Rejected): Time class interprets "2012-02-30" as "2012-03-01"
- No reply after explanation long time.
-
11:36 PM Feature #4976 (Rejected): Pathname#=~ が undef されている理由
- No reply after feedback.
-
11:32 PM Feature #6528 (Closed): Add Pathname#write and Pathname#binwrite
-
10:51 PM Feature #7401 (Rejected): Pathname#cleanpath default consider_symlink to true
- I reject this issue because it is incompatible.
Also, I feel the conservative algorithm is not so useful because it ... -
10:37 PM Bug #7829 (Closed): Rounding error in Ruby Time
- This issue was solved with changeset r40109.
Philippe, thank you for reporting this issue.
Your contribution to Ruby ... -
10:53 AM Bug #7829: Rounding error in Ruby Time
- 2013/4/4 David MacMahon <[email protected]>:
>
>>> f=57563.232824357045
> => 57563.232824357045
>
... -
04:53 AM Bug #7829: Rounding error in Ruby Time
- On Apr 3, 2013, at 5:15 AM, Tanaka Akira wrote:
> 2013/2/22 David MacMahon <[email protected]>:
>
>> W... -
10:20 PM Feature #8191: Short-hand syntax for duck-typing
- I don't believe this proposal, as I understand it, is about chicken typing. It would be if a??.b was equivalent to a....
-
09:08 PM Feature #8191: Short-hand syntax for duck-typing
- @wardrop: Tom, you must be a masochist. Proposing this here is like volunteering
to run a gauntlet :-), and like othe... -
02:24 PM Feature #8191: Short-hand syntax for duck-typing
- =begin
wardrop (Tom Wardrop) wrote:
> Personally, the double question mark syntax is still the best proposal.
> ... -
09:28 AM Feature #8191: Short-hand syntax for duck-typing
- =begin
I think whatever the solution, it needs to be generic. Amending the language is a pretty big deal. Whatever we... -
09:50 PM Feature #8215 (Closed): Support accessing Fiber-locals and backtraces for a Fiber
- Thread#[] and friends access *Fiber*-local variables, as the doc says:
(Attribute Reference---Returns the value of... -
08:47 AM Feature #8215 (Closed): Support accessing Fiber-locals and backtraces for a Fiber
- =begin
As part of debugging celluloid, I have been wanting to diagnose where the Fibers are running and their variou... -
08:12 PM Feature #7378 (Closed): Adding Pathname#write
- This issue was solved with changeset r40107.
Alexander E., thank you for reporting this issue.
Your contribution to R... -
06:34 PM Feature #7767: Tempfileで自動的にファイルを削除する
- akr (Akira Tanaka) wrote:
> > メソッド名ですが、
> > * 使いやすさを考えると、openと同じくらいに書きやすい(短い)ものがよい
> > * Tempfile.openはブロックを抜ける... -
04:53 PM Bug #8211: Performance regression of method calls
- Is your platform 32bit? Than it is cause of -fPIE
2013/4/4 bitsweat (Jeremy Kemper) <[email protected]>
... -
02:08 PM Bug #8211: Performance regression of method calls
- David, this looks a lot like the CFLAGS issues folks were hitting with rvm. Essentially, getting unoptimized Ruby bui...
-
07:33 AM Bug #8211: Performance regression of method calls
- =begin
I can't replicate the 1.9.3 vs. 2.0.0 results on my old Win7 32-bit box. 1.9.3 was built with mingw 4.6.2, and... -
06:14 AM Bug #8211: Performance regression of method calls
- =begin
I can't reproduce with clang on OS X:
ruby 2.1.0dev (2013-04-04 trunk 40091) [x86_64-darwin12.3.0]
la... -
03:59 PM Feature #8217 (Closed): OpenSSL::BN.new with integers
- Current OpenSSL::BN.new gets only strings, so users must do integer.to_s, it costs extra resource.
Therefore I propo... -
03:53 PM Feature #8110: Regex methods not changing global variables
- sam.saffron (Sam Saffron) wrote:
> another slight note, I wonder how far this can stretch into onigaruma itself, can... -
03:16 PM Bug #7807: [PATCH] Remove duplicated load paths when empty version string is configured
- One issue preventing this from work fixed in RubyGems [1]. I am not aware of any other after rebuild of more then 400...
-
02:27 PM Bug #8204: ObjectSpace.each_object(Bignum) can generate Bignums that are to small to be Bignums
- okay that solvs a bit, so the generated Bignums are zero too,
but for sample
ObjectSpace.each_object(Bignum).sel... -
10:13 AM Feature #8201 (Assigned): Turn off builded colorizing
-
07:42 AM Feature #7792: Make symbols and strings the same thing
- @spatulasnout Yes on your first point. One should always compare :symbol with :symbol rather than by their internal I...
-
06:20 AM Feature #8190 (Rejected): Truly parallel assignment
- As Nobu stated the evaluation order goes from left to right.
And if you change this, you will introduce incompatibil... -
02:55 AM Feature #8206: Should Ruby core implement String#blank?
- I came up with an idea, `String#include?` with regexp without backref.
Could you try and comment this?
```ruby
%... -
12:45 AM Feature #8214 (Closed): デッドロックチェックに全スレッドのバックトレースダンプの追加
- さいきん、くくぱど方面のデッドロックバグの調査を手伝っていて気づいたのですが、
現在のRubyのdeadlock detectorは開発者に優しくないです。
例外があがるとスタックが巻戻ってしまって証拠が消えてしまうので、例外... -
12:25 AM Bug #8213 (Closed): No documentation for `ri YAML`
- I believe the RI output for YAML needs to be fixed to display more detailed information on usage. Currently, it displ...
04/03/2013
-
10:53 PM Feature #8191: Short-hand syntax for duck-typing
- On Apr 3, 2013 9:30 PM, "Rodrigo Rosenfeld Rosas" <[email protected]>
wrote:
>
> Em 03-04-2013 01:10, phluid6... -
08:53 PM Feature #8191: Short-hand syntax for duck-typing
- Em 02-04-2013 22:39, "Martin J. Dürst" escreveu:
> On 2013/04/03 9:54, wardrop (Tom Wardrop) wrote:
>>
>> Issu... -
08:53 PM Feature #8191: Short-hand syntax for duck-typing
- Em 03-04-2013 01:10, phluid61 (Matthew Kerwin) escreveu:
> Issue #8191 has been updated by phluid61 (Matthew Kerwi... -
05:29 PM Feature #8191: Short-hand syntax for duck-typing
- On Wed, 2013-04-03 at 14:47 +0900, wardrop (Tom Wardrop) wrote:
> Issue #8191 has been updated by wardrop (Tom War... -
02:47 PM Feature #8191: Short-hand syntax for duck-typing
- =begin
I don't mind that. In fact, it gives me an idea for something even more generic, and with more potential appli... -
01:10 PM Feature #8191: Short-hand syntax for duck-typing
- =begin
Throwing this out there for discussion: how about a completely different syntax?
user&&.profile&&.website... -
12:18 PM Feature #8191: Short-hand syntax for duck-typing
- You've chopped off a bit of Matz quote there (actually, a quote of a quote of Matz): "He then said there is no good r...
-
11:49 AM Feature #8191: Short-hand syntax for duck-typing
- @wardrop The reason we all love Ruby is because it makes us happy. This suggestion makes me unhappy, so I'm saying so...
-
11:23 AM Feature #8191: Short-hand syntax for duck-typing
- =begin
@JonRowe That's a very high-level idealistic point of view. Telling others to do things for us is all well and... -
11:10 AM Feature #8191: Short-hand syntax for duck-typing
- @parndt Law of Demeter essentially states that method chaining is bad. I personally don't see it's relevance to Ruby....
-
11:03 AM Feature #8191: Short-hand syntax for duck-typing
- OP's original examples involve Rails views, where I'd have to say that a helper or presenter would reduce the view lo...
-
11:01 AM Feature #8191: Short-hand syntax for duck-typing
- Although this is just my 2¢... I think this is a bad idea... and here's why...
1) One of the principles of good sof... -
10:56 AM Feature #8191: Short-hand syntax for duck-typing
- @duerst
Correct. Methods already ending in a question mark, such as (({empty?})), will have two extra question marks... -
10:55 AM Feature #8191: Short-hand syntax for duck-typing
- I'm very -1 on this for the same reason Object#try (#1122) was rejected and also because I can't see how this could r...
-
10:53 AM Feature #8191: Short-hand syntax for duck-typing
- On 2013/04/03 9:54, wardrop (Tom Wardrop) wrote:
>
> Issue #8191 has been updated by wardrop (Tom Wardrop).
... -
09:54 AM Feature #8191: Short-hand syntax for duck-typing
- =begin
In my example using (({user.profile??.website??.thumbnail})), it assumes that if the (({website})) method exi... -
06:23 AM Feature #8191: Short-hand syntax for duck-typing
- I'm sitting here lurking on this thread and to me the proposal makes
everything seem convoluted. Though user??.webs... -
05:59 AM Feature #8191: Short-hand syntax for duck-typing
- On Apr 3, 2013 12:03 AM, "rosenfeld (Rodrigo Rosenfeld Rosas)" <
[email protected]> wrote:
>
> I believe you did... -
10:29 PM Feature #7792: Make symbols and strings the same thing
- wardrop (Tom Wardrop) wrote:
> === Immutable
> A symbol is an alias for a numeric ID. The symbol representati... -
09:01 PM Feature #7792: Make symbols and strings the same thing
- No that's spelt correctly. I sadly couldn't embed any pictures of palm trees and coconuts ;). Fixed, thanks.
-
07:44 PM Feature #7792: Make symbols and strings the same thing
- =begin
In that case, I suggest that the long term solution is education.
By the way: "((*A symbol is an alias for... -
07:06 PM Feature #7792: Make symbols and strings the same thing
- =begin
= To Summarise...
== Symbol Differences
=== Immutable
A symbol is an alias for a numeric ID. The symbol rep... -
09:53 PM Feature #6643: io.seek(off, :end)
- 2012年11月24日 10:35 mame (Yusuke Endoh) <[email protected]>:
> Feature #6643: io.seek(off, :end)
> https://bugs.ru... -
09:25 PM Feature #6643 (Closed): io.seek(off, :end)
- This issue was solved with changeset r40084.
Akira, thank you for reporting this issue.
Your contribution to Ruby is ... -
09:23 PM Bug #7829: Rounding error in Ruby Time
- 2013/2/22 David MacMahon <[email protected]>:
> What do people thing about changing num_exact() in time... -
08:59 PM Bug #7167 (Closed): Segmentation Fault
- I have no idea.
-
08:55 PM Bug #7489 (Closed): Kernel.spawn sometimes executes string directly
- This issue was solved with changeset r40083.
Julius, thank you for reporting this issue.
Your contribution to Ruby is... -
07:27 PM Feature #8190: Truly parallel assignment
- I think it's good that Lavir is bringing this up, although I share MA's
feeling. I don't see how his proposal it woul... -
02:49 PM Feature #8190: Truly parallel assignment
- =begin
((%Lavir_the_Whiolet when you change this you will break code like%))
(({a,b = b,a}))
wich is a fe... -
02:27 PM Feature #8190: Truly parallel assignment
- The evaluation obeys the left-to-right order.
It doesn't seem like a bug to me. -
11:33 AM Feature #8190: Truly parallel assignment
- My first reflex would be to say "don't write code like this".
Do you have an actual use case?
FWIW, CoffeeScrip... -
07:21 PM Feature #8201: Turn off builded colorizing
- Passing unknown escape sequences is not solution. Some escape sequences behaviour is depended from earlier escape seq...
-
07:16 PM Feature #8201: Turn off builded colorizing
- Last development version ConEmu working for me.
nobu (Nobuyoshi Nakada) wrote:
> ConEmu doesn't seem working with... -
05:37 PM Feature #8201 (Open): Turn off builded colorizing
-
05:11 PM Feature #8201 (Closed): Turn off builded colorizing
- This issue was solved with changeset r40078.
Denis, thank you for reporting this issue.
Your contribution to Ruby is ... -
11:42 AM Feature #8201: Turn off builded colorizing
- ConEmu doesn't seem working with 1.9.3 to me.
While it shows color bars certainly when `type AnsiColor16.ans', howev... -
06:07 PM Bug #8211: Performance regression of method calls
- I had to add the testing platform is Linux x86_64 and interpreters were built with GCC 4.7.2 .
-
05:45 PM Bug #8211 (Closed): Performance regression of method calls
- There are significant performance regressions in the newer Ruby versions.
When compared to the last 1.9 patch build,... -
04:34 PM Bug #8204 (Closed): ObjectSpace.each_object(Bignum) can generate Bignums that are to small to be Bignums
- This issue was solved with changeset r40076.
Hans, thank you for reporting this issue.
Your contribution to Ruby is g... -
11:23 AM Bug #8204: ObjectSpace.each_object(Bignum) can generate Bignums that are to small to be Bignums
- Note that you can obtain whichever Bignum you want using coerce. For
example:
x = (1 << 100).coerce(42).first # => 4... -
03:55 PM Feature #6841: Shorthand for Assigning Return Value of Method to Self
- =begin
(({Regarding obj.foo.bar.baz = .to_i})) syntax, with the dot prefix on the ((|to_i|)), another proposal has b... -
01:55 PM Feature #8206: Should Ruby core implement String#blank?
- @marcandre I tried pretty much every combination possible interestingly depending on the string `/\A[[:space:]]*\z/`...
-
11:21 AM Feature #8206: Should Ruby core implement String#blank?
- marcandre (Marc-Andre Lafortune) wrote:
> Your rb_str_blank is 5-8x faster than regexp? You compared it to `/\A[[:sp... -
11:18 AM Feature #8206: Should Ruby core implement String#blank?
- Your rb_str_blank is 5-8x faster than regexp? You compared it to `/\A[[:space:]]*\z/ =~ str`?
-
09:32 AM Feature #8206 (Open): Should Ruby core implement String#blank?
- There has been some discussion about porting the `#blank?` protocol over to Ruby in the past that has been rejected b...
-
10:55 AM Feature #6154: Eliminate extending WaitReadable/Writable at runtime
- Updated patch with new exception variables made static.
-
10:23 AM Feature #6154: Eliminate extending WaitReadable/Writable at runtime
- normalperson (Eric Wong) wrote:
> > +VALUE rb_eEAGAINWaitReadable;
> > +VALUE rb_eEAGAINWaitWritable;
> > +VALU... -
08:53 AM Feature #6154: Eliminate extending WaitReadable/Writable at runtime
- "headius (Charles Nutter)" <[email protected]> wrote:
> make test-all passes. Please review and comment.
> ... -
07:47 AM Feature #6154: Eliminate extending WaitReadable/Writable at runtime
- And by EAGAIN == exception I meant EAGAIN == exception.class, of course.
-
07:46 AM Feature #6154: Eliminate extending WaitReadable/Writable at runtime
- charliesome: Yeah, I was thinking about that as I created this patch.
It's possible, but it introduces a rather st... -
07:37 AM Feature #6154: Eliminate extending WaitReadable/Writable at runtime
- =begin
Crazy idea, but could you avoid introducing a new class by caching the iclass?
So instead of something lik... -
07:20 AM Feature #6154: Eliminate extending WaitReadable/Writable at runtime
- Ok, here's the updated patch. Here's a list of changes from the last time I updated:
* Names have been changed to EA... -
02:23 AM Feature #6154: Eliminate extending WaitReadable/Writable at runtime
- Working on this today. I will post an updated patch for review before committing.
-
10:43 AM Bug #8208 (Rejected): Raise cached exceptions for nonblocking IO to avoid allocation/stack-copying costs
- Currently, all nonblocking IO APIs raise exceptions when the IO channel cannot perform the requested read or write wi...
-
10:34 AM Bug #8207 (Closed): Array#delete_if docs can be confusing to beginners
- The Array#delete_if method docs can be a little confusing to beginners (variable names are not descriptive, a compari...
-
09:37 AM Feature #8110: Regex methods not changing global variables
- another slight note, I wonder how far this can stretch into onigaruma itself, can it be smart enough to avoid uneeded...
-
09:18 AM Feature #8110: Regex methods not changing global variables
- A slight concern here is naming, since:
```c
rb_define_virtual_variable("$~", match_getter, match_setter);
... -
09:13 AM Feature #8110: Regex methods not changing global variables
- @naruse
There is a perf implication that really needs addressing here that would help elsewhere:
in re.c, the... -
07:23 AM Bug #8185: Thread/fork issue
- 2013/4/3 KOSAKI Motohiro <[email protected]>:
>
> I believe fork() should flush all IO objects automatic... -
04:53 AM Bug #8185: Thread/fork issue
- > I wrote a simple script to reproduce the problem.
> This script doesn't use multi-threads.
>
> % ./ruby -ve ... -
07:23 AM Feature #7476: missing "IP_TRANSPARENT" constant for IP sockets.
- 2013/4/3 Eric Wong <[email protected]>:
>> This is Linux-specific and only defined in linux headers
>> su... -
06:23 AM Feature #7476: missing "IP_TRANSPARENT" constant for IP sockets.
- Tanaka Akira <[email protected]> wrote:
> 2013/2/24 ko1 (Koichi Sasada) <[email protected]>:
>
> > Feature #74... -
12:09 AM Bug #6928 (Closed): SecureRandom.random_bytes: assume zero entropy for seed value
- This issue was solved with changeset r40072.
Martin, thank you for reporting this issue.
Your contribution to Ruby is...
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...
Also available in: Atom