Activity
From 02/01/2013 to 02/07/2013
02/07/2013
-
11:58 PM Revision f79876e1 (git): * lib/rubygems/package/old.rb: Fix loading old format gems on ruby
- 1.8. This commit is only so trunk and rubygems master have the same
code.
git-svn-id: svn+ssh://ci.ruby-lang.org... -
11:54 PM Revision 1c836f81 (git): * ext/psych/lib/psych/visitors/yaml_tree.rb: fixing string quotation
- when dumping Ruby strings. Thanks Ingy
* test/psych/test_psych.rb: appropriate tests.
* test/psych/test_yaml.rb: di... -
11:52 PM Revision 7a68f53d (git): * ext/psych/lib/psych/visitors/yaml_tree.rb: change output reference
- ids to be sequential numbers.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39143 b2dd03c8-39d4-4d8f-98ff-823fe6... -
11:50 PM Feature #7796: Hash#keys should return a set
- Matthew, in some sense it is indeed related to #5123, because both are about Set and Hash abstractions. However, it ...
-
08:07 PM Feature #7796 (Feedback): Hash#keys should return a set
- For feature requests, please provide use cases and assessment on existing code, rather than "opinions".
-
05:59 PM Feature #7796: Hash#keys should return a set
- On 7 February 2013 17:52, alexeymuranov (Alexey Muranov) <
[email protected]> wrote:
>
> =begin
> In ... -
04:52 PM Feature #7796 (Feedback): Hash#keys should return a set
- =begin
In my opinion, (({Hash#keys})) should return an instance of (({Set})).
=end
-
11:44 PM Bug #7625: Arrayを継承したオブジェクトのcompactがArrayを返す
- matz (Yukihiro Matsumoto) wrote:
> ふむ。まあ、同感なんですが、それはそれとして charliesome には「もうRCだから変更すんな」と釘を刺すべきでは無いですかね。
IRC で話した感じ... -
11:29 PM Bug #7625: Arrayを継承したオブジェクトのcompactがArrayを返す
- こんにちは、なかむら(う)です。
In message "[ruby-dev:46942] [ruby-trunk - Bug #7625] Arrayを継承したオブジェクトのcompactがArrayを返す"
... -
11:23 PM Bug #7625: Arrayを継承したオブジェクトのcompactがArrayを返す
- こんにちは、なかむら(う)です。
In message "[ruby-dev:46940] [ruby-trunk - Bug #7625] Arrayを継承したオブジェクトのcompactがArrayを返す"
... -
11:22 PM Bug #7625: Arrayを継承したオブジェクトのcompactがArrayを返す
- ふむ。まあ、同感なんですが、それはそれとして charliesome には「もうRCだから変更すんな」と釘を刺すべきでは無いですかね。
Matz.
-
11:12 PM Bug #7625: Arrayを継承したオブジェクトのcompactがArrayを返す
- matz (Yukihiro Matsumoto) wrote:
> 正直なところ、どうして1.9.3と2.0の挙動が異なってしまっているのか経緯を把握してないので適切な答えはできません。
#7768 の修正で入った r390... -
11:06 PM Bug #7625: Arrayを継承したオブジェクトのcompactがArrayを返す
- 正直なところ、どうして1.9.3と2.0の挙動が異なってしまっているのか経緯を把握してないので適切な答えはできません。
ただ、ArrayにあってEnumerableにないメソッドはレシーバーのクラスを返したほうが良いと思います。
... -
10:08 PM Bug #7625: Arrayを継承したオブジェクトのcompactがArrayを返す
- 結局のところ、1.9.3の挙動は仕様だったのでしょうか?
それとも実はミス?
それによって、trunkに既にcharliesomeが先走って入れちゃった変更を
revertすべきかどうかとか(した方がいいと私個人は強く思って... -
11:40 PM Feature #7797: Hash should be renamed to StrictHash and a new Hash should be created to behave like AS HashWithIndifferentAccess
- > Since #7792 has been rejected (although I don't really understand the
> reason except people being afraid of chang... -
11:39 PM Feature #7797: Hash should be renamed to StrictHash and a new Hash should be created to behave like AS HashWithIndifferentAccess
- Thomas, the reason I didn't suggest your approach is because it wouldn't really fix several use cases, such as the ex...
-
10:13 PM Feature #7797: Hash should be renamed to StrictHash and a new Hash should be created to behave like AS HashWithIndifferentAccess
- I offer a slight modification that would ease the transition somewhat. Instead of renaming Hash, just add a new code ...
-
08:19 PM Feature #7797 (Rejected): Hash should be renamed to StrictHash and a new Hash should be created to behave like AS HashWithIndifferentAccess
- Since #7792 has been rejected (although I don't really understand the reason except people being afraid of changing I...
-
11:22 PM Bug #7768: Inherited Array class missing
- =begin
Summary of my discussion with mame in #ruby-core:
[00:33:08] <mame1> r30148
[00:34:16] <mame1> some p... -
10:53 PM Feature #7791: Let symbols be garbage collected
- (2013/02/07 20:25), Rodrigo Rosenfeld Rosas wrote:
> I think Koichi's approach is a better one. I don't think ther... -
08:29 PM Feature #7791: Let symbols be garbage collected
- I think Koichi's approach is a better one. I don't think there are any
needs to actually garbage collect internal... -
01:53 PM Feature #7791: Let symbols be garbage collected
- I can't claim to know much about ruby's internals, but this strikes me as the wrong approach.
Symbols have a numbe... -
12:53 PM Feature #7791: Let symbols be garbage collected
- (2013/02/07 12:20), "Martin J. Dürst" wrote:
>
> Anyway, this is just an idea, there may be quite a few downsid... -
12:23 PM Feature #7791: Let symbols be garbage collected
- A slightly different idea, closer to the existing garbage collection:
The existing garbage collection is based ... -
11:59 AM Feature #7791: Let symbols be garbage collected
- On 2013/02/07 2:02, trans (Thomas Sawyer) wrote:
>
> Issue #7791 has been updated by trans (Thomas Sawyer).
>
... -
07:23 AM Feature #7791: Let symbols be garbage collected
- @trans
You cannot 'purge the symbol table'. If a symbol used by a method name, etc is purged then you will encoun... -
04:28 AM Feature #7791: Let symbols be garbage collected
- @rosenfeld Just had a thought... maybe we could combine these approaches. Maybe GCing Symbols is too difficult. But w...
-
03:56 AM Feature #7791: Let symbols be garbage collected
- @trans, if symbols are collected, instantiating many symbols wouldn't exhaust the memory so an attempt of a DoS attac...
-
03:07 AM Feature #7791: Let symbols be garbage collected
- @rosenfeld I get your points. My solutions certainly is not perfect and has tough issues to deal with, certainly. But...
-
02:21 AM Feature #7791: Let symbols be garbage collected
- @trans, yes I'm talking about threaded servers as I really believe they are a better model than multi-process (maybe ...
-
02:02 AM Feature #7791: Let symbols be garbage collected
- @resenfeld After the exception is raised, you can still create symbols. The point is, now you know somethings up and ...
-
01:53 AM Feature #7791: Let symbols be garbage collected
- On Wed, Feb 6, 2013 at 5:24 PM, Rodrigo Rosenfeld Rosas
<[email protected]> wrote:
> Em 06-02-2013 14:00, Nikolai... -
01:32 AM Feature #7791: Let symbols be garbage collected
- trans (Thomas Sawyer) wrote:
> > But anyway, I believe that DoS attacks are usually targeted at applications. If you... -
01:29 AM Feature #7791: Let symbols be garbage collected
- Em 06-02-2013 14:00, Nikolai Weibull escreveu:
> On Wed, Feb 6, 2013 at 2:37 PM, rosenfeld (Rodrigo Rosenfeld Rosa... -
01:23 AM Feature #7791: Let symbols be garbage collected
- On Wed, Feb 6, 2013 at 2:37 PM, rosenfeld (Rodrigo Rosenfeld Rosas)
<[email protected]> wrote:
> Lots of Denial... -
12:12 AM Feature #7791: Let symbols be garbage collected
- > But anyway, I believe that DoS attacks are usually targeted at applications. If you make your application always ra...
-
12:01 AM Feature #7791: Let symbols be garbage collected
- It depends. If the process eats up all system memory it will eventually crash and release all memory used by the Ruby...
-
10:48 PM Revision a7592201 (git): * lib/rubygems/package/old.rb: Disallow installation of old-format
- gems when a security policy is active.
* test/rubygems/test_gem_package_old.rb: Test for above.
git-svn-id... -
10:36 PM Bug #7798: 子スレッドを実行しているとき Process.daemon すると,その後メインスレッドが終了してもプロセスが終了しない
- タイトルを誤りました.
「子スレッドを実行しているとき Process.daemon すると,その後メインスレッドが終了してもプロセスが終了しない」
です. -
10:34 PM Bug #7798 (Closed): 子スレッドを実行しているとき Process.daemon すると,その後メインスレッドが終了してもプロセスが終了しない
- ■ 再現コード
Thread.new{ sleep }
Process.daemon
■ ruby -v の結果
ruby 1.9.3p385 (2013-02-06 revision 39114) [i686-linux... -
10:35 PM Revision 45bcf5d4 (git): * lib/net/http.rb (HTTP.post_form): Fix module scope in documentation
- Patch by David Albert [Bug #7794] [ruby-core:51955]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39141 b2dd03c... -
10:33 PM Revision e798251a (git): * compar.c (cmp_equal): Document ignored exception and return false
- By Makoto Kishimoto [Bug #7790] [ruby-dev:46925] [ruby-dev:46910]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk... -
10:23 PM Feature #7792: Make symbols and strings the same thing
- Em 07-02-2013 10:04, Matthew Kerwin escreveu:
> On 7 February 2013 20:46, rosenfeld (Rodrigo Rosenfeld Rosas) wrot... -
09:23 PM Feature #7792: Make symbols and strings the same thing
- On 7 February 2013 20:46, rosenfeld (Rodrigo Rosenfeld Rosas) wrote:
> I agree that a string is what I want in all... -
08:05 PM Feature #7792: Make symbols and strings the same thing
- david_macmahon (David MacMahon) wrote:
> Hi, Rodrigo,
>
> FWIW, I sympathize with your symbols-vs-strings as ke... -
07:59 PM Feature #7792: Make symbols and strings the same thing
- rosenfeld (Rodrigo Rosenfeld Rosas) wrote:
> cache = Redis.new
> users = cache['users'] || begin
> db = Seque... -
07:50 PM Feature #7792: Make symbols and strings the same thing
- Also, so that you stop arguing that the differences between symbols and strings are just like the differences between...
-
07:46 PM Feature #7792: Make symbols and strings the same thing
- phluid61 (Matthew Kerwin) wrote:
> You say "old syntax," maybe you should think of it as the "general syntax." Or, ... -
10:18 AM Feature #7792: Make symbols and strings the same thing
- rosenfeld (Rodrigo Rosenfeld Rosas) wrote:
> @drbrain, that means I'm unable to do things like
>
> results << {id... -
09:59 AM Feature #7792: Make symbols and strings the same thing
- Hi, Rodrigo,
FWIW, I sympathize with your symbols-vs-strings as keys frustration, but I think it's not so trivial... -
08:53 AM Feature #7792: Make symbols and strings the same thing
- Em 06-02-2013 17:12, Yorick Peterse escreveu:
>> And "growing until you hit your memory limit" is actually only va... -
08:51 AM Feature #7792: Make symbols and strings the same thing
- @drbrain, that means I'm unable to do things like
results << {id: id, name: name}
and have to use the old syntax al... -
08:01 AM Feature #7792: Make symbols and strings the same thing
- There's another issue here, which has been overlooked because it's philosophical rather than technical:
symbols ar... -
05:19 AM Feature #7792 (Rejected): Make symbols and strings the same thing
- =begin
This proposal has no description of how to overlay the functionality of strings (mutable) with symbols (immut... -
04:23 AM Feature #7792: Make symbols and strings the same thing
- > And "growing until you hit your memory limit" is actually only valid
> for symbols, not for strings that are gar... -
03:53 AM Feature #7792: Make symbols and strings the same thing
- Em 06-02-2013 16:22, Yorick Peterse escreveu:
>> What I'm trying to say is that the main reason why symbols exist ... -
03:23 AM Feature #7792: Make symbols and strings the same thing
- > What I'm trying to say is that the main reason why symbols exist in
> Ruby in the first place is performance fro... -
02:23 AM Feature #7792: Make symbols and strings the same thing
- Em 06-02-2013 13:25, Yorick Peterse escreveu:
> I don't think I'm following you, can you explain what's supposedly... -
12:29 AM Feature #7792: Make symbols and strings the same thing
- I don't think I'm following you, can you explain what's supposedly
ironic about it? Using Hashie only "slows" thin... -
10:17 PM Revision bab42629 (git): * lib/rubygems/dependency_installer.rb: Only install local gems if
- they end in '.gem'. Fixes github rubygems issue #407.
* test/rubygems/test_gem_dependency_installer.rb: Test for th... -
09:12 PM Bug #7784 (Assigned): [mingw] r39055 creates test failures and functionality loss
- Eric, please backport r39133 to rubygems trunk :)
-
05:53 PM Feature #7795: Symbol.defined? and/or to_existing_symbol
- On 7 February 2013 17:17, alexeymuranov (Alexey Muranov) wrote:
> In my opinion, it would be more useful to have a... -
04:46 PM Feature #7795: Symbol.defined? and/or to_existing_symbol
- I think also that finding a symbol in a set is related to (can be used in) Hash With Indifferent Access. HWIA are imp...
-
04:16 PM Feature #7795: Symbol.defined? and/or to_existing_symbol
- In my opinion, it would be more useful to have a method that checks if a given string matches one of symbols in a giv...
-
02:08 PM Feature #7795 (Assigned): Symbol.defined? and/or to_existing_symbol
- I'm pulling this out from deep in the discussions of issue http://bugs.ruby-lang.org/issues/7791, Let Symbols be Garb...
-
04:03 PM Revision 97204169 (git): * ChangeLog: fix a typo for r39136.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39138 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:33 PM Bug #7467 (Closed): lib/mkmf.rb merge_lib fails on larger sets of libraries
- This issue was solved with changeset r39128.
Michal, thank you for reporting this issue.
Your contribution to Ruby is... - 03:07 PM Revision 876b0d27 (git): * 2013-02-08
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39137 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:07 PM Revision 9b0a7f49 (git): * process.c (obj2gid): use getgrnum_r() only if getgrnam_r() and
- _SC_GETGR_R_SIZE_MAX is available.
MirOS BSD (MirBSD 10 GENERIC#1382 i386) have getgrnam_r() but
no _SC_GETGR_R_S... -
02:52 PM Bug #7656: Handful of documentations
- Alrighty, since I don't have rights to close issues, I'll just add the updated PP/PrettyPrint patch here.
This patch... -
01:02 PM Revision 8f5f8945 (git): * configure.in: define linker for shared library on MirOS BSD.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39135 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:20 PM Revision ba7a0b46 (git): vpath.rb: no rbconfig.rb
- * tool/vpath.rb (VPath#list): no rbconfig.rb, to get rid of cyclic
dependency.
git-svn-id: svn+ssh://ci.ruby-lang.... - 12:11 PM Revision 7d272549 (git): * test/rubygems/test_gem_config_file.rb
- (TestGemConfigFile#test_check_credentials_permissions): skip on
Windows. see [Bug #7784] [ruby-core:51864] and r390... - 11:55 AM Revision 2314a8fc (git): * win32/Makefile.sub (config.status): added variables which were
- missing at r39130.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39132 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:14 AM Feature #7793: New methods on Hash
- Considering existing methods:
~~~
$ ruby -e 'p Hash.instance_methods(false).grep(/each_/)'
[:each_value, :each_k... -
06:59 AM Feature #7793: New methods on Hash
- At the risk of bike shedding, I think map_k and map_v should be named map_keys and map_values. That can be for matz t...
-
06:51 AM Feature #7793 (Assigned): New methods on Hash
- Fine, I'll reopen and assign this to Matz.
-
05:02 AM Feature #7793: New methods on Hash
- This should be re-opened. It is not for all enumerables but only for hash.
map_v and map_k are very useful
map... -
02:00 AM Feature #7793 (Closed): New methods on Hash
- I am glad to see that more people like you take the time to propose ways to create hashes.
I completely agree that... -
01:53 AM Feature #7793 (Closed): New methods on Hash
- It would be nice to have the following methods added to hash
~~~ruby
h = { name: 'dominic', request: 'add the fol... -
09:18 AM Bug #7794 (Closed): Documentation bug in Net::HTTP.post_form example code
- I've attached a patch that fixes a small error in the Net::HTTP.post_form documentation.
-
08:21 AM Feature #6641: Hash.auto constructor
- I agree with nobu-shi, if I were to encounter `Hash::with_default &block` I would assume it was the equivalent of:
... -
08:02 AM Revision 67e07672 (git): rbinstall.rb: CONFIG['arch'] not $arch
- * tool/rbinstall.rb: use CONFIG['arch'] instead of $arch which was not
added finally. fix r39108.
git-svn-id: svn... -
07:44 AM Feature #6669: A method like Hash#map but returns hash
- I might also suggest the name `map_pairs`, derived from `each_pair`. I think it's not incorrect, as the return value...
-
07:21 AM Revision c206b802 (git): Makefile.sub: rubyarchdir in config.status
- * win32/Makefile.sub (config.status): now rbconfig.rb needs
rubyarchdir.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... -
07:21 AM Revision 26aae774 (git): mkconfig.rb: fix concatenated lines
- * tool/mkconfig.rb: see if a variable is set before setting it to fix
concatenated lines.
git-svn-id: svn+ssh://ci... -
06:33 AM Revision 13b11810 (git): mkmf.rb: fix merge_libs
- * lib/mkmf.rb (MakeMakefile#merge_libs): insert following reversal
ordered elements just after the duplicated eleme... -
06:32 AM Revision fd0c338d (git): test_libs.rb: new test
- * test/mkmf/test_libs.rb (TestMkmf:TestLibs): tests for $libs operations.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
05:56 AM Revision c27fd333 (git): * lib/rubygems/package.rb: Ensure digests are generated for signing.
- * test/rubygems/test_gem_package.rb: Test for the above.
* lib/rubygems/security/policy.rb: Ensure digests... -
02:33 AM Bug #7773: Calling send("attribute=", value) returns nil instead of value
- I meant to assign it to myself... in any case, it's fixed with r39121.
-
02:31 AM Bug #7773 (Closed): Calling send("attribute=", value) returns nil instead of value
- This issue was solved with changeset r39121.
Chris, thank you for reporting this issue.
Your contribution to Ruby is ... -
01:13 AM Bug #7773 (Assigned): Calling send("attribute=", value) returns nil instead of value
- gaffneyc (Chris Gaffney) wrote:
> I consider it a bug because the behavior only happens using `send`.
Actually, i... -
01:01 AM Bug #7773: Calling send("attribute=", value) returns nil instead of value
- I consider it a bug because the behavior only happens using `send`. If I were to call `bar=` directly (see below) it ...
-
12:06 AM Bug #7773 (Open): Calling send("attribute=", value) returns nil instead of value
- nobu (Nobuyoshi Nakada) wrote:
> Why do you consider it a bug?
I don't know about Chris, but here is why I consid... -
01:20 AM Revision 38f04d82 (git): test_basicinstructions.rb: fix typo
- * test/ruby/test_basicinstructions.rb (test_send_opassign): fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr... -
01:07 AM Revision 46761cdb (git): test_basicinstructions.rb: implementation defined
- * test/ruby/test_basicinstructions.rb (test_send_opassign):
implementation defined behavior.
git-svn-id: svn+ssh:/... -
01:05 AM Revision cbb86ec6 (git): test_basicinstructions.rb: fix typo
- * test/ruby/test_basicinstructions.rb (test_send_opassign): fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr...
02/06/2013
-
11:58 PM Feature #7792: Make symbols and strings the same thing
- I'd just like to highlight what performance impact we may be referring to:
https://gist.github.com/rosenfeld/47230... -
11:53 PM Feature #7792: Make symbols and strings the same thing
- Em 06-02-2013 12:36, Yorick Peterse escreveu:
> You don't need to hijack any code for it, you'd just use it as
>... -
11:53 PM Feature #7792: Make symbols and strings the same thing
- You don't need to hijack any code for it, you'd just use it as
following:
require 'hashie'
par... -
11:33 PM Feature #7792: Make symbols and strings the same thing
- @yorickpeterse, your suggestion wouldn't work for my case. The hash is created by JSON.parse where I don't control th...
-
11:29 PM Feature #7792: Make symbols and strings the same thing
- Although I'd really prefer that symbols and strings were the same there is an alternative that would satisfy me as we...
-
11:23 PM Feature #7792: Make symbols and strings the same thing
- Symbols and Strings both have different use cases and that's actually a
good thing. If you want to be able to use ... -
11:22 PM Feature #7792: Make symbols and strings the same thing
- Mmm, it sounds too big to me.
@rosenfeld I know your situation. But is it really a right solution for you? How a... -
11:20 PM Feature #7792: Make symbols and strings the same thing
- rosenfeld: see #5964 for similar discussion.
-
11:13 PM Feature #7792: Make symbols and strings the same thing
- I'm not sure that's even possible. If String#hash produced the same number as Symbol#hash, then that would do the tri...
-
10:48 PM Feature #7792 (Rejected): Make symbols and strings the same thing
- Recently I had to replace several of my symbols to plain strings in my project. Here is what happened:
I generated... -
11:53 PM Feature #7791: Let symbols be garbage collected
- I'd don't think the problem is an error being raised. Just handle the exception. The issue is having a process eat up...
-
11:53 PM Feature #7791: Let symbols be garbage collected
- Em 06-02-2013 12:35, SASADA Koichi escreveu:
> (2013/02/06 23:21), SASADA Koichi wrote:
>> One rough idea (but n... -
11:53 PM Feature #7791: Let symbols be garbage collected
- Em 06-02-2013 12:21, SASADA Koichi escreveu:
> (2013/02/06 22:50), shyouhei (Shyouhei Urabe) wrote:
>> @rosenfel... -
11:53 PM Feature #7791: Let symbols be garbage collected
- (2013/02/06 23:21), SASADA Koichi wrote:
> One rough idea (but not verified) is:
>
> Separated Symbols into t... -
11:45 PM Feature #7791: Let symbols be garbage collected
- trans (Thomas Sawyer) wrote:
> An error would be raised.
So you would have a successful DoS attack, right? Becaus... -
11:26 PM Feature #7791: Let symbols be garbage collected
- rosenfeld (Rodrigo Rosenfeld Rosas) wrote:
> At least now I know that you're willing to accept any patch to make the... -
11:23 PM Feature #7791: Let symbols be garbage collected
- Garbage collecting Symbols would most likely do more harm than good.
Sure, a ddos based on Symbols may no longer b... -
11:23 PM Feature #7791: Let symbols be garbage collected
- (2013/02/06 22:50), shyouhei (Shyouhei Urabe) wrote:
> @rosenfeld do you have any conceptual patch to implement it... -
11:14 PM Feature #7791: Let symbols be garbage collected
- An error would be raised.
-
11:09 PM Feature #7791: Let symbols be garbage collected
- There is already a limit (memory bounded) and the problems begin after the limit is reached. If you just limit the am...
-
11:04 PM Feature #7791: Let symbols be garbage collected
- Is it possible to set a maximum size to the number of symbols allowed? An error would be raised if the limit was hit....
-
10:58 PM Feature #7791: Let symbols be garbage collected
- Sorry @shyouhei, but I don't know Ruby's code base. But I believe I won't be able to understand how this could work i...
-
10:57 PM Feature #7791: Let symbols be garbage collected
- Adding to shyouhei's comment, Symbols are actually used for quite a specific purpose inside MRI. Because they are ess...
-
10:48 PM Feature #7791 (Feedback): Let symbols be garbage collected
- @rosenfeld do you have any conceptual patch to implement it? The reason Symbols aren't GCed is simply because the co...
-
10:37 PM Feature #7791 (Closed): Let symbols be garbage collected
- Lots of Denial-of-Service security vulnerabilities exploited in Ruby programs rely on symbols not being collected by ...
-
10:59 PM Bug #7780: Marshal & YAML should deserialize only basic types by default.
- Em 05-02-2013 23:57, Aaron Patterson escreveu:
>> I really don't see this as a problem.
>>
>> What I see as a ... -
10:59 AM Bug #7780: Marshal & YAML should deserialize only basic types by default.
- On Wed, Feb 06, 2013 at 06:05:24AM +0900, marcandre (Marc-Andre Lafortune) wrote:
> I'll repeat that the proposal ... -
06:05 AM Bug #7780: Marshal & YAML should deserialize only basic types by default.
- > serialized objects in the database. I am very against changing this
> behavior.
>
> making `load` "safe" by d... -
05:23 AM Bug #7780: Marshal & YAML should deserialize only basic types by default.
- Em 05-02-2013 16:20, Aaron Patterson escreveu:
> On Mon, Feb 04, 2013 at 12:54:50PM +0900, marcandre (Marc-Andre L... -
03:23 AM Bug #7780: Marshal & YAML should deserialize only basic types by default.
- On Mon, Feb 04, 2013 at 12:54:50PM +0900, marcandre (Marc-Andre Lafortune) wrote:
>
> Issue #7780 has been upda... -
02:13 AM Bug #7780: Marshal & YAML should deserialize only basic types by default.
- After refactoring Psych to handle Tag Schema, I have to concur with @marcandre. I don't think people realize the exte...
-
10:29 PM Bug #5278: REXML -- Malformed comment
- 須藤です。
In <[email protected]>
"[ruby-dev:46931] Re: [ruby-changes:27041] ... -
09:53 PM Bug #5278: REXML -- Malformed comment
- こんにちは、なかむら(う)です。
In message "[ruby-dev:46929] Re: [ruby-changes:27041] usa:r39093 (ruby_1_9_3): merge revision(... -
08:53 PM Bug #5278: REXML -- Malformed comment
- 須藤です。
私がお願いしていたこのバックポートなんですが、
https://bugs.ruby-lang.org/issues/7764
ChangeLogの変更だけがバックポートされていて、実際の変更
... -
09:59 PM Bug #7773 (Feedback): Calling send("attribute=", value) returns nil instead of value
- Why do you consider it a bug?
-
08:51 PM Revision 90eb265f (git): * doc/pty/README: Remove static documentation file
- * ext/pty/pty.c: Add License to PTY module overview
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39122 b2dd03c... -
05:33 PM Feature #6111 (Closed): Request for making ruby multiarchable
- This issue was solved with changeset r39109.
Hans, thank you for reporting this issue.
Your contribution to Ruby is g... - 05:31 PM Revision 6851ad47 (git): * vm_insnhelper.c: attr_writer should return its argument [Bug #7773]
- * test/ruby/test_basicinstructions.rb: Test for above
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39121 b2dd03... -
05:16 PM Revision 4f74d59b (git): * doc/security.rb: Translate japanese kanji to english
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39120 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:35 PM Revision efcc536b (git): * 2013-02-07
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39119 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:35 PM Revision a99dc841 (git): * doc/security.rdoc: Link to japanese version of CVE page patch by
- nagachika
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39118 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:53 PM Bug #7625: Arrayを継承したオブジェクトのcompactがArrayを返す
- > Enumerableで定義されていないArray独自のメソッドはサブクラスを返したほうが良いと思います。
> 直すタイミングはいつがいいのかな。
いまから2.0にspecレベルの変更が入るのは反対します。念のため。 -
03:38 PM Bug #7625: Arrayを継承したオブジェクトのcompactがArrayを返す
- Enumerableで定義されていないArray独自のメソッドはサブクラスを返したほうが良いと思います。
直すタイミングはいつがいいのかな。
Matz.
-
03:51 PM Bug #7787 (Feedback): ruby 1.9 regexp quantifiers behave unpredictably when stacked
- It is not considered as a bug, but if there is a reasonable patch I'll merge it.
-
04:29 AM Bug #7787 (Rejected): ruby 1.9 regexp quantifiers behave unpredictably when stacked
- Ruby (1.8 and 1.9) allows for stacked quantifiers such as /x{2}{5}/ and appears to treat them more or less as expecte...
-
03:37 PM Bug #7789 (Closed): test_setsid fails for OpenBSD
- This issue was solved with changeset r39097.
George, thank you for reporting this issue.
Your contribution to Ruby is... -
03:37 PM Bug #7789: test_setsid fails for OpenBSD
- > The only fix is to skip the Process::getsid(pid) in the test. I wrote a patch for this.
OK. I agree with skippin... -
09:21 AM Bug #7789 (Assigned): test_setsid fails for OpenBSD
-
08:31 AM Bug #7789 (Closed): test_setsid fails for OpenBSD
- =begin
TestProcess#test_setsid always fails because OpenBSD doesn't allow Process::getsid(pid) when the pid is in a ... -
02:31 PM Revision a493ec03 (git): * doc/pty/README.expect: Removed static documentation file
- * ext/pty/lib/expect.rb: Documentation for IO#expect
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39117 b2dd03... -
02:11 PM Bug #7790: documentation about exception in Comparable#==
- 英語をなんとかしました
-
12:12 PM Bug #7790 (Closed): documentation about exception in Comparable#==
- [ruby-dev:46910] に書いた Comparable#== の、例外に関する仕様の文書化です。
- 01:46 PM Revision e45e0641 (git): * hash.c (env_reject_bang): hide keys array from ObjectSpace
- * hash.c (env_select_bang): ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39116 b2dd03c8-39d4-4d8f-98ff-82... - 01:03 PM Revision e52527a4 (git): merge miss of r39093.
- I don't understand why svn merge didn't merge any files and reported no errors.
terrible...
git-svn-id: svn+ssh://c... - 08:40 AM Revision e5938a11 (git): * ChangeLog: forgotten to commit.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@39110 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:33 AM Revision 834fd50a (git): configure.in: multiarch option
- * configure.in (multiarch): add option to move architecture dependent
directories. [Feature #6111]
* template/ruby... -
08:32 AM Revision 67db06ba (git): configure.in: arch dependent header directory options
- * configure.in (rubyarchhdrdir, sitearchhdrdir, vendorarchhdrdir): add
options to customize architecture dependent ... -
08:32 AM Revision 29c214e4 (git): configure.in: arch dependent library directory options
- * configure.in (rubyarchprefix, sitearchdir, vendorarchdir): add
options to customize architecture dependent librar... -
08:32 AM Revision d32b1229 (git): configure.in: RUBY_VERSION_NAME
- * configure.in (RUBY_VERSION_NAME), template/ruby.pc.in: add
substitution and define.
git-svn-id: svn+ssh://ci.ru... -
08:32 AM Revision 85aae4c6 (git): configure.in: architecture name
- * configure.in, version.c: parametric architecture name for paths.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun... -
08:32 AM Revision a8795e35 (git): configure.in: shvar_to_cpp
- * configure.in (shvar_to_cpp): convert sh variable references
by replacing with string literal forms in cpp.
git-... -
08:05 AM Revision 6d0647c3 (git): * lib/rdoc: Import RDoc 4.0.0.rc.2
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39102 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:00 AM Revision fd061353 (git): * lib/rdoc: Import RDoc 3.9.5.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@39101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:47 AM Revision b99c3e74 (git): mkconfig.rb: fix anchor
- * tool/mkconfig.rb: should match whole word.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39100 b2dd03c8-39d4-4... - 06:49 AM Revision b7d6d06a (git): fixed commit miss of previous commit.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@39099 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:37 AM Revision 6cd1e11d (git): * test/ruby/test_process.rb (test_setsid): ensure to call
- Process.wait(). Reported by George Koehler. Thanks.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39098 b2dd03c8... -
06:37 AM Revision 88903e23 (git): * test/ruby/test_process.rb (test_setsid): skip when platform is
- OpenBSD. Contributed from George Koehler.
[Bug #7789] [ruby-core:51889]
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
06:27 AM Bug #7782: Struct both has and does not have an allocator
- Ok. One last comment on this:
> I am not positive about adding exception classes. So far, TypeError only caused by... -
05:40 AM Bug #7782: Struct both has and does not have an allocator
- =begin
Ah, `else`. I've never used that, and forgotten about it.
So I should be able to write instead:
begin
... -
04:38 AM Bug #7782: Struct both has and does not have an allocator
- Sounds like you are reinventing begin; rescue; else; end: https://github.com/ruby/ruby/blob/trunk/doc/syntax/exceptio...
-
03:31 AM Bug #7782: Struct both has and does not have an allocator
- =begin
But is not so nice to have to write code like this:
success = begin
object = type.allocate
tr... - 05:30 AM Revision ee6e1db1 (git): merge revision(s) 35474,35479,38939,38943,38963,38991,38994: [Backport #7786]
- * ext/socket/raddrinfo.c (init_unix_addrinfo): support the longest
path in sockaddr_un.
(inspect_... - 05:25 AM Revision 42b13375 (git): * README: Fix typo, patch by zzak
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39095 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:21 AM Revision 2618ffc5 (git): merge revision(s) 38993: [Backport #7775]
- * ext/socket/basicsocket.c (bsock_getsockname): ignore truncated
part of socket address.
(bsock_g... - 05:19 AM Revision 0297247f (git): merge revision(s) 33210,33212: [Backport #5278]
- * lib/rexml/parsers/baseparser.rb, test/rexml/test_comment.rb:
allow a single hyphen in comment. [Bug 5278]... - 05:14 AM Revision 326ce405 (git): merge revision(s) 37174: [Backport #7754]
- * file.c (realpath_rec): prevent link from GC while link_names refers
the content.
git-svn-id: svn+ssh://... - 05:13 AM Revision 4be94836 (git): merge revision(s) 36151: [Backport #7746]
- * missing/setproctitle.c (environ): use (*_NSGetEnviron()) instead of
environ on Darwin for namespace clean... - 05:06 AM Revision 10d2b5ec (git): merge revision(s) 36905: [Backport #6977]
- * dir.c (glob_make_pattern): names under recursive need to be single
basenames to match for each name. [ru... -
05:05 AM Feature #7788 (Assigned): YAML Tag Schema Support
- =begin
I have endeavoured to add proper Schema support to Psych (see ((<YAML Spec|URL:http://www.yaml.org/spec/1.2/s... -
04:43 AM Bug #7784 (Closed): [mingw] r39055 creates test failures and functionality loss
- Fixed by r39070 which removes the check on windows. If writing a file as 0600 works on windows someday we can reintro...
-
04:35 AM Revision 6eb76ba6 (git): vm_method.c: show respond_to location
- * proc.c (rb_method_entry_location, rb_{mod,obj}_method_location): new
functions to obtain source location of metho... -
04:03 AM Revision fe072cef (git): * doc/security.rdoc: Add link to CVEs on ruby-lang.org/en/security
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39088 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:49 AM Revision a77af99a (git): * NEWS: Add note about removal of CSV::load and CSV::dump from r39077
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39087 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:39 AM Revision 4ce8ede2 (git): Update README to direct questions & bug reports adequately
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39086 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:17 AM Revision 5e9648be (git): test_require.rb: shared drive
- * test/ruby/test_require.rb (TestRequire#test_require_with_unc):
cannot test unless the local drive is shared.
git... -
01:56 AM Bug #7656: Handful of documentations
- I see, the example added to the methods is misleading. I'll revamp the docs for PP, and create a new issue.
-
12:33 AM Revision f5c616f0 (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39084 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:33 AM Revision 585af39c (git): * ChangeLog: fix indent.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39083 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:30 AM Revision 50cdfe2d (git): * remove trailing spaces.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39082 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
02/05/2013
-
11:56 PM Bug #7774: IFUNC上のbinding呼び出しでSEGV
- rb_callccから呼ばれるrb_vm_stack_to_heapでも、
同様にIFUNCの対応が必要ということのようです。
以下のパッチで直りましたがどうでしょうか。
~~~diff
diff --git a/vm... -
05:23 PM Bug #7774: IFUNC上のbinding呼び出しでSEGV
- (2013/02/05 16:47), ktsj (Kazuki Tsujimoto) wrote:
> が、次のコードがSEGVするようになってしまいました。
がーん.callcc 使ったコードなんて知らん,とは言え... -
04:47 PM Bug #7774: IFUNC上のbinding呼び出しでSEGV
- ご対応ありがとうございます。
が、次のコードがSEGVするようになってしまいました。
~~~ruby
require 'continuation'
tp = TracePoint.new(:raise) do ... -
03:23 PM Bug #7774: IFUNC上のbinding呼び出しでSEGV
- > Issue #7774 has been reported by ktsj (Kazuki Tsujimoto).
>
> ----------------------------------------
> Bu... -
03:05 PM Bug #7774 (Closed): IFUNC上のbinding呼び出しでSEGV
- This issue was solved with changeset r39067.
Kazuki, thank you for reporting this issue.
Your contribution to Ruby is... -
10:50 PM Bug #7784 (Assigned): [mingw] r39055 creates test failures and functionality loss
-
03:19 PM Bug #7784: [mingw] r39055 creates test failures and functionality loss
- it doesn't solve the issue, but why is the permissions check not being isolated to only gem push?
-
02:54 PM Bug #7784 (Closed): [mingw] r39055 creates test failures and functionality loss
- The r39055 patch for rubygems security (lib/rubygems/config_file.rb) causes 11 `make test-all` failures
http://c... -
09:06 PM Revision ee074d4b (git): Missed comment from r39079
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39081 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:58 PM Revision dfb30ef5 (git): * lib/racc/parser.rb: Hide copyright notice from Racc doc
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:52 PM Revision afea6f47 (git): * doc/rubygems/*: Removed outdated documentation files
- * lib/rubygems/LICENSE.txt: Include license file
* lib/rubygems.rb: Move Gem module documentation so rdoc can parse i... -
06:44 PM Revision 55f11348 (git): * doc/security.rdoc: Remove documentation for unsafe CSV.load which
- was deleted in r39077
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39078 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 06:28 PM Revision b614d782 (git): * lib/csv.rb: Remove the dangerous serialization feature.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39077 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:14 PM Bug #7781: Ruby fails make test on Cygwin for test_io.rb.
- I am sorry to say that cygwin is not supported currently.
Of course, we always welcome patches for cygwin (and its m... -
03:10 AM Bug #7781: Ruby fails make test on Cygwin for test_io.rb.
- I also get these stack errors when I run rails -v (inside any app directory) or bundle install:
Chloe@dumbopc /cyg... -
04:50 PM Revision 3221e7d2 (git): add contributor to ChangeLog
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39076 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:25 PM Bug #7722 (Closed): [rubyspec] failure in core/marshal/dump_spec.rb
- This issue was solved with changeset r39069.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby... -
03:58 PM Bug #7722: [rubyspec] failure in core/marshal/dump_spec.rb
- The issue is that `rb_obj_respond_to` sends a second argument (include private) even when the user method doesn't acc...
-
03:57 PM Revision 5b15e5a3 (git): * lib/irb.rb: Remove example from restrictions, it works [Github #246]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39075 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:55 PM Revision 1e32d0fc (git): * 2013-02-06
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:55 PM Revision ca016c70 (git): * vm.c (rb_vm_stack_to_heap): call rb_vm_get_binding_creatable_next_cfp
- instead of rb_vm_get_ruby_level_next_cfp to prevent a segfault by
calling Kernel#callcc. See r39067 for more detail... -
02:43 PM Bug #7777 (Closed): wrong use of "Raise" method in matrix.rb
- This issue was solved with changeset r39065.
py, thank you for reporting this issue.
Your contribution to Ruby is gre... -
02:39 PM Bug #5715 (Closed): +/-1 ** Bignum returns different results than +/-1 ** Fixnum
- This issue was solved with changeset r39063.
John, thank you for reporting this issue.
Your contribution to Ruby is g... -
02:39 PM Bug #5713 (Closed): Fixnum#** returns Infinity for 0 ** negative Bignum
- This issue was solved with changeset r39063.
John, thank you for reporting this issue.
Your contribution to Ruby is g... -
12:50 PM Bug #7715 (Closed): Lazy enumerators should want to stay lazy.
- This issue was solved with changeset r39058.
Marc-Andre, thank you for reporting this issue.
Your contribution to Rub... -
07:32 AM Bug #7715: Lazy enumerators should want to stay lazy.
- Patch updated, rdoc improved too.
Makes for a clean API for Lazy#new also, and there's even less code (~20 loc).
... -
12:49 PM Bug #7248 (Closed): Shouldn't Enumerator::Lazy.new be private?
- This issue was solved with changeset r39057.
Marc-Andre, thank you for reporting this issue.
Your contribution to Rub... -
11:13 AM Bug #7782: Struct both has and does not have an allocator
- I am not positive about adding exception classes. So far, TypeError only caused by inexistence of allocator.
Matz.
-
10:54 AM Bug #7782: Struct both has and does not have an allocator
- So you think rescuing the error is good enough. Ok, I'll handle it that way. Would it be prudent to make the error ve...
-
09:41 AM Bug #7782 (Closed): Struct both has and does not have an allocator
- "allocator" in the error message does not mean #allocate method, but internal C function (thus TypeError not NoMethod...
-
01:33 AM Bug #7782 (Closed): Struct both has and does not have an allocator
- =begin
One the one hand:
>> Struct.allocate
TypeError: allocator undefined for Struct
from (irb... -
11:03 AM Bug #7656: Handful of documentations
- interesting, doing a little bootleg debugging
<patch>
diff --git a/lib/pp.rb b/lib/pp.rb
index 6e0c797..681956d 10... -
09:56 AM Bug #7780: Marshal & YAML should deserialize only basic types by default.
- Thanks.
Note that I was proposing to issue a warning once, not for every call.
Also, the most pressing issue is... -
09:28 AM Bug #7780 (Assigned): Marshal & YAML should deserialize only basic types by default.
- Oh, I am sorry, I have misread your proposal. You have posted migration path.
But still numerous warning messages ... - 09:49 AM Revision 81f9052c (git): * doc/security.rdoc: add regex, eval and drb sections
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39072 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:24 AM Revision bd5efa7f (git): * lib/rdoc/servlet.rb: Fixed root search paths, filesystem paths
- instead of HTTP paths were returned.
* test/rdoc/test_rdoc_servlet.rb: Test for above.
git-svn-id: svn+ssh://ci.ru... -
07:37 AM Revision 627a0825 (git): * lib/rubygems/config_file.rb: Ignore permissions check on windows.
- Windows writes 0600 file as 0644 permissions making the check
useless.
git-svn-id: svn+ssh://ci.ruby-lang... -
07:25 AM Revision a106b310 (git): vm_method.c: drop include_all flag
- * vm_method.c (rb_obj_respond_to): drop optional include_all flag if
respond_to? method is defined in old style. [... -
06:24 AM Revision 8efeb603 (git): * remove trailing spaces.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39068 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:04 AM Revision 88101695 (git): * proc.c (rb_binding_new_with_cfp): permit to create binding object
- of IFUNC frame.
When `rb_binding_new_with_cfp()' is called, VM finds out the first
normal (has iseq) frame and cr... - 05:52 AM Revision 757bbe87 (git): * enumerator.c: Remove rdoc that is obsolete because of lazy
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39066 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:43 AM Revision 9a912c66 (git): * lib/matrix.rb: Fix error message, patch by pypypy [Bug #7777]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39065 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:39 AM Revision d22ce4a5 (git): * numeric.c (fix_pow): Handle special cases when base is 0, -1 or +1
- [Bug #5713] [Bug #5715]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39064 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 05:39 AM Revision 8797ebd6 (git): * rational.c (nurat_expt): Deal with special cases for rationals 0, ±1
- [bug #5713] [bug #5715]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39063 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 05:39 AM Revision 075ae295 (git): * numeric.c: Fix rdoc for Fixnum#**
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:23 AM Feature #7783: Add support for sqrt of very large numbers
- Anytime!
-
05:01 AM Feature #7783 (Closed): Add support for sqrt of very large numbers
- Nice find, Zachary!
I happened to talk with Santiago about this. Closing... -
04:58 AM Feature #7783: Add support for sqrt of very large numbers
- Hey zzak, had no idea about that. Thanks!
So we can close this one. -
04:47 AM Feature #7783: Add support for sqrt of very large numbers
- =begin
Hello Mr. Pastorino!
It seems to work when I use the mathn library, which implements sqrt(3)
(({irb(mai... -
04:36 AM Feature #7783: Add support for sqrt of very large numbers
- /RSA the/when/
-
04:35 AM Feature #7783 (Closed): Add support for sqrt of very large numbers
- Currently ...
irb(main):001:0> Math.sqrt(2**6456)
=> Infinity
I wanted to do something like this to show an ex... -
04:45 AM Revision 55f0fa5a (git): test_range.rb: refine message
- * test/ruby/test_range.rb (TestRange#test_bsearch_with_mathn): refine
failure messages.
git-svn-id: svn+ssh://ci.r... -
04:27 AM Revision 490f1fc0 (git): console.c: default by stty raw
- * ext/io/console/console.c (rawmode_opt): use default values by `stty
raw`.
git-svn-id: svn+ssh://ci.ruby-lang.org... -
04:23 AM Feature #6362: Modular exponentiation/inverse
- This would be a great thing to have +1000
- 03:51 AM Revision e29e4b55 (git): * range.c: Use div instead of / for bsearch
- * test/ruby/test_range.rb: Test showing bug when requiring mathn
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3... - 03:49 AM Revision 1677cbce (git): * enumerator.c: Use to_enum for Enumerable methods returning Enumerators.
- This makes Lazy#cycle no longer needed, so it was removed.
Make Enumerator#chunk and slice_before return lazy Enume... - 03:49 AM Revision 44cd5f21 (git): * enumerator.c: Finalize and document Lazy.new. [Bug #7248]
- Add Lazy#to_enum and simplify Lazy#size.
* test/ruby/test_lazy_enumerator.rb: tests for above
git-svn-id: svn+ssh:/... - 03:49 AM Revision 5af821c6 (git): * enumerator.c: Fix and improve rdoc for to_enum
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39056 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:37 AM Revision 1633e543 (git): * lib/rubygems/commands/push_command.rb: Fixed credential download for
- `gem push --host`
* lib/rubygems/gemcutter_utilities.rb: ditto.
* test/rubygems/test_gem_commands_push_command.rb: ... -
01:18 AM Revision 6dfd5669 (git): * doc/security.rdoc: Wrap security guide at 80 columns
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39054 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:14 AM Revision 47da37b0 (git): * doc/security.rdoc: Grammatical error on security guide
- Patch by Josh Bassett [Github fixes #245]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39053 b2dd03c8-39d4-4d8... -
01:13 AM Revision acd3f3e7 (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39052 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:01 AM Revision c50b3288 (git): * lib/racc/parser.rb: Update #do_parse and #yyparse from upstream
- See [Github tenderlove/racc@7d954b5]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39051 b2dd03c8-39d4-4d8f-98f... -
12:56 AM Revision 941ea371 (git): * lib/racc: Merge Racc documentation downstream, add grammar ref file
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39050 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
02/04/2013
-
11:04 PM Revision f11ff34d (git): * lib/irb.rb, lib/irb/ext/save-history.rb: Add documentation on how to
- enabled irb history [ruby-core:51347] [Bug #7679]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39049 b2dd03c8-... -
10:36 PM Revision e195e181 (git): * lib/irb.rb, lib/irb/context.rb: Add documentation on how to enable
- auto-indentation and autocompletion using irbrc and irb_context
[ruby-core:51209] [Bug #7642] and [ruby-core:51348]... -
08:20 PM Revision 9cfc40ab (git): * doc/standard_library.rdoc: Document list of libraries and extensions
- and their purpose or short description
* lib/README: Remove lib/README in favor of doc/standard_library.rdoc
git-sv... -
07:39 PM Revision 53bc3490 (git): * ext/json/lib/json.rb: Move module overview definition for rdoc
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39046 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:59 PM Revision f691d4a5 (git): * 2013-02-05
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39045 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:59 PM Revision 2a970150 (git): * lib/tracer.rb: Move class overview definition and reformat
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39044 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:01 PM Bug #7781 (Rejected): Ruby fails make test on Cygwin for test_io.rb.
- When compiling Ruby on Cygwin.com, it fails 'make test' for test_io.rb.
Chloe@dumbopc ~/ruby-1.9.3-p374
$ uname ... -
04:52 PM Bug #7715: Lazy enumerators should want to stay lazy.
- Patch almost done, which also fixes #7248
https://github.com/marcandre/ruby/compare/marcandre:master...marcandre... -
09:12 AM Bug #7715: Lazy enumerators should want to stay lazy.
- I believe I have found the key to resolve this issue, Lazy.new issue [#7248] and others.
We simply need to special... -
03:26 PM Bug #7780: Marshal & YAML should deserialize only basic types by default.
- matz (Yukihiro Matsumoto) wrote:
> Your proposed change will crash many programs including dRuby.
Could you pleas... -
02:54 PM Bug #7780 (Rejected): Marshal & YAML should deserialize only basic types by default.
- Your proposed change will crash many programs including dRuby.
So it's too late for 2.0.0.
Don't get me wrong by ... -
01:45 PM Bug #7780: Marshal & YAML should deserialize only basic types by default.
- What about using load for the safe method and load! for the non-safe method? That would be the Ruby way.
Otherwise, ... -
01:05 PM Bug #7780: Marshal & YAML should deserialize only basic types by default.
- Just read the comments in the post I referred to (http://nedbatchelder.com/blog/201302/war_is_peace.html)
There's ... -
12:54 PM Bug #7780: Marshal & YAML should deserialize only basic types by default.
- mame (Yusuke Endoh) wrote:
> I think that this issue is not a bug, but a new feature.
I would rather not argue ab... -
12:33 PM Bug #7780: Marshal & YAML should deserialize only basic types by default.
- mame (Yusuke Endoh) wrote:
> I agree with charliesome; I think that this issue is not a bug, but a new feature.
> W... -
12:29 PM Bug #7780 (Assigned): Marshal & YAML should deserialize only basic types by default.
- Is this related to #7759?
charliesome (Charlie Somerville) wrote:
> Please note that I do not consider this a vul... -
12:05 PM Bug #7780: Marshal & YAML should deserialize only basic types by default.
- For reference, the vulnerabilities I'm referring to are the two major Rails vulnerabilities CVE-2013-0156, CVE-2013-0...
-
11:30 AM Bug #7780 (Closed): Marshal & YAML should deserialize only basic types by default.
- YAML is a wonderful, powerful and expressive format to serialize data in a human readable way.
It can be used, for... -
02:11 PM Feature #7639: More freedom for location of comments
- It was meant to be and has been an experimental feature, so let's not take it for granted as established one.
We alr... -
11:20 AM Feature #7639: More freedom for location of comments
- > alexeymuranov (Alexey Muranov)
Allowing a line to start with a period was a change introduced in Ruby 1.9. It is... -
03:44 AM Feature #7639: More freedom for location of comments
- As for me, i do not like to continue a line by starting the following one with a dot: it is not clear immediately if ...
-
12:23 PM Revision d06141cd (git): io-console.gemspec: 0.4.1
- * ext/io/console/io-console.gemspec: bump to 0.4.1.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39043 b2dd03c8... -
12:17 PM Bug #6967 (Closed): Vector#inner_product は複素数ベクトルのとき不適切
- Fixed with r38983 (not sure why redmine didn't link the commit & close the issue).
ありがとうございます。 -
12:15 PM Revision 1a15c377 (git): io-console.gemspec: limit date length
- * ext/io/console/io-console.gemspec: limit Date keyword length to get rid of locale format.
git-svn-id: svn+ssh://ci... -
12:09 PM Revision 36ed400f (git): io-console.gemspec: update
- * ext/io/console/io-console.gemspec: use Date keyword and add licenses.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/... -
10:15 AM Bug #7779 (Closed): embedded rubygems 2.0.0.rc.2 mangles --user-install
- This is low priority for my usage, and while I'm not investigating the issue anytime soon, I'm surfacing it here in c...
-
06:19 AM Revision a9cbe8c7 (git): init.c: declaration-after-statement
- * ext/socket/init.c (cloexec_accept): fix declaration-after-statement.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t... -
06:10 AM Revision 523292d6 (git): console.c: initialize
- * ext/io/console/console.c (rawmode_opt): initialize options for the
case all options are not given.
git-svn-id: ... -
04:36 AM Bug #7778 (Rejected): Irb loading generates 17x more open/stat system calls when a locale is set
- Hello,
I did just found out that when I have a locale set (e.g. cs_CZ in my case), irb does some extra finding for... -
04:31 AM Bug #7158: require is slow in its bookkeeping; can make Rails startup 2.2x faster
- Ok the above looks like bug in lib/irb/locale.rb:
LC_ALL=C strace irb < /dev/null 2>&1 | grep ENOENT | wc -l
293
... -
04:24 AM Bug #7158: require is slow in its bookkeeping; can make Rails startup 2.2x faster
- Hello,
I am trying Ruby 2.0 RC1 which should contain this fix, but I think I still see many stat and open syscalls w... -
03:46 AM Revision 4cb4c929 (git): * vm_dump.c (control_frame_dump): capitalize prefix of `ep'
- if `ep' points an env object.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39038 b2dd03c8-39d4-4d8f-98ff-823f... -
02:50 AM Revision 9e5167c3 (git): English.rb: no set
- * lib/English.rb (English): disable setting instead of removing after set.
git-svn-id: svn+ssh://ci.ruby-lang.org/r... -
12:28 AM Bug #7777 (Closed): wrong use of "Raise" method in matrix.rb
- =begin
"Raise" method added by e2mmap library shows customized error messages according to pre-registered formats:
... -
12:16 AM Revision e7d6a048 (git): fix a typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39036 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
02/03/2013
-
10:33 PM Feature #7639: More freedom for location of comments
- Indeed, method chains do seem to continue beyond empty lines. The following two work:
```ruby
[1, 2, 3].
map{|... -
10:10 PM Feature #7639 (Feedback): More freedom for location of comments
- Comments are equivalent to white spaces syntactically now, so do you expect that a method chain will continue beyond...
-
02:29 PM Feature #7639: More freedom for location of comments
- I would like to add another argument for such feature. It is common that you put each step of a chain in a new line. ...
-
10:32 PM Bug #7737: problem with generated rbconfig.rb for Haiku
- paul0 (Paulo Geyer) wrote:
> fixed that, changed to $(srcdir)/complex.o the line where tells where the object to be ... -
06:11 AM Bug #7737: problem with generated rbconfig.rb for Haiku
- paul0 (Paulo Geyer) wrote:
> fixed that, changed to $(srcdir)/complex.o the line where tells where the object to be ... -
03:15 AM Bug #7737: problem with generated rbconfig.rb for Haiku
- fixed that, changed to $(srcdir)/complex.o the line where tells where the object to be linked is in the ext/mathn/com...
-
02:53 AM Bug #7737: problem with generated rbconfig.rb for Haiku
- nobu (Nobuyoshi Nakada) wrote:
> Seems RPATHFLAG unnecessary for extconf.rb.
>
> Attaching newer patch.
tried ... -
09:53 PM Bug #7774: IFUNC上のbinding呼び出しでSEGV
- 2013年2月3日 18:35 SASADA Koichi <[email protected]>:
> RC2 っていつ頃出します?
連絡してなくてすみません。
rubygems.org の事件に関連して Eri... -
06:53 PM Bug #7774: IFUNC上のbinding呼び出しでSEGV
- (2013/02/03 18:14), ktsj (Kazuki Tsujimoto) wrote:
> binding呼び出しによって環境がヒープに移されますが、
> IFUNC上のepがそれに追随できていないのが原因です... -
06:14 PM Bug #7774 (Closed): IFUNC上のbinding呼び出しでSEGV
- =begin
辻本です。
以下のコードでSEGVします。
tp = TracePoint.new(:raise) do |tp|
tp.binding
end
tp.enable
@obj =... -
07:21 PM Revision 6d32920e (git): * lib/English.rb: Add English module for RDoc to parse, then
- remove_const to avoid confusion. Include full list of aliases and
their associated global variable.
git-svn-id: s... -
07:05 PM Bug #7522: Non-core "Type()" Kernel methods return new objects
- No apology necessary. Thanks for the help!
-
06:01 PM Bug #7762: io-console version should be bumped
- nobu (Nobuyoshi Nakada) wrote:
> I had uploaded io-console gem generated from the trunk.
> How do they differ?
T... -
04:54 PM Bug #7762 (Closed): io-console version should be bumped
- This issue was solved with changeset r39031.
Vit, thank you for reporting this issue.
Your contribution to Ruby is gr... -
11:40 AM Bug #7762 (Feedback): io-console version should be bumped
- I had uploaded io-console gem generated from the trunk.
How do they differ? -
05:41 PM Bug #7773 (Closed): Calling send("attribute=", value) returns nil instead of value
- When calling an attribute writer created using either attr_accessor or attr_writer via send nil is returned from the ...
- 05:40 PM Revision 63bedf5d (git): * 2013-02-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39034 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:40 PM Revision 110a545d (git): * lib/yaml.rb (YAML::EngineManager): Documentation for #yamler and
- #yamler= for using the removed Syck gem as the YAML::ENGINE
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39033... -
05:24 PM Feature #7748: Contextual send
- Ah, so this has been thought of before. I agree it should not replace behaviour of private #send (although, how much ...
-
01:34 PM Feature #7748: Contextual send
- #send had been implemented in that manner once, but reverted and #public_send was separated instead.
-
04:28 PM Bug #7772: Consider bumping stack size in ruby_qsort
- Sorry, I should have had a look at the patch. It makes indeed sense to apply this patch.
-
04:26 PM Bug #7772: Consider bumping stack size in ruby_qsort
- It's very well known that Quicksort may create stack overflows. But it's also very well known how to deal with them: ...
-
04:07 PM Bug #7772: Consider bumping stack size in ruby_qsort
- Patch to bump size to 64
-
04:06 PM Bug #7772 (Closed): Consider bumping stack size in ruby_qsort
- At the moment the maximum size of the stack is 32. The comment implies this should be enough for arrays with up to 2*...
-
10:30 AM Bug #7753 (Closed): Module#attr_reader documentation uses an undefined variable
- Thank you Narsimham Chelluri, this issue was resolved by r38976.
-
10:26 AM Bug #7770 (Closed): rand(range) is not document
- This issue was solved with changeset r39025.
Kazuhiro, thank you for reporting this issue.
Your contribution to Ruby ... -
09:59 AM Bug #7709 (Closed): constants on Float aren't documented
- This issue was solved with changeset r39024.
Aaron, thank you for reporting this issue.
Your contribution to Ruby is ... -
08:22 AM Revision 80455c0d (git): * ext/io/console/io-console.gemspec: fix date.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39032 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:54 AM Revision b3d12956 (git): io-console.gemspec: bump
- * ext/io/console/io-console.gemspec: bump. [Bug #7762]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39031 b2d... -
07:54 AM Revision b381a662 (git): test_io_console.rb: descriptive assertions
- * test/io/console/test_io_console.rb (test_stringio_getch): use more
descriptive assertions.
git-svn-id: svn+ssh:... -
07:54 AM Revision f050b223 (git): console.c: fix unit of min
- * ext/io/console/console.c (rawmode_opt): min is minimum characters,
not tenths.
git-svn-id: svn+ssh://ci.ruby-la... -
07:51 AM Revision 47dc049f (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39028 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:48 AM Revision 8c821761 (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39027 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:14 AM Revision cac38cd0 (git): * doc/security.rdoc: add first cut at a Ruby security document
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39026 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:25 AM Revision ec720303 (git): * random.c: Document range argument for Kernel#rand.
- [ruby-core:51794] [Bug #7770]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39025 b2dd03c8-39d4-4d8f-98ff-823fe... -
12:59 AM Revision a954def1 (git): * numeric.c: Document Float constants [ruby-core:51484] [Bug #7709]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39024 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:38 AM Revision 9ed4d1ab (git): profiler.rb: block calls
- * lib/profiler.rb (PROFILE_CALL_PROC, PROFILE_RETURN_PROC): add b_call
and b_return to profile block calls.
git-s... - 12:37 AM Revision 0d7a1971 (git): * 2013-02-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39022 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:37 AM Revision f87614d7 (git): profiler.rb: split PROFILE_PROC
- * lib/profiler.rb (PROFILE_CALL_PROC, PROFILE_RETURN_PROC): split
PROFILE_PROC for call and return events.
git-sv...
02/02/2013
-
07:23 PM Bug #7771 (Rejected): method 'gets' crashed
-
07:23 PM Bug #7771: method 'gets' crashed
- =begin
This is by design, (({gets})) will read from (({ARGV})) by default. If you want to read from the standard inp... -
07:17 PM Bug #7771 (Rejected): method 'gets' crashed
- method 'gets' crashed when pass arguments like "ruby test.rb hello"
example
#file test.rb only one method
gets
... -
02:09 PM Bug #7656 (Feedback): Handful of documentations
- Hello Vincent,
I've committed your patch for lib/debug. as r39019, I was reviewing your patch for lib/pp.rb and no... -
01:13 PM Bug #7081 (Closed): GServer orphaned threads lead to resource exhaustion
- This issue was solved with changeset r39016.
stephen, thank you for reporting this issue.
Your contribution to Ruby i... -
01:12 PM Bug #6756 (Open): FileUtils.rm_rf がアクセス権のない空ディレクトリを削除しない
- まあ一応反対が出たのでコミットしません。
内容的には小崎さんに全面賛成で、「あの環境でできないから」とか言ってたら
File/FileUtils 関係はほとんど何も出来なくなるんじゃないかと思いますが、
まあ今から議論す... -
12:57 PM Bug #7373 (Closed): FileUtils#chmod verbose gives error when mode is string
- Applied at r39011.
--
Yusuke Endoh <[email protected]> -
12:54 PM Bug #7246 (Closed): FileUtils.cp_r does not preserve attributes of directories
- This issue was solved with changeset r39015.
Jan, thank you for reporting this issue.
Your contribution to Ruby is gr... -
12:18 PM Bug #7301 (Closed): URI::FTP.new2()の引数typecodeを省略するとNoMethodErrorが発生します。
- This issue was solved with changeset r39013.
Yoshifumi, thank you for reporting this issue.
Your contribution to Ruby... -
12:04 PM Bug #7522 (Assigned): Non-core "Type()" Kernel methods return new objects
- Sorry but let me postpone this to the next minor.
I'm afraid if the existing code depends on the traditional behavio... -
11:47 AM Bug #7406 (Closed): English.rb says that $_ is thread-local, but it is frame-local
- This issue was solved with changeset r39010.
Charles, thank you for reporting this issue.
Your contribution to Ruby i... -
07:46 AM Bug #5747 (Closed): Proc#curry doesn't always detect too many arguments
- This issue was solved with changeset r39008.
Marc-Andre, thank you for reporting this issue.
Your contribution to Rub... -
07:46 AM Bug #7765 (Closed): Proc#arity bug with optional argument
- This issue was solved with changeset r39007.
Marc-Andre, thank you for reporting this issue.
Your contribution to Rub... -
05:32 AM Revision f5b8e90a (git): * lib/minitest/mock.rb, lib/minitest/hell.rb: nodoc top-level module
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39020 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:04 AM Revision 32e754c8 (git): * lib/debug.rb: Documentation for DEBUGGER__ class methods based on
- patch by Vincent Batts [ruby-core:51253]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39019 b2dd03c8-39d4-4d8f... -
04:49 AM Bug #7766 (Closed): Marshal.dump corrupts Hash data when serializing
-
04:32 AM Bug #7766: Marshal.dump corrupts Hash data when serializing
- It only corrupted the output, although a few mins ago I realized I was on the preview and there was an RC1 out.
I ju... -
04:37 AM Revision e91fb5eb (git): * lib/net/smtp.rb: Fix rdoc title for Net::SMTP
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39018 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:32 AM Revision 94839d4a (git): * lib/net/pop.rb: Fix rdoc title for Net::POP3
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39017 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:13 AM Revision 1d23123c (git): * lib/gserver.rb (GServer#start): fix a timing issue. patch from
- Charles Nutter. [Bug #7081]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39016 b2dd03c8-39d4-4d8f-98ff-823fe69... -
03:54 AM Revision 7dc77be2 (git): * lib/fileutils.rb (copy_entry, wrap_traverse): preserve attributes of
- directories on FileUtils.cp_r. The fix was proposed by Jan
Wedekind. [Bug #7246]
* test/fileutils/test_fileutils... -
03:31 AM Revision 87d3c2d6 (git): * lib/uri/ftp.rb (URI::FTP.new2): nodoc method from r39013 [Bug #7301]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39014 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:18 AM Revision a60a562c (git): * lib/uri/ftp.rb (URI::FTP.new2): remove the rdoc because it is not
- well tested yet. [Bug #7301]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39013 b2dd03c8-39d4-4d8f-98ff-823fe6... -
03:09 AM Revision 8b54e050 (git): * ChangeLog: Forgot to add a reference to the ChangeLog of the
- previous commit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39012 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:07 AM Revision 4077b9b8 (git): * lib/fileutils.rb: chmod/chmod_R with a string mode (e.g., "+x")
- caused error in verbose mode.
* test/fileutils/test_fileutils.rb: add a test for above.
git-svn-id: svn+ssh://ci.ru... -
02:47 AM Revision 2ae0c4c4 (git): * lib/English.rb: Remove some confusing words from rdoc. [Bug #7406]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39010 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:38 AM Bug #7625: Arrayを継承したオブジェクトのcompactがArrayを返す
- r39004 (#7768) で uniq は修正されたようですね。
-
01:35 AM Bug #7768: Inherited Array class missing
- #7625 is related to this issue.
-
01:21 AM Revision d127e92b (git): * NEWS: add keyword arguments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39009 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
02/01/2013
-
11:57 PM Bug #7750: GC中にオブジェクトが割り当てられる
- OSはWindows8で、CPUは、Intel(R) Core(TM) i3-3220 CPU @ 3.30GHz 3.30GHzです。5分程度でスクリプト自体は死にます。再度手元で、10回程度実行してみたところ前述したメッセージが出...
-
11:52 PM Bug #7770 (Closed): rand(range) is not document
- Random#rand(range) is written in RDoc of random_rand, but rand(range) is not written in RDoc of rb_f_rand.
-
11:05 PM Bug #7768 (Closed): Inherited Array class missing
- This issue was solved with changeset r39004.
Roman, thank you for reporting this issue.
Your contribution to Ruby is ... -
09:56 PM Bug #7768: Inherited Array class missing
- =begin
Looks like a regression introduced in r26987
=end -
09:43 PM Bug #7768 (Closed): Inherited Array class missing
- Hello. I apologize if I missed something.
I found strange behavior in ruby 1.9:
```ruby
class Custom < Array; e... - 10:46 PM Revision f810d180 (git): * proc.c (proc_curry): Fix arity check [Bug #5747]
- * test/ruby/test_proc.rb: Test for above
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39008 b2dd03c8-39d4-4d8f-... - 10:46 PM Revision 83610815 (git): * proc.c: Add {*}_min_max_arity and refactor.
- [Bug #7765]
* test/ruby/test_proc.rb: Fix wrong test
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39007 b2dd03... -
09:59 PM Feature #7767: Tempfileで自動的にファイルを削除する
- 2013/2/1 kyanagi (Kouhei Yanagita) <[email protected]>:
>
> しかし、Tempfile.openにブロックを渡すと自動的にcloseするところまではやってくれ... -
09:27 PM Feature #7767 (Closed): Tempfileで自動的にファイルを削除する
- ソースコードのコメント(tempfile.rbのGood practicesの項)にも書かれている通り、
Tempfileは使用後、明示的に削除することが推奨されています。
しかし、Tempfile.openにブロックを渡すと... -
09:07 PM Bug #7766: Marshal.dump corrupts Hash data when serializing
- =begin
Does it only corrupt the output, or does it break the actual Hash object passed to it?
=end -
12:57 PM Bug #7766 (Closed): Marshal.dump corrupts Hash data when serializing
- =begin
Marshal.dump seems to corrupt a Hash object during serialization.
The problem is that this does not happen w... -
08:29 PM Bug #7752: Rational/Float/Fixnum/Bignum `.to_s.encoding` is US-ASCII
- On 2013/01/31 18:07, coffeejunk (Maximilian Haack) wrote:
>
> Issue #7752 has been updated by coffeejunk (Maximi... -
03:17 PM Bug #7752 (Rejected): Rational/Float/Fixnum/Bignum `.to_s.encoding` is US-ASCII
- On current policy, strings which always include only US-ASCII characters are US-ASCII.
If there is a practical issue... - 03:46 PM Revision 4b4d889f (git): * 2013-02-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39006 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:46 PM Revision ba5ff937 (git): * marshal.c: add security considerations to marshal overview, refer to
- overview from Marshal.load documentation [#7759]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39005 b2dd03c8-39... -
03:19 PM Feature #7763 (Assigned): add Win32::Registry#values
-
02:31 AM Feature #7763 (Closed): add Win32::Registry#values
- hello.
In today's Win32::Registry objects, we have
#num_keys, #keys, #num_values
(and no #values method, but ... -
02:47 PM Feature #6626: Readline.delete_text
- feature requestだと思うのでnext minorにしておきます。
-
02:44 PM Bug #6332 (Feedback): Error compiling readline due username_completion_function being undeclared (GCC 4.6)
- luislavena (Luis Lavena) wrote:
> Attempting to compile trunk (r35415) against GCC 4.6 (4.6.3, OSX 10.6, MacPorts pr... -
02:37 PM Bug #7397 (Closed): Fix detection of RL_PROMPT_*_IGNORE macros
- This issue was solved with changeset r39002.
Zachary, thank you for reporting this issue.
Your contribution to Ruby i... - 02:05 PM Revision 86aa98fe (git): * array.c (rb_ary_dup): make returned array the same class as the original
- array [Bug #7768] [ruby-core:51792]
* test/ruby/test_array.rb (class TestArray): add test
git-svn-id: svn+ssh://ci.r... -
07:35 AM Revision 3fe93956 (git): marshal.c: prohibit_ivar
- * marshal.c (r_object0): prohibit setting instance variables of
exising class/module.
git-svn-id: svn+ssh://ci.ru... -
05:38 AM Bug #7765 (Closed): Proc#arity bug with optional argument
- We have:
Proc.new{|a, b, c, d, e|}.arity # => 5
Matz decided [ruby-core:46515] we also have:
Proc.ne... -
05:37 AM Revision 46ea3f65 (git): * ext/readline/extconf.rb, ext/readline/readline.c: check
- RL_PROMPT_START_IGNORE and RL_PROMPT_END_IGNORE directly in
readline.c. Patch by Zachary Scott. [Bug #7397] [ruby... -
12:50 AM Bug #7172: [[Ruby 1.9:]] fix rbconfig for --enable-load-relative (v2)
- So running:
rvm install ruby-head --debug --movable
Executes:
autoreconf
./configure --disable-... - 12:47 AM Revision 8df20dd7 (git): * 2013-02-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39001 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:47 AM Revision c58d8c30 (git): fix a typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39000 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Also available in: Atom