Activity
From 10/22/2011 to 10/28/2011
10/28/2011
-
11:36 PM Feature #5505: BasicObject#__extend__
- Ah, right I forgot about this... what do you call it? The "callback"?
It needs to be:
Enumerable.__send__(:ex... -
11:29 PM Feature #5505: BasicObject#__extend__
- On Fri, Oct 28, 2011 at 3:17 PM, Yukihiro Matsumoto <[email protected]>wrote:
> o = BasicObject.new
> clas... -
11:17 PM Feature #5505 (Rejected): BasicObject#__extend__
o = BasicObject.new
class <<o
include Enumerable
end
should work.
-
11:15 PM Feature #5505: BasicObject#__extend__
- Try Kernel.__send__(:extend_object, BasicObject.new)
-
11:07 PM Feature #5505 (Rejected): BasicObject#__extend__
- Unless there is already some way to do it that I've overlooked, the it would be nice if there were still some way to ...
-
07:23 PM Bug #5486: rb_stat() doesn’t respect input encoding
- On Fri, Oct 28, 2011 at 09:20, Nobuyoshi Nakada <[email protected]> wrote:
> (11/10/28 15:35), Nikolai Weibull w... -
04:23 PM Bug #5486: rb_stat() doesn’t respect input encoding
- Hi,
(11/10/28 15:35), Nikolai Weibull wrote:
> Actually, it’s probably easier than that. It can be done on a... -
03:53 PM Bug #5486: rb_stat() doesn’t respect input encoding
- On Fri, Oct 28, 2011 at 08:14, Nikolai Weibull <[email protected]> wrote:
> On Fri, Oct 28, 2011 at 07:28, Usaku NAKAMUR... -
03:23 PM Bug #5486: rb_stat() doesn’t respect input encoding
- On Fri, Oct 28, 2011 at 07:28, Usaku NAKAMURA <[email protected]> wrote:
> Sorry, I can't understand your poi... -
02:28 PM Bug #5486: rb_stat() doesn’t respect input encoding
- Sorry, I can't understand your point.
If you think there is a bug, would you show us the bug by code? -
04:08 PM Bug #5497 (Closed): Math.log10(10_000) error on HP-UX/PA
- I've built 1.9.2 from svn revision at 33531 on HP-UX/PA and HP-UX/IA. I'm getting two different results for Math.log1...
-
03:54 PM Bug #5496: ext/bigdecimal build failure on HP-UX 11.23/IA, 11.31/IA
- Ok, thanks. Looking at mkmf.log reveals that --disable-rpath is the solution. -R isn't applicable to cc/ld on HP-UX. ...
-
03:02 PM Bug #5496 (Feedback): ext/bigdecimal build failure on HP-UX 11.23/IA, 11.31/IA
- The patch is not acceptable.
Please show the mkmf.log file. -
01:56 PM Bug #5496 (Rejected): ext/bigdecimal build failure on HP-UX 11.23/IA, 11.31/IA
- Building 1.9.2 with svn revision at 33531 produces an error while building ext/bigdecimal:
$ ./configure
...
... -
02:43 PM Bug #5491: build failure on Tru64 UNIX 5.1
- =begin
You mean this?
diff --git a/thread_pthread.h b/thread_pthread.h
index f180a79..b3e7c36 100644
--- ... -
01:36 PM Bug #5491: build failure on Tru64 UNIX 5.1
- For compile.c, we have:
#include "ruby/ruby.h"
#include "vm_core.h"
#include "thread_pthread.h"
#in... -
02:35 PM Feature #5494: Proposal: Improved Finalizer Semantics
- Nobuyoshi Nakada wrote:
> Even if the object has not been freed, other objects referred by the
> object might be fr... -
02:16 PM Feature #5494 (Rejected): Proposal: Improved Finalizer Semantics
- Even if the object has not been freed, other objects referred by the
object might be freed already. It has to sort ... -
12:53 PM Feature #5494: Proposal: Improved Finalizer Semantics
- Hi,
In message "Re: [ruby-core:40474] [ruby-trunk - Feature #5494][Open] Proposal: Improved Finalizer Semantics... -
12:20 PM Feature #5494 (Rejected): Proposal: Improved Finalizer Semantics
- Proposal: Improved Finalizer Semantics:
ObjectSpace.define_finalizer(object, proc):
** proc should have a single ... -
01:25 PM Revision 27295f10 (git): add a comment.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33545 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:06 PM Revision 769fcd70 (git): * ext/sdbm/_sdbm.c: RCS $Id$ removed.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33544 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:56 AM Bug #5493: Commit r33357 breaks build on Debian/sparc
- Ok, the story is probably more complicated than just this commit breaking it. I tried reverting r33357 in the latest ...
-
07:14 AM Bug #5493 (Rejected): Commit r33357 breaks build on Debian/sparc
- While trying to build the Ruby SVN nightly snapshot I found that it fails while configuring fiddle:
[...]
config... -
03:11 AM Revision 96031a6d (git): A test for r33542.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:59 AM Feature #5474: keyword argument
- On Thu, Oct 27, 2011 at 11:42 AM, Nobuyoshi Nakada <[email protected]> wrote:
> You didn't know? ;)
>
> Anywa... -
01:53 AM Feature #5474: keyword argument
- Hi,
(11/10/27 18:56), Charles Oliver Nutter wrote:
> On Thu, Oct 27, 2011 at 3:16 AM, Nobuyoshi Nakada <nobu@... -
12:59 AM Feature #5474: keyword argument
- Hi,
In message "Re: [ruby-core:40454] Re: [ruby-trunk - Feature #5474][Assigned] keyword argument"
on Fri... -
12:53 AM Feature #5474: keyword argument
- On Thu, Oct 27, 2011 at 17:16, Yusuke Endoh <[email protected]> wrote:
> 2011/10/27 Yukihiro Matsumoto <matz@ruby-la... -
12:23 AM Feature #5474: keyword argument
- Hello,
2011/10/27 Yukihiro Matsumoto <[email protected]>:
> Yes, there could be a language with that kind of... -
02:30 AM Revision 615d5068 (git): * parse.y (parser_nextc): set encoding for the buffer of ripper.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
10/27/2011
-
11:23 PM Feature #5474: keyword argument
- Hi,
In message "Re: [ruby-core:40449] Re: [ruby-trunk - Feature #5474][Assigned] keyword argument"
on Thu... -
06:59 PM Feature #5474: keyword argument
- On Thu, Oct 27, 2011 at 3:16 AM, Nobuyoshi Nakada <[email protected]> wrote:
> (11/10/27 11:02), Charles Oliver Nu... -
06:29 PM Feature #5474: keyword argument
- Hi,
(11/10/27 11:02), Charles Oliver Nutter wrote:
> Also, Evan pointed out to me that if Ruby doesn't suppor... -
11:23 AM Feature #5474: keyword argument
- On Wed, Oct 26, 2011 at 7:30 PM, Yukihiro Matsumoto <[email protected]> wrote:
> Yes, there could be a language wi... -
10:23 AM Feature #5474: keyword argument
- On Wed, Oct 26, 2011 at 8:30 PM, Yukihiro Matsumoto <[email protected]>wrote:
> Hi,
>
> In message "Re: [r... -
09:53 AM Feature #5474: keyword argument
- Hi,
In message "Re: [ruby-core:40418] Re: [ruby-trunk - Feature #5474][Assigned] keyword argument"
on Thu... -
07:53 AM Feature #5474: keyword argument
- Hi,
In message "Re: [ruby-core:40414] Re: [ruby-trunk - Feature #5474][Assigned] keyword argument"
on Thu... -
07:23 AM Feature #5474: keyword argument
- On Wed, Oct 26, 2011 at 2:08 PM, Yukihiro Matsumoto <[email protected]>wrote:
> Hi,
>
> In message "Re: [r... -
09:07 PM Revision 509ed0d9 (git): * ext/sdbm/_sdbm.c (sdbm_prep): set FD_CLOEXEC flags for file
- descriptors.
(fd_set_cloexec): new function.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33541 b2dd03c8-39d... -
06:02 PM Revision a5a7e2cd (git): * vm_insnhelper.c (vm_call_cfunc): adding back useless hack. For some
- reason, this fixes CFP errors on OS X 10.7.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33540 b2dd03c8-39d4-4d... -
04:10 PM Bug #5490 (Closed): Bignum#div(0.0) raises FloatDomainError instead of ZeroDivisionError
- This issue was solved with changeset r33536.
Brian, thank you for reporting this issue.
Your contribution to Ruby is ... -
10:31 AM Bug #5490 (Closed): Bignum#div(0.0) raises FloatDomainError instead of ZeroDivisionError
- Bignum#div(0.0) raises FloatDomainError. Everything else raises ZeroDivisionError.
This should be fixed in both 1.... -
03:37 PM Bug #5488 (Assigned): autoconf failure on HP-UX/PA
-
02:55 PM Bug #5488 (Closed): autoconf failure on HP-UX/PA
- This issue was solved with changeset r33533.
The Written Word, thank you for reporting this issue.
Your contribution ... -
07:41 AM Bug #5488 (Closed): autoconf failure on HP-UX/PA
- On HP-UX/PA:
$ bzip2 -dc ruby-1.9.2-p290.tar.bz2 | tar xf -
$ cd ruby-1.9.2-p290
$ ./configure
...
che... - 03:11 PM Revision 344191d1 (git): * 2011-10-28
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33539 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:11 PM Revision f8751046 (git): * ext/sdbm/_sdbm.c (sdbm_prep): refactored for less nesting.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33538 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:04 PM Feature #5484: regexp comparison bug
- I think this is from a policy of comparison, not a bug.
If you have a reason that Ruby change the policy, please sho... -
03:00 PM Bug #5491: build failure on Tru64 UNIX 5.1
- I understand the problem, but the patch is hard to merge.
What header includes c_excpt.h?
I want to undef them just... -
11:37 AM Bug #5491 (Closed): build failure on Tru64 UNIX 5.1
- Building 1.9.2 with latest svn revision at 33531 produces a build error because <c_except.h> defines leave and except...
-
01:23 PM Feature #5482: Rubinius as basis for Ruby 2.0
- I think it is more important for Ruby to be fast, expressive and easy to use
rather than filled with "interesting pu... -
12:23 PM Feature #5482: Rubinius as basis for Ruby 2.0
- Hello, Charles
2011/10/26 Charles Oliver Nutter <[email protected]>:
> On Tue, Oct 25, 2011 at 11:45 PM, Tim Fe... -
09:53 AM Bug #5487: popen3 + timeout regression in ruby 1.9
- William Morgan <[email protected]> wrote:
> Bug #5487: popen3 + timeout regression in ruby 1.9
> http... -
07:26 AM Bug #5487 (Rejected): popen3 + timeout regression in ruby 1.9
- Wrapping Open3.popen3 in a Timeout::timeout block used to work in Ruby 1.8, but doesn't work in 1.9:
w@masanjin:~$... -
09:28 AM Revision c1de5660 (git): * configure.in (RUBY_DEFINE_IF): revert r33534 partially to get
- rid of AS_ECHO which is not available in autoconf 2.61.
[ruby-dev:44702]
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... -
07:10 AM Revision 723038b0 (git): * bignum.c (rb_big_divide): raise ZeroDivisionError if divisor is
- zero, as well as Fixnum. [ruby-core:40429] [Bug #5490]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33536 b2dd... -
07:10 AM Revision e344d8a4 (git): * test/ruby/test_bignum.rb: ensure constants to be Bignum.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:56 AM Revision 1b4e1375 (git): * configure.in (RUBY_FUNC_ATTRIBUTE): unset temporary variable.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33534 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:55 AM Revision 9598856e (git): * configure.in (RUBY_STACK_GROW_DIRECTION): substitute CPU name as
- shell variable name. based on the patch by The Written Word Inc. at
[ruby-core:40421]. [Bug #5488]
git-svn-id: s... -
12:59 AM Revision bafe8376 (git): * include/ruby/ruby.h (SIZE_MAX): define SIZE_MAX if not defined.
- patched by The Written Word Inc. [ruby-core:40422] [Bug #5489]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@335...
10/26/2011
-
11:49 PM Revision 2b7bbe18 (git): * ext/psych/parser.c: remove unused variable.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33531 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:43 PM Revision ca05a2af (git): * 2011-10-27
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33530 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:43 PM Revision 4fe2dace (git): * ext/openssl/extconf.rb: add -Wall flag by default when compiler is
- GCC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:23 PM Feature #5341: Add SSL session reuse to Net::HTTP
- On 10/26/2011 11:39 AM, Eric Hodel wrote:
> Net::HTTP objects can be reused. You may start and finish a
> conne... -
02:58 PM Feature #5341: Add SSL session reuse to Net::HTTP
- Eric Hodel wrote:
> I will update the patch to check for the timeout, I did not know it existed.
>
I could im... -
11:49 AM Feature #5341: Add SSL session reuse to Net::HTTP
- I think it is best to add SSL session reuse to Net::HTTP because it is very hard to add it at a higher layer without ...
-
11:39 AM Feature #5341: Add SSL session reuse to Net::HTTP
- =begin
Net::HTTP objects can be reused. You may start and finish a connection as many times as you like (the net-ht... -
10:00 PM Bug #5486 (Closed): rb_stat() doesn’t respect input encoding
- rb_stat() overrides the input strings encoding and applies one of various encodings through rb_str_encode_ospath(). ...
-
05:53 PM Feature #5482: Rubinius as basis for Ruby 2.0
- On Tue, Oct 25, 2011 at 11:45 PM, Tim Felgentreff <[email protected]> wrote:
> Can we have partial continuations instea... -
01:53 PM Feature #5482: Rubinius as basis for Ruby 2.0
- On Mon, Oct 24, 2011 at 9:58 PM, SASADA Koichi <[email protected]> wrote:
> (2011/10/25 12:46), Yusuke Endoh wrote:... -
07:23 AM Feature #5482: Rubinius as basis for Ruby 2.0
- On Tue, Oct 25, 2011 at 5:15 PM, Eric Wong <[email protected]> wrote:
> More seriously, I agree that Ruby shou... -
07:23 AM Feature #5482: Rubinius as basis for Ruby 2.0
- Charles Nutter <[email protected]> wrote:
> I think we should roll back to Evan's original pure-Ruby
> impleme... -
03:24 PM Bug #5483 (Closed): Pathname doesn’t deal with encodings properly
- This issue was solved with changeset r33525.
Nikolai, thank you for reporting this issue.
Your contribution to Ruby i... -
02:53 PM Feature #5364: How about new syntax: "object.\method" returns a Method instance?
- Hi,
(11/10/25 9:34), Thomas Sawyer wrote:
> I wonder if
>
> str->:each_char
>
> Would be viable.
... -
10:43 AM Bug #5450 (Closed): rake 0.9.2.2 does not exist in rubygems.org
- Sure, it exactly is our issue as I explained, but the problem I stated in the subject is fixed. It must be closed now...
-
10:31 AM Bug #5450 (Third Party's Issue): rake 0.9.2.2 does not exist in rubygems.org
- This particular case seems solved.
-
08:12 AM Bug #5450: rake 0.9.2.2 does not exist in rubygems.org
- I forgot to mention. I heard that drbrain helped to push the version. Thank you, Eric.
-
08:11 AM Bug #5450: rake 0.9.2.2 does not exist in rubygems.org
- 0.9.2.2 is pushed to rubygems.org at 22 Oct. Now it's not a release blocker for 1.9.3 and I changed the priority to '...
-
09:52 AM Feature #5481: Gemifying Ruby standard library
- I really like the proposal. Just wanted to add one thought - if we add yet more power to the gem infrastructure, we s...
-
07:23 AM Feature #5481: Gemifying Ruby standard library
- On Oct 25, 2011, at 8:13 AM, Trans wrote:
> I think it's time to accept that we are in an Internet world.
But we... -
07:23 AM Feature #5481: Gemifying Ruby standard library
- On Oct 25, 2011, at 5:56 AM, Magnus Holm wrote:
> That would require internet connection. I think you should be abl... -
05:23 AM Feature #5481: Gemifying Ruby standard library
- Le 25/10/2011 17:13, Trans a écrit :
> On Tue, Oct 25, 2011 at 8:56 AM, Magnus Holm<[email protected]> wrote:
>... -
01:23 AM Feature #5481: Gemifying Ruby standard library
- On 25/10/11 at 22:43 +0900, Yusuke Endoh wrote:
> Hello,
>
> 2011/10/25 Lucas Nussbaum <lucas@lucas-nussbaum.... -
01:23 AM Feature #5481: Gemifying Ruby standard library
- On 26/10/11 at 00:13 +0900, Trans wrote:
> On Tue, Oct 25, 2011 at 8:56 AM, Magnus Holm <[email protected]> wrote:... -
12:23 AM Feature #5481: Gemifying Ruby standard library
- On Tue, Oct 25, 2011 at 8:56 AM, Magnus Holm <[email protected]> wrote:
> On Tue, Oct 25, 2011 at 14:45, Intransiti... -
08:23 AM Feature #5474: keyword argument
- See below.
--
Evan Phoenix // [email protected]
> > My worry about Yusuke's current proposal is that it requ... - 07:05 AM Revision d4299c2f (git): * 2011-10-26
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@33528 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:05 AM Revision 2102e644 (git): * string.c (rb_str_partition, rb_str_rpartition)
- (rb_str_start_with, rb_str_end_with): preserve the last match
data. [ruby-core:39671] [Bug #5351]
git-svn-id: svn... -
06:53 AM Feature #5479: import StringIO into core, add String#to_io
- On Tue, Oct 25, 2011 at 1:56 PM, Haase, Konstantin
<[email protected]> wrote:
> Maybe ... -
06:53 AM Feature #5479: import StringIO into core, add String#to_io
- On Tue, Oct 25, 2011 at 1:35 PM, Aaron Patterson
<[email protected]> wrote:
> On Wed, Oct 26, 2011 at 02:22... -
03:53 AM Feature #5479: import StringIO into core, add String#to_io
- On Wed, Oct 26, 2011 at 02:22:21AM +0900, Haase, Konstantin wrote:
> My main request was to add String#to_io, as Aa... -
02:23 AM Feature #5479: import StringIO into core, add String#to_io
- My main request was to add String#to_io, as Aaron described, so this protocol can actually be used. This is the only...
-
02:23 AM Feature #5479: import StringIO into core, add String#to_io
- On Tue, Oct 25, 2011 at 10:14:54PM +0900, Charles Nutter wrote:
>
> Issue #5479 has been updated by Charles Nutte... - 06:24 AM Revision e15e5251 (git): * 2011-10-26
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:24 AM Revision cba2e89c (git): * file.c (rb_file_join): honor input encodings than ASCII-8BIT.
- [ruby-core:40338] [Bug #5483]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33525 b2dd03c8-39d4-4d8f-98ff-823fe6... -
02:41 AM Bug #5485 (Closed): ERB html_escape should follow OWASP recommendations
- Hi,
OWASP recommends that we escape single quotes and forward slashes before inserting them in to HTML. I would l... -
02:08 AM Feature #5484 (Closed): regexp comparison bug
- Based on ri Regexp.eql?:
Equality---Two regexps are equal if their patterns are identical, they have
the same cha...
10/25/2011
-
11:23 PM Feature #5474: keyword argument
- On Mon, Oct 24, 2011 at 12:12 AM, Evan Phoenix <[email protected]> wrote:
>> |An alternative design is to treat all param... -
10:53 PM Feature #5481: Gemifying Ruby standard library
- Hello,
2011/10/25 Lucas Nussbaum <[email protected]>:
> Instead, I would prefer a plan where the inter... -
10:23 PM Feature #5481: Gemifying Ruby standard library
- Hello, Eric
Thank you. Your explanation helped me understand.
--
Yusuke Endoh <[email protected]> -
10:23 PM Feature #5481: Gemifying Ruby standard library
- Hello,
2011/10/25 Hiroshi Nakamura <[email protected]>:
> Sure, I will. But please don't wait to post your c... -
09:59 PM Feature #5481: Gemifying Ruby standard library
- On Tue, Oct 25, 2011 at 14:45, Intransition <[email protected]> wrote:
>
>
> On Oct 25, 1:58 am, Lucas Nussbaum... -
09:53 PM Feature #5481: Gemifying Ruby standard library
- On Oct 25, 1:58Â am, Lucas Nussbaum <[email protected]> wrote:
> Issue #5481 has been updated by Lucas Nussb... -
02:57 PM Feature #5481: Gemifying Ruby standard library
- (With my Debian hat)
I don't really like the plan of having releases of libraries both with the interpreter and as s... -
01:53 PM Feature #5481: Gemifying Ruby standard library
- On Oct 24, 2011, at 8:49 PM, Yusuke Endoh wrote:
> Hello,
>
> Could you summarize advantages (if any) and disadv... -
01:23 PM Feature #5481: Gemifying Ruby standard library
- Hi,
On Tue, Oct 25, 2011 at 12:49, Yusuke Endoh <[email protected]> wrote:
> Could you summarize advantages (if ... -
06:51 AM Feature #5481: Gemifying Ruby standard library
- =begin
== Background
There was an awesome keynote by Aaron at RubyKaigi2011.
* RubyKaigi 2011 keynote by Aaro... -
06:49 AM Feature #5481: Gemifying Ruby standard library
- =begin
== Implementation
=== Install stdlibs as 'default gems'
* Newly created stdlib gems version scheme: ru... -
06:44 AM Feature #5481 (Closed): Gemifying Ruby standard library
- =begin
Up-to-date summary of this proposal is at ((<URL:https://bugs.ruby-lang.org/projects/ruby/wiki/StdlibGem>))... -
10:14 PM Feature #5479: import StringIO into core, add String#to_io
- I assume the IO produced from a StringIO would not have a real file descriptor, since...it doesn't have a real file d...
-
09:58 PM Feature #5479 (Rejected): import StringIO into core, add String#to_io
- You propose two different feature requests at once.
I reject the first one, "import StringIO into core", because i... -
04:02 AM Feature #5479 (Rejected): import StringIO into core, add String#to_io
- Currently, a lot of APIs accept both String and IO instances. To differentiate what has been handed to those methods,...
-
09:59 PM Feature #5482: Rubinius as basis for Ruby 2.0
- How about we run on the Dalvik "I swear I'm not a JVM" VM and call it even? I think it can even fork!
-
03:23 PM Feature #5482: Rubinius as basis for Ruby 2.0
- Charles Nutter wrote:
>
> Remove fork, the C extension API, and ObjectSpace, and JRuby can be the new Ruby 2.0!... -
02:25 PM Feature #5482: Rubinius as basis for Ruby 2.0
- Remove fork, the C extension API, and ObjectSpace, and JRuby can be the new Ruby 2.0!
-
01:59 PM Feature #5482: Rubinius as basis for Ruby 2.0
- (2011/10/25 12:46), Yusuke Endoh wrote:
> Come back when all 1.9 features and callcc are implemented :-)
Off ... -
11:36 AM Feature #5482: Rubinius as basis for Ruby 2.0
- I think we should roll back to Evan's original pure-Ruby implementation and get rid of all that nasty C++. After all,...
-
11:22 AM Feature #5482: Rubinius as basis for Ruby 2.0
- Cute.
+1. -
09:46 AM Feature #5482 (Rejected): Rubinius as basis for Ruby 2.0
- I'll give you three great reasons why:
1. It's Ruby in Ruby (mostly).
2. Ruby is better.
3. Read #1 and #2, agai... -
07:40 PM Feature #5341: Add SSL session reuse to Net::HTTP
- According to this tweet, ext/openssl in ruby 1.9.1 or earlier didn't work well with Google's SSL false-start servers,...
-
06:01 PM Feature #5341: Add SSL session reuse to Net::HTTP
- The patch does;
- Let HTTP object keeps last SSLSession and reuse it when it tries to connect next time.
- Initia... -
05:48 PM Bug #5483 (Closed): Pathname doesn’t deal with encodings properly
- Encoding.find('filesystem') # => Windows-1252
(Pathname('//Server/Share'.encode('filesystem'))+'Entry'.encode('files... -
03:01 PM Feature #5480: remove GServer from stdlib
- Agree for removal as the reasons Konstantin listed, but we might need migration period. How others think?
Do we add ... -
04:12 AM Feature #5480 (Closed): remove GServer from stdlib
- =begin
I propose removing the gserver library from Ruby's stdlib.
People should not use it for the following reas... -
02:47 PM Bug #5476: ruby 1.9.3_rc1 segfaults in test_fork.rb on HPPA
- Ruby on hppa is broken because hppa (at least last time I checked) was using a LinuxThreads-based thread implementati...
-
06:03 AM Bug #5476: ruby 1.9.3_rc1 segfaults in test_fork.rb on HPPA
- Please give me C level backtrace.
-
01:52 AM Bug #5476 (Closed): ruby 1.9.3_rc1 segfaults in test_fork.rb on HPPA
- Running tests on HPPA results in a segmentation fault when running test_fork.rb.
The downstream bug report at http... -
12:54 PM Revision 49f6242b (git): * include/ruby/defines.h: use "__sparc" instead of "sparc" and
- "__sparc__".
* dln.c: ditto.
[ruby-dev:44694]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33524 b2dd03c8... -
11:23 AM Bug #5475: r33507以降SolarisでPTYが使えない
- On Mon, 24 Oct 2011 22:59:20 +0900
Tanaka Akira <[email protected]> wrote:
> ついでに、dln.c に
> #if defined(sun) && ... -
09:43 AM Bug #5477 (Rejected): to_f function / multiplication bug
- Yes, see also:
http://wiki.github.com/rdp/ruby_tutorials_core/ruby-talk-faq#floats_imprecise
http://en.wikipedia.... -
03:42 AM Bug #5477: to_f function / multiplication bug
- I have been educated that this is more a floating number calculation issue than an issue with ruby itself by guys on ...
-
03:26 AM Bug #5477 (Rejected): to_f function / multiplication bug
- This is posted on stack overflow but I thought I should report it here
Hi I just ran into an issue where ruby's to_f... -
09:34 AM Feature #5364: How about new syntax: "object.\method" returns a Method instance?
- I wonder if
str->:each_char
Would be viable.
-
03:46 AM Feature #5478 (Open): Add syntax to import Set into core
- Set is a central data structure. However, a lot of Ruby developers use arrays for situations where it would be more r...
10/24/2011
-
11:23 PM Bug #5475: r33507以降SolarisでPTYが使えない
- 2011年10月24日22:26 Naohisa GOTO <[email protected]>:
>
> なお、Solaris 9 およびそれ以前では posix_openpt が存在しないらしいた... -
10:40 PM Bug #5475 (Closed): r33507以降SolarisでPTYが使えない
- This issue was solved with changeset r33519.
Naohisa, thank you for reporting this issue.
Your contribution to Ruby i... -
10:29 PM Bug #5475: r33507以降SolarisでPTYが使えない
- On Mon, 24 Oct 2011 18:43:39 +0900
Tanaka Akira <[email protected]> wrote:
> とりあえずワークアランドとして以下のようにすると避けられるでしょうか。
... -
04:56 PM Bug #5475 (Closed): r33507以降SolarisでPTYが使えない
- r33507以降、SolarisでPTYがまともに使えません。
% ruby -rpty -e 'PTY.spawn("/bin/cat") { |r,w,id| p r; p w; p id }'
を実行すると、
-e:1... - 09:35 PM Revision 06a8e95f (git): * 2011-10-25
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33523 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:35 PM Revision 430f4da0 (git): * re.c (match_aref): Use <code> around indexing examples to prevent
- hyperlinks. [ruby-talk:389396]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33522 b2dd03c8-39d4-4d8f-98ff-823... -
02:57 PM Revision 2bb54418 (git): * complex.c: use "__sun" instead of "__sun__" to detect SunOS.
- * math.c: ditto.
* hash.c: ditto.
* atomic.h: ditto.
* ext/io/wait/wait.c: ditto.
[ruby-dev:44693]
git-svn-id:... -
02:53 PM Feature #5474: keyword argument
- Hi,
In message "Re: [ruby-core:40299] Re: [ruby-trunk - Feature #5474][Assigned] keyword argument"
on Mon... -
09:53 AM Feature #5474: keyword argument
- Hi,
In message "Re: [ruby-core:40290] [ruby-trunk - Feature #5474][Assigned] keyword argument"
on Sun, 23... -
01:49 PM Revision b317a4cd (git): * io.c: use "__sun" instead of "sun" to detect SunOS.
- * dln.c: ditto.
* cont.c: ditto.
* ext/sdbm/_sdbm.c: ditto.
[ruby-dev:44693]
git-svn-id: svn+ssh://ci.ruby-lang... -
01:40 PM Revision 5153fd2a (git): * ext/pty/pty.c (get_device_once): delay rb_fd_set_cloexec() until
- grantpt() on Solaris. grantpt() doesn't work with CLOEXEC on
Solaris 10.
reported by Naohisa GOTO. [ruby-dev:44... -
11:08 AM Revision be561cbe (git): update doc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33518 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:23 AM Feature #3187: Allow dynamic Fiber stack size
- Tomoyuki Chikanaga wrote:
> I've written a patch. This patch adds some methods Fiber.default_vm_stacksize, Fiber.d... -
08:19 AM Bug #5237 (Closed): IO.copy_stream calls #read on an object infinitely many times
- This issue was solved with changeset r33515.
Brian, thank you for reporting this issue.
Your contribution to Ruby is ... -
06:41 AM Revision 9a82672c (git): Follow the error format changed by FreeBSD 9.
- FreeBSD 8.2's last line is
"./configure: Can't open ./configure: No such file or directory\n""
but FreeBSD 9's is
"ca... -
06:16 AM Bug #5468: IPSocket#valid_v6? in ipaddr.rb contains incorrect regexps
- =begin
'FF32:00FF:A12:34FF:FE56:7890::/96' is an IPv6 prefix, but Socket::AF_INET means IPv4 address. It works if I ...
10/23/2011
- 11:19 PM Revision 530160d6 (git): * 2011-10-24
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33516 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:19 PM Revision a28fe36c (git): * io.c (copy_stream_fallback_body): check nil for EOF of read method.
- patch by Eric Wong. [ruby-core:39134] [Bug #5237]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33515 b2dd03c8... -
09:53 PM Feature #5474 (Closed): keyword argument
- Hello,
I'm sending a patch for keyword arguments.
(This feature had been discussed in #5454, but I'm re-creatin... -
08:39 PM Bug #5473 (Closed): Raise in method_missing causes infinite loop
- =begin
The following code causes an infinite loop:
class ::Object
def method_missing(m, *a, &b)
... -
07:25 PM Feature #5454 (Rejected): keyword arguments
- すみません、メールがあちこちに言って議論が混乱しそうですね。
一度 close して立て直します。
Sorry for scattering the mails and confusing the discussion.
I... -
02:52 PM Feature #5454: keyword arguments
- Hello,
I've updated the patch (keyword-argument-patch-20111023.zip).
It modifies the core much.
So I'd like to c... -
04:43 PM Bug #5471 (Closed): tkのマニュアルファイルのtypo
- This Issue was closed by r33511. Thanks :)
-
04:29 PM Bug #5471 (Closed): tkのマニュアルファイルのtypo
- tkMANUAL_tcltklib.engにtypoがありました。
Index: ext/tk/MANUAL_tcltklib.eng
=============================================... -
09:22 AM Revision b062e608 (git): * ext/tk/MANUAL_tcltklib.eng: fix typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33514 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:05 AM Bug #5470 (Closed): r33507 and r33508 break the build under MinGW
-
07:53 AM Bug #5470: r33507 and r33508 break the build under MinGW
- On Sun, Oct 23, 2011 at 12:43 AM, Tanaka Akira <[email protected]> wrote:
>
> Would you show the error messages?
>
... -
07:53 AM Bug #5470: r33507 and r33508 break the build under MinGW
- 2011/10/23 Luis Lavena <[email protected]>:
> Bug #5470: r33507 and r33508 break the build under MinGW
> h... -
07:17 AM Bug #5470 (Closed): r33507 and r33508 break the build under MinGW
- Definition and usage of rb_fd_set_cloexec cause MinGW (GCC 4.5.2 and GCC 4.6.1)
Usage of F_GETFD FD_CLOEXEC and F_... -
09:03 AM Revision bb98e0ec (git): * numeric.c (rb_infinity, rb_nan): aggregated member initializers
- need braces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33513 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:51 AM Revision d332891f (git): * ext/io/wait/wait.c: ioctl(2) is declared in unistd.h on Solaris.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33512 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:39 AM Revision 965dba4f (git): * ext/tk/MANUAL_tcltklib.eng: fix typo. [ruby-dev:44683] [Bug #5471]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:37 AM Bug #5375 (Closed): [mingw32] segfault on WinXP SP3 with 1.9.3dev@33347
- Closing it out as duplicate of #5407 as efforts on solve the issue has been made in that issue.
Thank you. -
06:37 AM Bug #5407 (Closed): Cannot build ruby-1.9.3-rc1 with TDM-GCC 4.6.1 on Windows XP SP3
- Closing it out as duplicate of #5407 as efforts on solve the issue has been made in that issue.
Thank you. -
06:35 AM Bug #5407 (Assigned): Cannot build ruby-1.9.3-rc1 with TDM-GCC 4.6.1 on Windows XP SP3
- Thank you Hiroshi Shirosaki for your patch.
There is one slight detail on this and is that it uses result from `u... -
12:12 AM Bug #4870 (Rejected): forkのテストが非常にまれに失敗する
- だめ。
二度と再現できない。自己クローズします -
12:11 AM Feature #4512 (Closed): [PATCH] ext/fcntl/fcntl.c: add F_DUPFD_CLOEXEC constant
- Akr committed #5041. so we can close this ticket too.
10/22/2011
- 11:03 PM Revision fc024f19 (git): * 2011-10-23
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:03 PM Revision e7ff2958 (git): * io.c (rb_fd_set_cloexec): set close-on-exec flag only if F_GETFD is
- defined. reported by Luis Lavena. [ruby-core:40281] [Bug #5470]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk... -
06:58 PM Feature #5041 (Closed): Set FD_CLOEXEC for all fds (except 0, 1, 2)
- This issue was solved with changeset r33507.
Akira, thank you for reporting this issue.
Your contribution to Ruby is ... -
05:46 PM Feature #5100 (Closed): allow configurable timeouts in resolv.rb
- This issue was solved with changeset r33504.
Eric, thank you for reporting this issue.
Your contribution to Ruby is g... -
01:49 PM Feature #5455: $SAFE should be removed
- A more granular safe system would be nice.
-
01:47 PM Feature #5422: File.fnmatch != Dir.glob # {no,sets}
- > "The former doesn't sound appropriate, because "glob" does not imply brace expansion originally."
I'm only going... -
11:29 AM Feature #5422: File.fnmatch != Dir.glob # {no,sets}
- =begin
Thomas Sawyer wrote:
> I see. In that case, adding a new `File.glob_match?` (or maybe just `File.match?`) ... -
11:35 AM Revision df8126f9 (git): * test/openssl/test_ssl.rb (test_multibyte_read_write): start server
- for each length to avoid race condition.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33508 b2dd03c8-39d4-4d8f... -
09:58 AM Revision b574a4d4 (git): * include/ruby/intern.h (rb_fd_set_cloexec): declared.
- * io.c (rb_fd_set_cloexec): new function.
(ruby_dup): call rb_fd_set_cloexec to set close-on-exec flag.
(rb_sysop... -
08:50 AM Revision 00715f4c (git): describe Resolv::DNS#timeouts= and Resolv::DNS::Config#timeouts=.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:47 AM Revision 93122606 (git): * lib/resolv.rb: fix a exception name in previous patch.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:46 AM Revision 16f4ecbc (git): * lib/resolv.rb: make timeout configurable for DNS query.
- patch by Eric Wong. [ruby-core:38533] [Feature #5100]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33504 b2dd... -
08:04 AM Bug #5244: Continuation causes Bus Error on Debian sparc
- Sorry, but this is not a proper fix. While it will fix the immediate problem for Debian, other systems will still be ...
-
02:35 AM Bug #5469 (Closed): Bus Error when accessing NAN and INFINITY
- This issue was solved with changeset r33502.
Naohisa, thank you for reporting this issue.
Your contribution to Ruby i...
Also available in: Atom