Activity
From 02/08/2013 to 02/14/2013
02/14/2013
-
11:59 PM Bug #7842: An alias of a "prepend"ed method skips the original method when calling super
- > Rather I expect [B, A] in this case.
Fine. I just wanted to point out the weird skipping.
(Actually, I exp... -
04:14 PM Bug #7842: An alias of a "prepend"ed method skips the original method when calling super
- Rather I expect [B, A] in this case.
-
07:28 AM Bug #7842: An alias of a "prepend"ed method skips the original method when calling super
- I agree, this can only be a bug.
-
11:14 PM Revision 1ff71083 (git): * ext/socket/sockport.h (SET_SS_LEN): removed.
- (SET_SIN_LEN): removed.
(INIT_SOCKADDR): new macro.
* ext/socket/ancdata.c (extract_ipv6_pktinfo): use INIT_SOCKAD... -
10:49 PM Revision dfbb5b67 (git): * lib/rdoc.rb: Update to release version of 4.0.0
- * lib/rubygems.rb: Update to release version of 2.0.0
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39247 b2dd... -
10:08 PM Revision 4faef960 (git): * ext/socket/sockport.h (SA_LEN): removed because unused now.
- (SS_LEN): ditto.
(SIN_LEN): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39246 b2dd03c8-39d4-4d8f-98... -
08:01 PM Revision e4b77588 (git): * test/ruby/test_process.rb (test_setsid): Added a workaround for
- MacOS X. Patch by nagachika. [Bug #7826] [ruby-core:52126]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39245 b... -
06:59 PM Feature #4840 (Feedback): Allow returning from require
-
04:59 PM Bug #7758: Ruby on Windows crashes when active codepage is codepage 65001 and outputting unicode character
- I think the above patch is problematic.
Here is another possible patch:
~~~diff
diff --git a/io.c b/io.c.new
... -
10:17 AM Bug #7758: Ruby on Windows crashes when active codepage is codepage 65001 and outputting unicode character
- phasis68 (Heesob Park) wrote:
> ~~~diff
> diff --git a/win32.c b/win32.c.new
> index 984e03b..b99e6ba 100644
> --... -
03:51 PM Revision ddddf044 (git): merge revision(s) 39232,39233,39238: [Backport #7831][Backport #7852]
- * lib/net/http: Do not handle Content-Encoding when the user sets
Accept-Encoding. This allows users to h... - 03:17 PM Revision 09faab67 (git): * 2013-02-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39243 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:17 PM Revision 792cfa3f (git): * ext/socket/sockport.h (VALIDATE_SOCKLEN): new macro to validate
- sa_len member of 4.4BSD socket address.
* ext/socket/getnameinfo.c (getnameinfo): use VALIDATE_SOCKLEN,
instead of... -
02:46 PM Revision 93c819aa (git): remove trailing spaces
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39241 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:27 PM Revision 1cc445fb (git): * ext/socket/socket.c (sockaddr_len): extracted from sockaddr_obj.
- (sockaddr_obj): add an argument to length of socket address.
(socket_s_ip_address_list): call sockaddr_obj with act... -
01:19 PM Bug #7815 (Closed): Backport: Warning about TracePoint events to 2.0.0
- Resolved by r39237
-
01:08 PM Feature #7849 (Rejected): Symbol#to_str
- You cannot gsub, enumerate characters in or alter encoding of a Symbol, so it is not a string representation.
-
10:36 AM Feature #7849: Symbol#to_str
- Symbols are not Strings. I'm afraid this would only serve to blur the line even more.
Rubyists need to stop using... -
10:14 AM Feature #7849: Symbol#to_str
- > If, for your needs, you were to define to_st on String & on Symbol, you could have the utility you desire.
Yes, ... -
09:49 AM Feature #7849: Symbol#to_str
- Bad idea. to_str should only be defined on things that really are Strings, and Symbol are most definitely not String...
-
04:46 AM Feature #7849 (Rejected): Symbol#to_str
- Even though a Symbol is not technically an honest-to-goodness String, from the standpoint of simple practicality it w...
-
11:53 AM Bug #7806: inconsistency between Method#inspect and Method#name
- (13/02/14 10:38), ko1 (Koichi Sasada) wrote:
> Nobu, you add new method Method#original_name on r39223.
>
> C... -
10:38 AM Bug #7806 (Open): inconsistency between Method#inspect and Method#name
- Nobu, you add new method Method#original_name on r39223.
Could you explain about it, why and what?
I make the t... -
11:28 AM Revision 18a8046d (git): * ext/socket: always operate length of socket addess companion with
- socket address.
* ext/socket/rubysocket.h (rsock_make_ipaddr): add an argument for
socket address length.
(rsock... -
09:53 AM Feature #7839: Symbol.freeze_symbols
- On Thursday, 14 February 2013 at 11:30 AM, Aaron Patterson wrote:
> Yes, this is probably not thread safe, but if ... -
09:53 AM Feature #7839: Symbol.freeze_symbols
- On Wed, Feb 13, 2013 at 10:08:28AM +0900, Eric Wong wrote:
> "tenderlovemaking (Aaron Patterson)" <aaron@tenderlov... -
09:53 AM Feature #7839: Symbol.freeze_symbols
- On Wed, Feb 13, 2013 at 01:10:24PM +0900, shugo (Shugo Maeda) wrote:
>
> Issue #7839 has been updated by shugo ... -
09:53 AM Feature #7839: Symbol.freeze_symbols
- On Wed, Feb 13, 2013 at 05:15:25PM +0900, alexeymuranov (Alexey Muranov) wrote:
>
> Issue #7839 has been update... -
09:00 AM Feature #7839: Symbol.freeze_symbols
- +1 to prohibiting interning of tainted strings. Probably $SAFE >= 1, though. Currently, this is a problem for $SAFE...
-
08:23 AM Feature #7791: Let symbols be garbage collected
- (2013/02/14 1:38), Evan Phoenix wrote:
> I have a worry about Koichi's approach. There are going to have to be
>... -
01:53 AM Feature #7791: Let symbols be garbage collected
- I have a worry about Koichi's approach. There are going to have to be places where (b) type Symbols are converted in...
-
07:31 AM Bug #7850: Gem::Dependency.new( Symbol ) is deprecated?
- すいません、rubygems自体は別のコードベースなのですね。rubygemsのほうで調べる/報告してみます。
お騒がせいたしました・・・
-
05:30 AM Bug #7850 (Third Party's Issue): Gem::Dependency.new( Symbol ) is deprecated?
- Gem::Dependency.new の第一引数が Symbol だった場合、1.9だと問題ありませんが2.0だと例外が投げられます。
これは、想定された非互換でしょうか?
以下が再現コードです。
$ ruby2.0 ... -
07:13 AM Bug #7784 (Closed): [mingw] r39055 creates test failures and functionality loss
-
07:10 AM Bug #7838 (Closed): Backport r39213 to Ruby 2.0.0 which fixes intermittent test failures
- Fixed by r39229
-
07:10 AM Bug #7809 (Closed): Backport RubyGems fixes in r39166 to ruby 2.0.0
- Fixed by r39227
-
05:32 AM Revision 64db9dcb (git): * lib/net/http.rb: Removed OpenSSL dependency from Net::HTTP.
- * test/net/http/test_http.rb: Remove Zlib dependency from tests.
* test/net/http/test_http_request.rb: ditto.
git... -
04:41 AM Feature #7848 (Assigned): Restore default state for core ruby objects
- Hi.
Consider:
class String
def lala
puts 'Running lala() from class String.'
end
end
T... -
04:17 AM Revision aea2c7ca (git): * Backport r39168 Warning about TracePoint events to 2.0.0
- [ruby-core:52073] [Bug #7815]
* vm_trace.c: note about TracePoint events set
git-svn-id: svn+ssh://ci.ruby-lang.or... -
03:33 AM Feature #7846: [ext/openssl] Disable TLS/SSL compression by default?
- mame (Yusuke Endoh) wrote:
> Thank you for contacting me.
>
> Sorry, but it is too late for 2.0.0. Marking the t... -
03:02 AM Feature #7846 (Assigned): [ext/openssl] Disable TLS/SSL compression by default?
- Thank you for contacting me.
Sorry, but it is too late for 2.0.0. Marking the target to next minor.
I'm not ag... -
01:24 AM Feature #7846 (Closed): [ext/openssl] Disable TLS/SSL compression by default?
- I'd like to disable TLS compression for all TLS connections by default using SSL_OP_NO_COMPRESSION
to effectively di... -
03:06 AM Bug #7847 (Closed): gem release of io-console is broken on Windows
- Nobu-san,
Lot of folks are having issues with latest io-console gem that got released:
https://github.com/nobu/... -
02:08 AM Revision 632ab19c (git): class.c: cyclic prepend
- * class.c (include_modules_at): detect cyclic prepend with original
method table. [ruby-core:52205] [Bug #7841]
g... -
01:38 AM Revision bd255c46 (git): vm_method.c: fix method_removed
- * vm_method.c: call method_removed hook on called class, not on
prepending iclass. [ruby-core:52207] [Bug #7843]
... -
01:30 AM Revision 01e43fb0 (git): vm_method.c: fix method_removed
- * vm_method.c: call method_removed hook on called class, not on
prepending iclass.
git-svn-id: svn+ssh://ci.ruby-l... -
01:09 AM Revision 8c5a6fb6 (git): * lib/net/http: Do not handle Content-Encoding when the user sets
- Accept-Encoding. This allows users to handle Content-Encoding for
themselves. This restores backwards-compatibili... -
01:08 AM Revision f58d3980 (git): * lib/net/http: Do not handle Content-Encoding when the user sets
- Accept-Encoding. This allows users to handle Content-Encoding for
themselves. This restores backwards-compatibili... -
12:48 AM Bug #7541: Can't use Ruby 2.0.0 as as BASERUBY
- =begin
I was able to build ruby:
$ tool/make-snapshot tmp branches/ruby_2_0_0
using
ruby 2.0.0dev (2013-0... -
12:27 AM Feature #7845 (Open): Strip doesn't handle unicode space characters in ruby 1.9.2 & 1.9.3 (does in 1.9.1)
- Strip and associated methods in ruby 1.9.2 and 1.9.3 do not remove leading/trailing unicode space characters (such as...
02/13/2013
-
11:38 PM Bug #7844: include/prepend satisfiable module dependencies are not satisfied
- matz (Yukihiro Matsumoto) wrote:
> I believe the behavior is undefined (or implementation defined) when module depen... -
11:23 PM Bug #7844: include/prepend satisfiable module dependencies are not satisfied
- I believe the behavior is undefined (or implementation defined) when module dependency has contradiction.
And prefer... -
10:55 PM Bug #7844 (Closed): include/prepend satisfiable module dependencies are not satisfied
- Hello,
~~~ruby
module P
def m; puts "P"; super; end
end
module Q
def m; puts "Q"; super; end
include P... -
11:28 PM Feature #2294: [PATCH] ruby_bind_stack() to embed Ruby in coroutine
- Hi,
ko1 (Koichi Sasada) wrote:
>
> (2013/02/13 14:49), sunaku (Suraj Kurapati) wrote:
> > Ruby must also be b... -
03:53 PM Feature #2294: [PATCH] ruby_bind_stack() to embed Ruby in coroutine
- Hi,
(2013/02/13 14:49), sunaku (Suraj Kurapati) wrote:
> ko1 (Koichi Sasada) wrote:
>>> 1. Cannot bind Rub... -
02:49 PM Feature #2294: [PATCH] ruby_bind_stack() to embed Ruby in coroutine
- ko1 (Koichi Sasada) wrote:
> > 1. Cannot bind Ruby to a pre-allocated stack address range.
>
> I'm not sure what... -
08:45 AM Feature #2294 (Assigned): [PATCH] ruby_bind_stack() to embed Ruby in coroutine
- > 1. Cannot bind Ruby to a pre-allocated stack address range.
I'm not sure what you are saying. `ucontext' versio... -
07:28 AM Feature #2294: [PATCH] ruby_bind_stack() to embed Ruby in coroutine
- Hello ko1,
Thanks for committing changeset r38905 into Ruby 2.0.0-rc2.
But, I am seeing the following problems ... - 11:20 PM Revision d266423f (git): * 2013-02-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39231 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:20 PM Revision ed193c50 (git): * ext/socket/extconf.rb: don't define HAVE_SA_LEN and HAVE_SA_LEN.
- use HAVE_STRUCT_SOCKADDR_SA_LEN and HAVE_STRUCT_SOCKADDR_IN_SIN_LEN
instead.
git-svn-id: svn+ssh://ci.ruby-lang.o... -
10:53 PM Bug #7842 (Closed): An alias of a "prepend"ed method skips the original method when calling super
- Hello,
~~~ruby
module P
def m; puts "P"; super; end
end
class A
def m; puts "A"; end
end
... -
10:19 PM Bug #7840 (Closed): -Wdeclaration-after-statement is valid for C/ObjC but not for C++
- because of the new flags in warnflags i get this following errors:
cc1plus: warning: command line option '-Wdeclar... -
10:07 PM Revision e256dca8 (git): * Backport r39213 from trunk [ruby-trunk - Bug #7383]
- * lib/rubygems.rb: Return BINARY strings from Gem.gzip and Gem.gunzip.
Fixes intermittent test failures. RubyGems... - 10:02 PM Revision 9476346e (git): * 2013-02-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39228 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:02 PM Revision ceff56c7 (git): * Backport part of r39166 from trunk [ruby-trunk - Bug #7809]
- * lib/rubygems/package.rb: Include checksums.yaml.gz signatures for
verification.
* test/rubygems/test_gem_package... -
07:28 PM Bug #7758: Ruby on Windows crashes when active codepage is codepage 65001 and outputting unicode character
- Usa-san, thank you for the information!
Luis, could you please commit it to both trunk and ruby_2_0_0 branch?
-... -
04:30 PM Bug #7758: Ruby on Windows crashes when active codepage is codepage 65001 and outputting unicode character
- Sorry for late reply, luis.
Please commit it to trunk.
mame-san, this is reproducible SEGV bug.
So I think we ne... -
06:53 PM Bug #7820: Let's decide Ruby 2.0 supported platform list
- Hello,
In message "[ruby-core:52116] [ruby-trunk - Bug #7820] Let's decide Ruby 2.0 supported platform lis... -
06:46 PM Bug #7833 (Assigned): DRb has problems with BasicObject
-
06:38 PM Feature #7836 (Closed): Need a way to get Method and UnboundMethod objects to methods overridden by prepended modules
- This issue was solved with changeset r39224.
john, thank you for reporting this issue.
Your contribution to Ruby is g... -
06:32 PM Feature #7836: Need a way to get Method and UnboundMethod objects to methods overridden by prepended modules
- It's a bug.
-
02:40 AM Feature #7836 (Closed): Need a way to get Method and UnboundMethod objects to methods overridden by prepended modules
- See the following code:
~~~ruby
module P
def hello
puts "from P"
super
end
end
class A
def... -
06:28 PM Bug #7822 (Assigned): Dir.mkdir can't handle long Windows Unicode paths (\\?\UNC\)
-
06:28 PM Bug #7821 (Assigned): FileUtils.mkdir_p fails on Windows Unicode paths (\\?\UNC\) if dir already exists
-
06:18 PM Bug #7838 (Assigned): Backport r39213 to Ruby 2.0.0 which fixes intermittent test failures
- Eric,
I don't know the issue at all, but I believe you. Please go ahead.
(I'm happy if you provided the ticket #... -
06:09 AM Bug #7838 (Closed): Backport r39213 to Ruby 2.0.0 which fixes intermittent test failures
- r39213 sets the encoding of strings returned by Gem.gzip and Gem.gunzip to BINARY.
This fixes intermittent test fa... -
06:10 PM Bug #7806 (Closed): inconsistency between Method#inspect and Method#name
- This issue was solved with changeset r39222.
Hans, thank you for reporting this issue.
Your contribution to Ruby is g... -
05:59 PM Feature #6111: Request for making ruby multiarchable
it seems to be broken:
make[2]: Entering directory `/home/hanmac/Downloads/ruby/ext/mathn/complex'
linking sh...-
05:38 PM Bug #7774 (Assigned): IFUNC上のbinding呼び出しでSEGV
-
05:14 PM Feature #7839: Symbol.freeze_symbols
- Sorry about a naïve idea, but what would you say about prohibiting interning tainted strings instead?
-
02:15 PM Feature #7839: Symbol.freeze_symbols
- Creating global state has global implications. Yes, there are threading implications. Yes, there are issues with ca...
-
01:10 PM Feature #7839: Symbol.freeze_symbols
- > > If this is a main use case of Symbol.freeze_symbols, it might be better to have String#intern's option to contro...
-
12:23 PM Feature #7839: Symbol.freeze_symbols
- On Wed, Feb 13, 2013 at 11:16:31AM +0900, shugo (Shugo Maeda) wrote:
>
> Issue #7839 has been updated by shugo ... -
11:16 AM Feature #7839: Symbol.freeze_symbols
- phluid61 (Matthew Kerwin) wrote:
> Also, would you expect to be able to thaw it out again? It might be enough in th... -
10:39 AM Feature #7839: Symbol.freeze_symbols
- normalperson (Eric Wong) wrote:
> "tenderlovemaking (Aaron Patterson)" <[email protected]> wrote:
> > I'd... -
10:25 AM Feature #7839: Symbol.freeze_symbols
- rosenfeld (Rodrigo Rosenfeld Rosas) wrote:
> yeah, but if Rails calls Symbol.freeze_symbols it could break all Rails... -
10:23 AM Feature #7839: Symbol.freeze_symbols
- "tenderlovemaking (Aaron Patterson)" <[email protected]> wrote:
> I'd like to be able to call a method li... -
09:55 AM Feature #7839: Symbol.freeze_symbols
- yeah, but if Rails calls Symbol.freeze_symbols it could break all Rails applications relying on YAML#load as an unmar...
-
09:36 AM Feature #7839: Symbol.freeze_symbols
- rosenfeld (Rodrigo Rosenfeld Rosas) wrote:
> Could you please explain better why do you think it is ok to freeze sym... -
08:56 AM Feature #7839: Symbol.freeze_symbols
- I really believe that letting the symbols to be garbage collected (#7791) is the way to go here.
You have mentione... -
06:37 AM Feature #7839 (Rejected): Symbol.freeze_symbols
- Hi,
On team Rails, we're having troubles with Symbol creation DoS attacks. From our perspective, there should be ... -
04:00 PM Feature #4614 (Closed): [RFC/PATCH] thread_pthread.c: lower RUBY_STACK_MIN_LIMIT to 64K
- Sorry I missed your comment.
And the `if false' sentences may be removed.
-
03:58 PM Feature #7473 (Closed): new events for TracePoint thread_begin/end, b_call/b_end
- No feedback and it is already in rc2.
-
03:57 PM Bug #7416 (Closed): test-all crashes with mysterious message
- No feedback.
-
03:57 PM Bug #7212 (Closed): "stack level too deep" in Fiber much earlier in new versions of 1.9.3
- No feedback.
-
03:55 PM Bug #7356: ruby-2.0.0-preview1 で adlint-2.6.10 が性能劣化
- 放っておいてすみません。
もうちょっと見ないとわからんですねぇ。
というわけで、次のバージョンで頑張りましょう。 -
02:41 PM Revision eb4ae6bc (git): add comment.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39226 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:39 PM Bug #7837 (Rejected): IO.open with three arguments where third argument is bogus reports an arity problem instead of type problem
- =begin
It's common behavior to keyword arguments,
$ ruby -e 'def foo(a, b, c:1);end' -e 'foo(2,3,42)'
-e:1:in `f... -
05:14 AM Bug #7837: IO.open with three arguments where third argument is bogus reports an arity problem instead of type problem
- =begin
Since Ruby 1.9.3p374 has the same behavior I have marked this for next minor:
$ ruby19 -ve 'f = File.ope... -
03:44 AM Bug #7837 (Rejected): IO.open with three arguments where third argument is bogus reports an arity problem instead of type problem
- I am reporting this against 2.0.rc2 but it also applies to mri 1.9.3. If I run the following one-liner:
mri20 -e ... -
12:01 PM Revision 22a04e57 (git): * ext/socket/extconf.rb: don't define socklen_t here, just test.
- * ext/socket/rubysocket.h: define socklen_t if not available.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39... -
09:38 AM Revision 4b751452 (git): proc.c: skip prepends
- * proc.c (mnew): skip prepending modules and return the method bound
on the given class. [ruby-core:52160] [Bug #7... -
09:12 AM Revision aae1d28b (git): proc.c: original_name
- * proc.c (method_original_name): new methods Method#original_name and
UnboundMethod#original_name. [ruby-core:5204... -
09:10 AM Revision d40ef8a8 (git): proc.c: show the given name
- * proc.c (method_inspect): show the given name primarily, and
original_id if aliased. [ruby-core:52048] [Bug #7806... -
08:56 AM Revision 4e5d0cee (git): configure.in: no Werror
- * configure.in (warnflags): disable -Werror by default unless
development. [ruby-core:52131] [Bug #7830]
git-svn-... -
08:51 AM Revision 391d6911 (git): io.c: FOREACH_ARGF
- * io.c (FOREACH_ARGF): loop for ARGF.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39220 b2dd03c8-39d4-4d8f-98f... -
08:51 AM Revision dfd0cbec (git): io.c: simplify
- * io.c (rb_io_getline_fast, rb_io_each_{byte,codepoint}): simplify
loops.
git-svn-id: svn+ssh://ci.ruby-lang.org/r... - 07:18 AM Revision e9e9ec43 (git): * ext/json: Import JSON 1.5.5.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@39218 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:35 AM Revision 0b0316f3 (git): merge revision(s) 39210:
- Suppress warnings: setting Encoding.default_external
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0... -
06:35 AM Revision 4f05e726 (git): merge revision(s) 39209:
- Get libc's path by ldd [Bug #7828] [ruby-core:52129]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0... -
06:34 AM Revision b7b9aa66 (git): merge revision(s) 39208:
- * ext/json: merge JSON 1.7.7.
This includes security fix. [CVE-2013-0269]
https://github.com/flor... -
02:59 AM Bug #7829: Rounding error in Ruby Time
- On Feb 12, 2013, at 12:51 AM, loirotte (Philippe Dosch) wrote:
> Improve the documentation makes sense, but is th... -
01:34 AM Revision 9f2e85a3 (git): configure.in: Werror-implicit-function-declaration
- * configure.in (warnflags): -Werror-implicit-function-declaration
haven't been used as-is, but always replaced with...
02/12/2013
-
10:38 PM Feature #5653: "I strongly discourage the use of autoload in any standard libraries" (Re: autoload will be dead)
- +1 for removing autoload. It not only has troubles with thread safety, which I believe is fixable (although I confess...
-
10:37 PM Feature #7835: autoload will be dead
- Thanks, Yusuke! I tried to search it on Redmine but I couldn't easily find it nor I could filter for issues created b...
-
10:32 PM Feature #7835 (Rejected): autoload will be dead
- Matz created #5653 by himself. Please reply into that ticket :-)
--
Yusuke Endoh <[email protected]> -
10:26 PM Feature #7835: autoload will be dead
- +1 for removing autoload. It not only has troubles with thread safety, which I believe is fixable (although I confess...
-
10:26 PM Feature #7835 (Rejected): autoload will be dead
- A while ago matz declared his intention to remove the autoload feature from the Ruby language. It was sent to the rub...
-
09:06 PM Revision 7266d24a (git): * lib/rubygems.rb: Return BINARY strings from Gem.gzip and Gem.gunzip.
- Fixes intermittent test failures. RubyGems issue #450 by Jeremey
Kemper.
* test/rubygems/test_gem.rb: Test for th... - 08:51 PM Revision d1691db9 (git): * 2013-02-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:51 PM Revision d7923c82 (git): * ext/socket/extconf.rb: test functions just after struct members.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39211 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:48 PM Bug #7833 (Closed): DRb has problems with BasicObject
- I realized some problems with DRb and BasicObject
1) I cannot create front object of BasicObject class because DRb t... -
05:58 PM Bug #7829: Rounding error in Ruby Time
- akr (Akira Tanaka) wrote:
> 2. Time.strftime("%L") doesn't round, but floor.
>
> %L (and %N) in Time.strftime ... -
05:51 PM Bug #7829: Rounding error in Ruby Time
- drbrain (Eric Hodel) wrote:
> Seems like %L uses floor, not rounding should be documented so I'll switch this to a D... -
10:48 AM Bug #7829: Rounding error in Ruby Time
- Seems like %L uses floor, not rounding should be documented so I'll switch this to a DOC ticket.
-
09:53 AM Bug #7829: Rounding error in Ruby Time
- 2013/2/12 loirotte (Philippe Dosch) <[email protected]>:
> Bug #7829: Rounding error in Ruby Time
> https://... -
05:52 AM Bug #7829 (Closed): Rounding error in Ruby Time
- Even if I know the precision errors related to the implementation of IEEE 754 floating values, I'm very surprised of:...
-
12:18 PM Bug #7828 (Closed): invalid glibcver in test_m17n_comb.rb:test_str_crypt fails 2.17 system
- This issue was solved with changeset r39209.
Jon, thank you for reporting this issue.
Your contribution to Ruby is gr... -
04:31 AM Bug #7828 (Closed): invalid glibcver in test_m17n_comb.rb:test_str_crypt fails 2.17 system
- On my Arch 3.7.6 32bit system with a 2.17 libc, the following line in `test_m17n_comb.rb:test_str_crypt` causes the t...
-
11:19 AM Bug #5811 (Closed): Ruby Process Deadlocks With Fork on Mac OS X Lion
- OK. then I will close this ticket.
Please reopen this if anyone hit the same issue on 2.0 or trunk. -
09:50 AM Bug #7827 (Rejected): Allow users to yield a block in string format
- Adding it as a standard feature requires Ruby to hold source information, that leads to memory consumption.
You migh... -
02:47 AM Bug #7827 (Rejected): Allow users to yield a block in string format
- Hi.
Not long ago I realized that you can use "invalid" syntax inside a ruby block.
For instance:
def foo; en... -
09:23 AM Feature #7792: Make symbols and strings the same thing
- On Feb 8, 2013, at 4:50 PM, Eric Hodel wrote:
> On Feb 7, 2013, at 17:37, David MacMahon <[email protected]... -
03:22 AM Revision caa0e40f (git): Suppress warnings: setting Encoding.default_external
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39210 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:18 AM Revision edacc7d2 (git): Get libc's path by ldd [Bug #7828] [ruby-core:52129]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:05 AM Revision 062d2ee6 (git): * ext/json: merge JSON 1.7.7.
- This includes security fix. [CVE-2013-0269]
https://github.com/flori/json/commit/d0a62f3ced7560daba2ad546d83f0479a5...
02/11/2013
-
10:23 PM Bug #7823: sitelibへのsoのコピー (2.0.0)
- artonです。
trunk(r39202)で試してみました。
以下のように、i386-msvcr100がsitearchdirとなり、(当然ですが一応試した)
setup.rbでインストールしたsoがrequir... -
10:17 PM Bug #7823: sitelibへのsoのコピー (2.0.0)
- arton さん、確認ありがとうございます。
なかださん、ruby_2_0_0 にバックポートしてくださいますでしょうか。
--
Yusuke Endoh <[email protected]> -
03:23 PM Bug #7823: sitelibへのsoのコピー (2.0.0)
- arton さん、
r39201 と r39202 で望みの挙動になっているか一応確認してもらえませんでしょうか。
--
Yusuke Endoh <[email protected]> -
01:20 PM Bug #7823 (Assigned): sitelibへのsoのコピー (2.0.0)
-
01:15 PM Bug #7823 (Closed): sitelibへのsoのコピー (2.0.0)
- This issue was solved with changeset r39201.
Akio, thank you for reporting this issue.
Your contribution to Ruby is g... -
07:53 PM Bug #7807: [PATCH] Remove duplicated load paths when empty version string is configured
- Note that in 1.8.7 days, there was used also different, more generic approach [1] to remove duplicated load paths. Ho...
-
08:07 AM Bug #7807 (Open): [PATCH] Remove duplicated load paths when empty version string is configured
- Could you please explain? Why r39171 instead of applying my patch? Why there should be version in the path? Actually ...
- 04:40 PM Revision f1194eb9 (git): * 2013-02-12
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39207 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:40 PM Revision 17df7363 (git): add ML ref.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39206 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:26 PM Revision cbacc5d5 (git): * configure.in: enable rb_cv_page_size_log test for MirOS BSD.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39205 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:07 AM Revision c586d820 (git): * configure.in: use -pthread on mirbsd*.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39204 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:43 AM Bug #7781: Ruby fails make test on Cygwin for test_io.rb.
- I found a solution to the stack error: http://stackoverflow.com/a/14790573/148844
-
07:08 AM Revision a378fa0d (git): * configure.in: add SOLIBS and LIBRUBY_SO definition for mirbsd*.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39203 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:53 AM Bug #7820: Let's decide Ruby 2.0 supported platform list
- "mame (Yusuke Endoh)" <[email protected]> wrote:
> * maintained
> * CentOS5 (Eric Wong)
Sorry I can't guaran... -
06:23 AM Bug #7820: Let's decide Ruby 2.0 supported platform list
- Dne 10.2.2013 21:50, Luis Lavena napsal(a):
> On Sun, Feb 10, 2013 at 4:19 PM, Vít Ondruch <[email protected]> w... -
05:53 AM Bug #7820: Let's decide Ruby 2.0 supported platform list
- On Sun, Feb 10, 2013 at 4:19 PM, Vít Ondruch <[email protected]> wrote:
> Dne 10.2.2013 13:01, mame (Yusuke Endoh... -
04:23 AM Bug #7820: Let's decide Ruby 2.0 supported platform list
- Dne 10.2.2013 13:01, mame (Yusuke Endoh) napsal(a):
> > * 3rd Party: best-effort support by members of the rub... -
03:09 AM Bug #7820: Let's decide Ruby 2.0 supported platform list
- > Actually:
>
> * mingw (nobu)
>
> Is more nobu, h.shirosaki and myself (luislavena) who care about Ruby be s... -
01:42 AM Bug #7820: Let's decide Ruby 2.0 supported platform list
- Actually:
* mingw (nobu)
Is more nobu, h.shirosaki and myself (luislavena) who care about Ruby be stable and ... -
12:21 AM Bug #7820: Let's decide Ruby 2.0 supported platform list
- > I've created a draft page of the supported list:
> https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/20Supported... -
04:50 AM Bug #7824 (Closed): [PATCH] Fix FileUtils.rmdir :parents option
- This patch also applies cleanly against ruby_1_9_3 and ruby_1_9_2.
-
04:17 AM Revision 0d467210 (git): configure.in: sitearch
- * configure.in (rubysitearchprefix): sitearchdir and vendorarchdir
should use sitearch, not arch. [ruby-dev:46964]... -
04:15 AM Revision 507477af (git): Makefile.sub: sitearch
- * win32/Makefile.sub (config.status): site and vendor directories
should use sitearch, not arch. [ruby-dev:46964] ... -
03:33 AM Revision f882c4c5 (git): * configure.in: move OS specific header/function knowledge before
- automatic header tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39200 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:30 AM Bug #7817: (Unable to compile Ruby 2.0.0-rc2 on OSX (clang version 2.1)
- I believe I did compile rc1 successfully but I can't reproduce since I have updated clang, chances are it probably do...
- 02:06 AM Revision 798e32a1 (git): * 2013-02-11
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39199 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:06 AM Revision 0a8fc937 (git): * configure.in: move the test for -march=i486 just after
- RUBY_UNIVERSAL_ARCH/RUBY_DEFAULT_ARCH.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39198 b2dd03c8-39d4-4d8f-...
02/10/2013
-
10:35 PM Bug #7805 (Feedback): ruby 2.0rc2 core on solaris
-
10:34 PM Bug #7805: ruby 2.0rc2 core on solaris
- I couldn't reproduce it on SPARC Solaris10.
Please show config.log, .ext/include/i386-solaris2.10/ruby/config.h, a... -
10:34 PM Feature #7816: Don't invalidate method caches when defining a new method on a class without subclasses
- charliesome (Charlie Somerville) wrote:
> I think it should stay in include/ruby/ruby.h where all the other
> flags... -
09:58 PM Feature #7816: Don't invalidate method caches when defining a new method on a class without subclasses
- Thanks for the feedback nobu.
> * RCLASS_INHERITED flag should go to internal.h.
I think it should stay in incl... -
09:34 PM Feature #7816: Don't invalidate method caches when defining a new method on a class without subclasses
- =begin
Nice.
My thoughts are:
* RCLASS_INHERITED flag should go to internal.h.
* Class#has_subclass? is not only us... -
10:33 AM Feature #7816: Don't invalidate method caches when defining a new method on a class without subclasses
- marcandre (Marc-Andre Lafortune) wrote:
> I'd split the new API from the patch; personally I'm not convinced of the ... -
10:19 AM Feature #7816: Don't invalidate method caches when defining a new method on a class without subclasses
- marcandre (Marc-Andre Lafortune) wrote:
> It would have been great to get this in 2.0.0
Do not kamikaze!
--
... -
09:46 AM Feature #7816: Don't invalidate method caches when defining a new method on a class without subclasses
- Speed boosts sounds awesome, especially the 15% rails bootup time, since the example is a bit contrived.
It would ... -
02:53 AM Feature #7816: Don't invalidate method caches when defining a new method on a class without subclasses
- (2013/02/10 2:13), charliesome (Charlie Somerville) wrote:
> In my testing, a fresh Rails app boots about 15% fast... -
02:13 AM Feature #7816 (Closed): Don't invalidate method caches when defining a new method on a class without subclasses
- =begin
Attached is a patch that avoids incrementing the VM state version when defining a method and these conditions... -
09:57 PM Bug #7823 (Assigned): sitelibへのsoのコピー (2.0.0)
- そこはsitearchでないといけないので、明らかにバグです。
-
09:55 PM Bug #7823 (Closed): sitelibへのsoのコピー (2.0.0)
- artonです。
ruby-2.0.0-rc2を試していて気付いたのですが、setup.rbで拡張ライブラリをコ
ピーするとrequireに失敗します。
それが2.0.0で導入される非互換によるもの(=setup.... -
09:17 PM Bug #7819 (Closed): configure script doesn't recognize valid options
- You're right, it's just a warning.
Or, just use only --with-opt-dir=/usr/local instead. -
06:25 AM Bug #7819 (Closed): configure script doesn't recognize valid options
- When configuring the latest version of Ruby, the configure script issues warnings about "unrecognized" but valid (?) ...
-
09:01 PM Bug #7820: Let's decide Ruby 2.0 supported platform list
- Thank you for your comments.
I've created a draft page of the supported list:
https://bugs.ruby-lang.org/projects... -
06:59 PM Bug #7820: Let's decide Ruby 2.0 supported platform list
- On Sat, Feb 9, 2013 at 8:11 PM, jonforums (Jon Forums)
<[email protected]> wrote:
>
> Issue #7820 has been up... -
10:11 AM Bug #7820: Let's decide Ruby 2.0 supported platform list
- A great idea to simplify and clarify!
Perhaps listing support tiers instead of "well-cared" and "maintained"?
* T... -
09:06 AM Bug #7820 (Closed): Let's decide Ruby 2.0 supported platform list
- I'm sorry I didn't talk about Ruby 2.0 supported platforms earlier.
At first, I think that the primary purpose of ... -
06:53 PM Bug #7817: (Unable to compile Ruby 2.0.0-rc2 on OSX (clang version 2.1)
- > clang -v returns
>
> Apple clang version 2.1 (tags/Apple/clang-163.7.1) (based on LLVM 3.0svn)
> Target: x86... -
09:13 AM Bug #7817 (Feedback): (Unable to compile Ruby 2.0.0-rc2 on OSX (clang version 2.1)
- Thank you for your report. Were you able to compile rc1 successfully?
--
Yusuke Endoh <[email protected]> -
03:54 AM Bug #7817 (Rejected): (Unable to compile Ruby 2.0.0-rc2 on OSX (clang version 2.1)
- clang -v returns
Apple clang version 2.1 (tags/Apple/clang-163.7.1) (based on LLVM 3.0svn)
Target: x86_64-apple-d... -
04:32 PM Bug #7815: Backport: Warning about TracePoint events to 2.0.0
- Looks good to me. Go ahead. Thank you!
--
Yusuke Endoh <[email protected]> -
02:43 PM Bug #7815 (Assigned): Backport: Warning about TracePoint events to 2.0.0
- It is as Koichi-san says, I don't mean to deprecate Kernel#set_trace_func. Only to advise users to try TracePoint for...
-
01:53 PM Bug #7815: Backport: Warning about TracePoint events to 2.0.0
- (2013/02/10 10:19), mame (Yusuke Endoh) wrote:
>> > If you'd like I can supply a patch only for warning on TracePo... -
10:18 AM Bug #7815: Backport: Warning about TracePoint events to 2.0.0
- zzak (Zachary Scott) wrote:
> In my opinion Kernel#set_trace_func is obsolete, because it's an older and outdated AP... -
09:48 AM Bug #7815: Backport: Warning about TracePoint events to 2.0.0
- Thank you for the review Yusuke-san!
In my opinion Kernel#set_trace_func is obsolete, because it's an older and ou... -
09:24 AM Bug #7815: Backport: Warning about TracePoint events to 2.0.0
- Almost okay (because of only rdoc fix) but the line may matter:
> + * *Note:* this method is obsolete, please use... -
01:05 AM Bug #7815: Backport: Warning about TracePoint events to 2.0.0
- mame-san:
This additional document is important to avoid future compatibility issue.
>+ * *Note* do not dep... -
01:01 AM Bug #7815 (Closed): Backport: Warning about TracePoint events to 2.0.0
- Can we please backport r39168 to 2_0_0 branch?
https://github.com/ruby/ruby/commit/810516e
and
https://github.co... -
02:43 PM Revision c799b112 (git): * ext/socket/extconf.rb: test structure members just after types test.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39197 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:36 PM Bug #7822 (Rejected): Dir.mkdir can't handle long Windows Unicode paths (\\?\UNC\)
- Code:
Dir.mkdir "//?/C:/" + "test" * 100
What I expected:
Ruby will create directory //?/C:/testtesttesttest... -
01:30 PM Bug #7821 (Rejected): FileUtils.mkdir_p fails on Windows Unicode paths (\\?\UNC\) if dir already exists
- Code:
FileUtils.mkdir_p "//?/C:/test"
FileUtils.mkdir_p "//?/C:/test"
What I expected:
Ruby will create d... -
11:58 AM Revision 5b057eef (git): * ext/socket/extconf.rb: test types just after headers test.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39196 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:21 AM Bug #7818 (Closed): Ruby 2.0.0-rc2 is not compatible with openssl 1.0.1d.
- Alright, closed. Thanks Mark, for sorting this out!
-
09:06 AM Bug #7818: Ruby 2.0.0-rc2 is not compatible with openssl 1.0.1d.
- @Martin, you can close this. I think the issue is that the openssl 1.0.1d bundled with rbenv couldn't find it's cacer...
-
07:33 AM Bug #7818: Ruby 2.0.0-rc2 is not compatible with openssl 1.0.1d.
- I am building ruby with 1.0.1d on something that is not a Mac right now and will report back the results.
-
06:48 AM Bug #7818: Ruby 2.0.0-rc2 is not compatible with openssl 1.0.1d.
- I was seeing it fail when it tries to validate without a cacert.pem for openssl - but in this case shouldn't it fall ...
-
05:56 AM Bug #7818: Ruby 2.0.0-rc2 is not compatible with openssl 1.0.1d.
- This is working for me:
2.0.0-rc2 ~ ruby -ropenssl -e 'puts RUBY_DESCRIPTION, OpenSSL::OPENSSL_VERSION'
ruby 2.0.... -
05:30 AM Bug #7818 (Assigned): Ruby 2.0.0-rc2 is not compatible with openssl 1.0.1d.
-
05:08 AM Bug #7818 (Closed): Ruby 2.0.0-rc2 is not compatible with openssl 1.0.1d.
- =begin
Ruby 2.0.0-rc2 is not compatible with openssl 1.0.1d.
It works as expected on 1.0.1c
When used with 1.0... -
09:53 AM Bug #7774: IFUNC上のbinding呼び出しでSEGV
- どの reversion をバックポートするという話?
rc1 からの regression ならまあいいと思いますが、
修正が大きいと後ろ向きになるかも。
2013年2月9日 17:14 SASADA... -
09:10 AM Bug #7656 (Closed): Handful of documentations
- This issue was solved with changeset r39180.
Vincent, thank you for reporting this issue.
Your contribution to Ruby i... -
09:03 AM Bug #7809: Backport RubyGems fixes in r39166 to ruby 2.0.0
- Okay, please commit your second patch. Thank you!
--
Yusuke Endoh <[email protected]> -
03:54 AM Bug #7809: Backport RubyGems fixes in r39166 to ruby 2.0.0
- The change to lib/rubygems/package/old.rb is not critical. It suppresses a warning almost nobody will ever see and f...
-
07:27 AM Revision aa70f1fd (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39195 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:10 AM Revision 6f278350 (git): Add ChangeLog from 39193
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39194 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:02 AM Revision d5077115 (git): * lib/rake/doc/MIT-LICENSE: Add license file from upstream
- * lib/rake/doc/README.rdoc: Link to license file from Rake README
* lib/rake/version.rb: Include README rdoc for Rake... -
06:51 AM Revision 5d1d6543 (git): fix date time mistake in ChangeLog.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39192 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:44 AM Revision 4a90541c (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39191 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:39 AM Revision bbc9fd57 (git): vm_exec.h: fix typo
- * vm_exec.h (DISPATCH_ARCH_DEPEND_WAY): fix typo. probably "inserted"
or "insetted".
git-svn-id: svn+ssh://ci.rub... -
06:27 AM Revision ab42c8f7 (git): * doc/rake/*: Sync Rake rdoc files from upstream
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39189 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:13 AM Revision dd7a64d1 (git): fix typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39188 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:41 AM Revision 0531a076 (git): * vm_exec.h (DISPATCH_ARCH_DEPEND_WAY): use __asm__ __vilatile__
- instead of asm volatile.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39187 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:41 AM Revision 08c11c23 (git): * gc.h (SET_MACHINE_STACK_END): use __volatile__ instead of volatile.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39186 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:26 AM Revision 2bfa96ec (git): * doc/rake/, lib/rake/doc/: Move Rake rdoc files to lib/rake
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39185 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:14 AM Revision a00c92f7 (git): add doc. for IO#close_on_exec=.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39184 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:29 AM Revision 474e3cd2 (git): add comments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39183 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:11 AM Revision 1ab6dccf (git): * ext/socket/extconf.rb: test headers at first.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39182 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:00 AM Revision 20c05cde (git): * doc/rake/*: Removed stale Rake static files
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39181 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:10 AM Revision 3952de50 (git): * lib/pp.rb, lib/prettyprint.rb: Documentation for PP and PrettyPrint
- Based on a patch by Vincent Batts [ruby-core:51253] [Bug #7656]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3...
02/09/2013
-
10:43 PM Bug #7467: lib/mkmf.rb merge_lib fails on larger sets of libraries
- just curious what the new code does more over the simple `libs.flatten.uniq`?
-
09:23 PM Bug #7812 (Closed): Backport BSDL copyright fix in r39167 to ruby 2.0.0
- I've committed it in r39172.
-
01:04 PM Bug #7812: Backport BSDL copyright fix in r39167 to ruby 2.0.0
- Please, thanks.
--
Yusuke Endoh <[email protected]> -
12:31 PM Bug #7812 (Closed): Backport BSDL copyright fix in r39167 to ruby 2.0.0
- mame-san, can I backport it to 2_0_0?
http://mla.n-z.jp/~w3ml/w3ml.cgi/ruby-changes/msg/27115 -
08:42 PM Feature #6721: Object#yield_self
- Anonymous wrote:
> Why you can't simply do the following?
>
> ~~~ruby
> def full_name_with_affiliation_and_posi... -
05:23 AM Feature #6721: Object#yield_self
- Why you can't simply do the following?
~~~ruby
def full_name_with_affiliation_and_position
a_ap = " (#{a_... -
07:29 PM Bug #7808: [PATCH] Allow to install arch specific code into different location then nonarch
- Hanmac (Hans Mackowiak) wrote:
> does this patch break that ticket did? #6111
No it does not. It just extends wha... -
07:17 PM Bug #7808: [PATCH] Allow to install arch specific code into different location then nonarch
- --with-rubyarchprefix always prepends --with-rubylibprefix ... therefore you can hardly use it to separate arch libra...
-
03:11 PM Bug #7808 (Feedback): [PATCH] Allow to install arch specific code into different location then nonarch
- =begin
Isn't ((%--with-rubyarchprefix%)) enough?
Do you want ((|rubyarchdir|)) not to include ((|ruby_version|))?
=end
-
09:19 AM Bug #7808: [PATCH] Allow to install arch specific code into different location then nonarch
- does this patch break that ticket did? #6111
for debianoid system that support more than two architectures, /usr/l... -
08:41 AM Bug #7808 (Closed): [PATCH] Allow to install arch specific code into different location then nonarch
- Due to recent changes in configuration, it is pretty easy to allow install architecture specific code into different ...
-
07:00 PM Bug #7807: [PATCH] Remove duplicated load paths when empty version string is configured
- Could you be more specific please? What doesn't work? It cannot be applied? Or does it break something? I can provide...
-
05:47 PM Bug #7807 (Rejected): [PATCH] Remove duplicated load paths when empty version string is configured
- It doesn't work right now, sorry.
-
08:23 AM Bug #7807 (Rejected): [PATCH] Remove duplicated load paths when empty version string is configured
- =begin
My configuration options:
./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --prog... -
05:38 PM Bug #7804 (Closed): [PATCH] configure --help provides misleading informations about site and vendor arch parameters
- This issue was solved with changeset r39170.
Vit, thank you for reporting this issue.
Your contribution to Ruby is gr... -
01:02 AM Bug #7804 (Closed): [PATCH] configure --help provides misleading informations about site and vendor arch parameters
-
05:23 PM Bug #7774: IFUNC上のbinding呼び出しでSEGV
- SEGV を直すときに,うっかり意図しない非互換が混入されてしまいました,と
いう理屈で,これは 2_0_0 のほうにバックポートしてもいいでしょうか
>mame さん
Binding はどう取れるべきか,に... -
04:53 PM Bug #7774: IFUNC上のbinding呼び出しでSEGV
- 辻本です
Subject: [ruby-dev:46961] Re: [ruby-trunk - Bug #7774][Assigned] IFUNC上のbinding呼び出しでSEGV
From: SASADA K... -
01:23 PM Bug #7774: IFUNC上のbinding呼び出しでSEGV
- (2013/02/09 12:12), Kazuki Tsujimoto wrote:
> たびたびすみません。この修正ですが、下記の変更は意図されたものでしょうか。
>
> * r39067より前では、+メソッド/i... -
12:23 PM Bug #7774: IFUNC上のbinding呼び出しでSEGV
- 辻本です。
Subject: [ruby-dev:46921] Re: [ruby-dev:46908] [ruby-trunk - Bug#7774][Assigned] IFUNC上のbinding呼び出しでSEGV
... -
04:44 PM Revision cf2da377 (git): the process maybe already finished
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39179 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:30 PM Feature #5008: Equal rights for Hash (like Array, String, Integer, Float)
- Hi Matz,
matz (Yukihiro Matsumoto) wrote:
> The reason I hesitate to add to_h to nil is because I am not fully sa... - 03:16 PM Revision 649820fd (git): * 2013-02-10
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39178 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:16 PM Revision 41dbe74b (git): common.mk: no expansion
- * common.mk (showconfig): get rid of variable expansion by shell.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@... -
02:50 PM Revision 817dff03 (git): configure.in: escape
- * configure.in (configure_args): escape $ for Makefile.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39176 b2dd... -
02:35 PM Bug #7813 (Closed): github mirror missing ruby_2_0_0 branch
- Thanks Evan!
-
02:23 PM Bug #7813: github mirror missing ruby_2_0_0 branch
- It's been added. The script doesn't currently handle creating branches properly. I had to create it manually.
... -
01:02 PM Bug #7813 (Closed): github mirror missing ruby_2_0_0 branch
- Please add svn's ruby_2_0_0 branch to your automated repo sync process.
-
01:39 PM Revision e8bc7180 (git): * ChangeLog: fix typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39175 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:13 PM Revision c38f3cd9 (git): * configure.in: move header files check to the beginning of
- "header and library section".
test rlim_t with sys/types.h and sys/time.h for MirOS BSD.
sys/types.h and sys/time... - 12:16 PM Revision 88cc04cf (git): * 2013-02-09
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39173 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:16 PM Revision 33be5d2d (git): * backport r39167 from trunk. [ruby-core:52059] [Bug #7812]
- * BSDL: update copyright notice for 2013.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39172 b2dd... -
12:12 PM Bug #7811 (Closed): SecureRandom::random_bytes Only use random bytes, not extra String
- =begin
From ((<github #247|URL:https://github.com/ruby/ruby/pull/247>))
=end -
12:00 PM Bug #7809: Backport RubyGems fixes in r39166 to ruby 2.0.0
- It looks a borderline case. Is there no workaround?
--
Yusuke Endoh <[email protected]> -
09:28 AM Bug #7809 (Closed): Backport RubyGems fixes in r39166 to ruby 2.0.0
- r39166 contains two RubyGems fixes.
The change to lib/rubygems/package.rb is a critical bug fix for RubyGems signi... -
11:48 AM Bug #7805 (Assigned): ruby 2.0rc2 core on solaris
-
04:04 AM Bug #7805 (Closed): ruby 2.0rc2 core on solaris
- $ env PATH=/usr/bin:/usr/sbin:/usr/ccs/bin:/opt/solarisstudio12.3/bin:/tmp/bin \
CC=cc CFLAGS="-m64 -O3" CXX=CC CXXF... -
09:53 AM Feature #7792: Make symbols and strings the same thing
- On Feb 7, 2013, at 17:37, David MacMahon <[email protected]> wrote:
> Just to play Devil's advocate, could ... -
08:46 AM Revision c4544321 (git): configure.in: empty version
- * configure.in, version.c: prevent duplicated load paths by empty
version string, it does not work right now.
git-... -
08:38 AM Revision 8a915126 (git): configure.in: fix help message
- * configure.in: fix arch parameters in help message. [Bug #7804]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@... -
08:32 AM Feature #5281 (Closed): Support for custom sitearch and vendorarch directories
- This was addressed in rev39107. Thank you.
-
08:24 AM Feature #5231 (Closed): Allow to disable versioned paths
- This is no more relevant. I opened #7807 for leftovers.
-
07:27 AM Revision 0b24985d (git): fix typos
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39169 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:09 AM Bug #7806 (Closed): inconsistency between Method#inspect and Method#name
- =begin
it seems that Method#inspect does some magic with alias methods
code:
class A
def xyz
end
... -
05:46 AM Bug #7758: Ruby on Windows crashes when active codepage is codepage 65001 and outputting unicode character
- Usa, do you agree in resolution?
I haven't tested this against trunk or ruby_2_0_0 branch to confirm it happen too... -
05:44 AM Bug #7758 (Assigned): Ruby on Windows crashes when active codepage is codepage 65001 and outputting unicode character
-
04:14 AM Revision 810516ed (git): * vm_trace.c: Note about TracePoint events set, and comment on
- Kernel#set_trace_func to prefer new TracePoint API
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39168 b2dd03c8... -
01:12 AM Revision d48f539c (git): * BSDL: update copyright notice for 2013.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39167 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:24 AM Revision 7f046c65 (git): * lib/rubygems/package/old.rb: Fix behavior only on ruby 1.8.
- * lib/rubygems/package.rb: Include checksums.yaml.gz signatures for
verification.
* test/rubygems/test_gem_package...
02/08/2013
-
11:57 PM Bug #6634 (Rejected): Deadlock with join and ConditionVariable
- Marking this as rejected due to lack of feedback by the submitter.
--
Yusuke Endoh <[email protected]> -
11:51 PM Bug #7768: Inherited Array class missing
- @usa
Thank you!
@charliesome
I think that it is a good idea to fix only Array#uniq first.
Then, if you want to ... -
07:59 PM Bug #7768 (Assigned): Inherited Array class missing
-
07:58 PM Bug #7768 (Closed): Inherited Array class missing
- This issue was solved with changeset r39157.
Roman, thank you for reporting this issue.
Your contribution to Ruby is ... -
07:53 PM Bug #7768: Inherited Array class missing
- @shugo
Okay, I agree with reverting r39004. Sorry for my poor decision.
@charliesome
Sorry for confusing you. ... -
03:56 PM Bug #7768 (Assigned): Inherited Array class missing
- Stated as the maintainer of 1.9.3, +1 to shugo.
-
02:25 PM Bug #7768 (Open): Inherited Array class missing
- I believe r39004 should be reverted.
Matz said "If a method is originally defined in Enumerable, i.e. its return v... -
10:41 PM Feature #6721: Object#yield_self
- Here is a "real life" use case. It again has to do with formatting strings.
I want to have a list of conference p... -
09:53 PM Bug #7625: Arrayを継承したオブジェクトのcompactがArrayを返す
- 前田です。
2013年2月8日 20:15 Yusuke Endoh <[email protected]>:
> チケット自体の対処は向こうに書きました通り revert でいいです。
> 判断が変わってすみません。
... -
08:23 PM Bug #7625: Arrayを継承したオブジェクトのcompactがArrayを返す
- チケット自体の対処は向こうに書きました通り revert でいいです。
判断が変わってすみません。
以下、言い訳。
2013/02/08 shugo (Shugo Maeda) <redmine@rub... -
08:00 PM Bug #7625 (Closed): Arrayを継承したオブジェクトのcompactがArrayを返す
- #7768 を残してこちらは閉じます。
-
02:27 PM Bug #7625: Arrayを継承したオブジェクトのcompactがArrayを返す
- #7768の方にもコメントしましたので、議論の続きは(もしあれば)そちらでやりましょう。
-
02:23 PM Bug #7625: Arrayを継承したオブジェクトのcompactがArrayを返す
- >> 2.0.0-rc2 はその挙動でいきましょう。それで重大な問題が報告されなければ、p0 もそのままで。
>> なお、rails 等に影響を与えない公算が高いと思っています (1.9.2 と同じ挙動のはずなので) 。
>... -
02:03 PM Bug #7625: Arrayを継承したオブジェクトのcompactがArrayを返す
- mame (Yusuke Endoh) wrote:
> > ただ、ArrayにあってEnumerableにないメソッドはレシーバーのクラスを返したほうが良いと思います。
>
> たまたま現在の挙動が matz の好みというこ... -
06:26 PM Bug #7800 (Closed): Makesnapshot fails since r39107
- Seems to be fixed in rev39150. Thank you.
-
12:28 AM Bug #7800 (Closed): Makesnapshot fails since r39107
- =begin
# tool/make-snapshot tmp trunk@39107
Exporting trunk@39107
Exported revision 39107.
take a breath, and... - 04:27 PM Revision 35a5e376 (git): * 2013-02-09
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39165 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:27 PM Revision b7d8d032 (git): * test/fiddle/helper.rb: specify libc and libm locations for MirOS BSD.
- * test/dl/test_base.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39164 b2dd03c8-39d4-4d8f-98ff-823... -
04:23 PM Feature #7792: Make symbols and strings the same thing
- Em 07-02-2013 23:57, Bill Kelly escreveu:
> ...but nevertheless, the symbol/string distinction is being put to use... -
10:59 AM Feature #7792: Make symbols and strings the same thing
- Rodrigo Rosenfeld Rosas wrote:
>
> I'm really curious what kind of programs rely on symbols behaving
> diffe... -
10:53 AM Feature #7792: Make symbols and strings the same thing
- On Feb 7, 2013, at 5:15 PM, Eric Hodel wrote:
> On Feb 7, 2013, at 10:43, David MacMahon <[email protected]... -
10:23 AM Feature #7792: Make symbols and strings the same thing
- Hi,
In message "Re: [ruby-core:52017] Re: [ruby-trunk - Feature #7792] Make symbols and strings the same thing"... -
10:23 AM Feature #7792: Make symbols and strings the same thing
- On Feb 7, 2013, at 10:43, David MacMahon <[email protected]> wrote:
> I think the number of real world uses... -
09:29 AM Feature #7792: Make symbols and strings the same thing
- Em 07-02-2013 21:58, Yukihiro Matsumoto escreveu:
> Hi,
>
> During early stage of 1.9 development, I tried to ... -
08:59 AM Feature #7792: Make symbols and strings the same thing
- Hi,
During early stage of 1.9 development, I tried to make symbols and
strings behave same (at least similar)... -
08:23 AM Feature #7792: Make symbols and strings the same thing
- Sent from my phone, so excuse the typos.
On Feb 8, 2013 8:50 AM, "Rodrigo Rosenfeld Rosas" <[email protected]>
wr... -
07:30 AM Feature #7792: Make symbols and strings the same thing
- Em 07-02-2013 19:15, Matthew Kerwin escreveu:
> On 8 February 2013 03:01, jeremyevans0 (Jeremy Evans)
> <merch-... -
07:23 AM Feature #7792: Make symbols and strings the same thing
- Em 07-02-2013 19:11, Matthew Kerwin escreveu:
> On 7 February 2013 23:09, Rodrigo Rosenfeld Rosas wrote:
> > Enu... -
06:23 AM Feature #7792: Make symbols and strings the same thing
- On 8 February 2013 03:01, jeremyevans0 (Jeremy Evans) <
[email protected]> wrote:
>
> phluid61 ... -
06:23 AM Feature #7792: Make symbols and strings the same thing
- On 7 February 2013 23:09, Rodrigo Rosenfeld Rosas wrote:
> Enums have two goals in such languages. Improving perfo... -
05:08 AM Feature #7792: Make symbols and strings the same thing
- I could see myself using "Map(a: 1, b: 2)" instead of "{a: 1, b: 2}" when I want HWIA. Sounds good to you? Should I c...
-
04:55 AM Feature #7792: Make symbols and strings the same thing
- @rosenfeld Well I would hope for a much shorter name myself. e.g. `Map`, `Index`, `Dict` are some viable candidates.
-
04:29 AM Feature #7792: Make symbols and strings the same thing
- On Feb 7, 2013, at 11:04 AM, Rodrigo Rosenfeld Rosas wrote:
> Em 07-02-2013 16:43, David MacMahon escreveu:
>>> ... -
04:28 AM Feature #7792: Make symbols and strings the same thing
- Thomas, if you think we could get some constructor for HWIA, like say, {{a: 'a'}}, then it would already help a lot. ...
-
04:23 AM Feature #7792: Make symbols and strings the same thing
- Em 07-02-2013 16:43, David MacMahon escreveu:
>> ...An extra parse operation on a big list could easily add 100ms ... -
03:58 AM Feature #7792: Make symbols and strings the same thing
- I think the best thing to do about this is simply to ask that a HWIA class be added to Ruby's core. That's as far as ...
-
03:53 AM Feature #7792: Make symbols and strings the same thing
- On Feb 7, 2013, at 10:23 AM, rosenfeld (Rodrigo Rosenfeld Rosas) wrote:
>
> Issue #7792 has been updated by ros... -
03:23 AM Feature #7792: Make symbols and strings the same thing
- david_macmahon (David MacMahon) wrote:
> I still think the fundamental issue is that Sequel is returning something ... -
02:53 AM Feature #7792: Make symbols and strings the same thing
- On Feb 7, 2013, at 3:00 AM, rosenfeld (Rodrigo Rosenfeld Rosas) wrote:
>
> Issue #7792 has been updated by rose... -
02:01 AM Feature #7792: Make symbols and strings the same thing
- phluid61 (Matthew Kerwin) wrote:
> > Take the Sequel library for instance.
>
> No thanks, apparently the autho... -
04:09 PM Bug #7802 (Closed): Ruby crashes when detect is called while executing the ensure callback given to rb_ensure
- This issue was solved with changeset r39156.
Brad, thank you for reporting this issue.
Your contribution to Ruby is g... -
11:33 AM Bug #7802 (Closed): Ruby crashes when detect is called while executing the ensure callback given to rb_ensure
- Conditions:
- rb_ensure(cb, cb_args, ensure, ensure_args) is used from C API
- cb raises an exception
- ensure c... -
03:38 PM Bug #7803 (Closed): RDoc documentation: `Array#&` clarification
- In the RDoc documentation for `Array#&`, it does not mention whether the order of the elements in the returned array ...
-
02:41 PM Bug #5811: Ruby Process Deadlocks With Fork on Mac OS X Lion
- I guess this problem is caused by Ruby 1.9.3 invokes non-async-signal-safe functions, such as getpwuid(), in a forked...
-
01:44 PM Bug #5811 (Assigned): Ruby Process Deadlocks With Fork on Mac OS X Lion
- AFAIK, pipe and `command` are unsafe if multi thread is used. this issues was fixed at trunk (aka 2.0).
akr-san, ... -
05:02 AM Bug #5811: Ruby Process Deadlocks With Fork on Mac OS X Lion
- We've encountered the same issue on Mac OS X (Lion and Mountain Lion). It's been causing one of our test suites to h...
-
02:30 PM Revision 01e7ec01 (git): fix the previous commit.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39163 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:26 PM Revision 513bfb29 (git): * configure.in: change CFLAGS temporally to test
- ARCH_FLAG="-march=i486".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39162 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:47 PM Bug #7798: 子スレッドを実行しているとき Process.daemon すると,その後メインスレッドが終了してもプロセスが終了しない
- Closed because duplicated with #7720.
-
01:05 PM Bug #7798 (Closed): 子スレッドを実行しているとき Process.daemon すると,その後メインスレッドが終了してもプロセスが終了しない
-
01:35 PM Bug #7780: Marshal & YAML should deserialize only basic types by default.
- To me, there are separate issues that relate to YAML parsing external data.
1) Creating symbols. DOS vector. Presum... -
01:10 PM Feature #6975: Changing UID/GID when calling spawn/popen
- > Should I create a new feature request?
Yes, please make another ticket.
-
12:27 AM Feature #6975: Changing UID/GID when calling spawn/popen
- Thank you very much!
However it would useful and recommendable if spawn could also initialize additional groups, e... -
01:07 PM Feature #7739: Define Hash#| as Hash#reverse_merge in Rails
- I prefer using the name `#reverse_merge`
Since we don't have operator for `#merge`
Using an explicit name makes p... -
12:20 PM Revision 89ae338e (git): * configure.in: don't define ARCH_FLAG="-march=i486" if it causes
- compilation problem.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39160 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:06 PM Revision eea39155 (git): Release branch of Ruby 2.0.0.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39159 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:28 AM Revision 123a3a48 (git): fix a revision number.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39158 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:58 AM Revision 450a515e (git): * array.c (rb_ary_dup): reverted r39004. see [Bug #7768], and the
- release manager finailly decided to revert it.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39157 b2dd03c8-39d... -
08:40 AM Feature #7796: Hash#keys should return a set
- About the core/lib issue, there is an open request about adding Set to the core: #5478.
-
07:47 AM Feature #7796: Hash#keys should return a set
- The first problem for me is that Hash is part of core while Set is part of the standard lib. One cannot have core de...
-
08:23 AM Feature #7797: Hash should be renamed to StrictHash and a new Hash should be created to behave like AS HashWithIndifferentAccess
- rosenfeld (Rodrigo Rosenfeld Rosas) wrote:
>
> Have no idea! My suspect is that someone thought: "hey maybe it w... -
03:23 AM Feature #7797: Hash should be renamed to StrictHash and a new Hash should be created to behave like AS HashWithIndifferentAccess
- Em 07-02-2013 13:51, Yorick Peterse escreveu:
> ...
>> And for the performance argument I really believe symbols... -
12:53 AM Feature #7797: Hash should be renamed to StrictHash and a new Hash should be created to behave like AS HashWithIndifferentAccess
- > The only real reason I remember people mentioning is the performance
> thing and how they are different internal... -
12:03 AM Feature #7797: Hash should be renamed to StrictHash and a new Hash should be created to behave like AS HashWithIndifferentAccess
- shevegen (markus heiler) wrote:
> > Since #7792 has been rejected (although I don't really understand the
> > reaso... -
07:59 AM Feature #7795: Symbol.defined? and/or to_existing_symbol
- When methods can be dynamically generated, things get hairy. For instance, active record 1 & 2 defined > n! dynamic ...
-
07:39 AM Bug #7656 (Assigned): Handful of documentations
- Thanks Vincent! I will review this and commit tonight.
-
07:35 AM Bug #7794 (Closed): Documentation bug in Net::HTTP.post_form example code
- This issue was solved with changeset r39141.
David, thank you for reporting this issue.
Your contribution to Ruby is ... -
07:33 AM Bug #7790 (Closed): documentation about exception in Comparable#==
- This issue was solved with changeset r39140.
Makoto, thank you for reporting this issue.
Your contribution to Ruby is... -
07:09 AM Revision 98932f51 (git): eval.c: preserve errinfo
- * eval.c (rb_ensure): preserve errinfo accross ensure proc before
JUMP_TAG(). [ruby-core:52022] [Bug #7802]
git-... -
07:08 AM Revision 49c5a3da (git): envutil.rb: check termsig
- * test/ruby/envutil.rb (assert_separately): check also terminating
signal not only if core dumped.
git-svn-id: sv... -
06:53 AM Bug #7784: [mingw] r39055 creates test failures and functionality loss
- On Feb 7, 2013, at 04:12, "usa (Usaku NAKAMURA)" <[email protected]> wrote:
> Issue #7784 has been updated by... -
04:12 AM Revision 70fc27b7 (git): * lib/rdoc/generator/darkfish.rb: Set encoding on output template to
- user-specified encoding.
* test/rdoc/test_rdoc_generator_darkfish.rb: Test for above.
* lib/rdoc.rb: Bump version
... -
02:58 AM Revision d2be12ef (git): * lib/rubygems/security/policy.rb: Raise proper exceptions when
- verifying unsigned gems (instead of crashing).
* test/rubygems/test_gem_security_policy.rb: Tests for the above.
g... -
02:09 AM Revision 16f6500c (git): make-snapshot: fix typo
- * tool/make-snapshot (package): fix typo, liburyb, in fake
config.status.
git-svn-id: svn+ssh://ci.ruby-lang.org/r... -
02:09 AM Revision cc9a5a40 (git): make-snapshot: File.join
- * tool/make-snapshot (package): use File.join to get rid of continuous
slashes.
git-svn-id: svn+ssh://ci.ruby-lang... -
02:09 AM Revision b3cd1997 (git): make-snapshot: rubyarchdir
- * tool/make-snapshot (package): fake rubyarchdir too.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39150 b2dd03... -
01:58 AM Revision c5d1d129 (git): * test/rubygems/test_gem_dependency_installer.rb: Improve coverage of
- --install-dir feature of gem install.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39149 b2dd03c8-39d4-4d8f-98... -
01:15 AM Revision 8bb45796 (git): * lib/rubygems/config_file.rb: Add missing require for
- user_interaction.rb
* lib/rubygems/dependency_installer.rb: Minor refactor for clarity.
git-svn-id: svn+ssh://ci.... -
12:44 AM Bug #7801 (Third Party's Issue): Segfault with block called from continuation
- I'm getting a crash on OSX with 1.9.3-p385. I've also had the same crash on all the releases since at least -p194. I'...
-
12:35 AM Revision 978c0f0f (git): mkmf.rb: RUBY_VERSION_NAME
- * lib/mkmf.rb (MakeMakefile#configuration): set all ruby names.
hdrdir now needs RUBY_VERSION_NAME.
git-svn-id: sv... -
12:26 AM Revision 7fd6f82f (git): process.c: ix typo
- * process.c (USE_GETPWNAM_R): fix typo. _SC_GETPW_R_SIZE_MAX instead
of same macro twice.
git-svn-id: svn+ssh://c...
Also available in: Atom