Project

General

Profile

Activity

From 11/18/2012 to 11/24/2012

11/24/2012

10:24 PM Feature #6670: str.chars.last should be possible
Thanks!
> Should I revise the patch myself?
Could you do it, please?
If you are not willing, please pass the b...
mame (Yusuke Endoh)
10:18 PM Feature #6670: str.chars.last should be possible
Hello,
Sorry for late reply.
OK, I assign this ticket to knu san again.
Anyway I'm willing to review the patch :...
nagachika (Tomoyuki Chikanaga)
07:38 PM Feature #6670: str.chars.last should be possible
Sorry, my mail filter was so buggy I failed to be notified.
I've reviewed and already given a comment above, and a...
knu (Akinori MUSHA)
11:16 AM Feature #6670: str.chars.last should be possible
nagachika-san, could you please review this?
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
09:26 PM Bug #7304 (Closed): Random test failures around test_autoclose_true_closed_by_finalizer
This issue was solved with changeset r37834.
Luis, thank you for reporting this issue.
Your contribution to Ruby is...
Anonymous
08:28 PM Bug #7304 (Assigned): Random test failures around test_autoclose_true_closed_by_finalizer
This fix causes segv, which was pointed out at r37831. Thank you, naruse-san.
I found `rb_ary_delete(ary, obj)` is n...
h.shirosaki (Hiroshi Shirosaki)
01:01 PM Bug #7304 (Closed): Random test failures around test_autoclose_true_closed_by_finalizer
This issue was solved with changeset r37826.
Luis, thank you for reporting this issue.
Your contribution to Ruby is...
Anonymous
04:06 AM Bug #7304: Random test failures around test_autoclose_true_closed_by_finalizer
Thank you Nobu,
Hiroshi, Nobu give you green light to commit the changes from the branch.
Thank you both!
luislavena (Luis Lavena)
08:57 PM Bug #7214: Ruby 2.0 breaks support for some debugging tools
Hope this https://bugs.ruby-lang.org/issues/6586 could be done any time soon :) spastorino (Santiago Pastorino)
07:38 PM Bug #7326: Time.c doc improvements
See my three patches (time_patch000x.diff), first one for typos etc, second one for format changes and third one for ... bt (Bernd Homuth)
06:51 PM Revision e58d0bd3 (git): Move tests embedded in lib/set.rb to test/test_set.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37839 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Akinori MUSHA
06:46 PM Revision 3f9b0936 (git): String#{lines,chars,codepoints,bytes} now return an array.
* string.c (rb_str_each_line, rb_str_lines): String#lines now
returns an array instead of an enumerator. Passing a...
Akinori MUSHA
06:40 PM Bug #7380 (Assigned): benchmark/driver.rb: --executables separator
ko1, what do you think?
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
06:39 PM Bug #7425 (Feedback): Execute a script by active record, the console is crash.
What's "Stakeholder"?
Please show us any reproducible code, or, disclose your rails application.
Please assume th...
mame (Yusuke Endoh)
06:25 PM Bug #7356 (Assigned): ruby-2.0.0-preview1 で adlint-2.6.10 が性能劣化
ささださん、preview2 後でいいのでがんばってみてください。
こういうので遅くなってたら「ささださんの仕事とは何だったのか」ということになりかねない。
他の方の追試も歓迎です。
--
Yusuke Endoh ...
mame (Yusuke Endoh)
06:17 PM Bug #7406 (Assigned): English.rb says that $_ is thread-local, but it is frame-local
I think that "scope-local" normally implies "thread-local".
If you think it is confusing, I'll delete the comments, ...
mame (Yusuke Endoh)
06:12 PM Bug #7350 (Feedback): Segmentation fault with ruby 1.9.3p328 (2012-11-13) [x86_64-linux]
Could you show the small code sample?
I'm very happy if you kindly show the process to setup STOMP server :-)
We ca...
mame (Yusuke Endoh)
06:10 PM Feature #4085: Refinements and nested methods
Here are few points I'd like to make as to why I think the feature should not be part of 2.0. First of all, there is ... dbussink (Dirkjan Bussink)
02:58 PM Feature #4085: Refinements and nested methods
duerst (Martin Dürst) wrote:
> If this means that every time (or the first time) refinements are used in a program, ...
mame (Yusuke Endoh)
02:21 PM Feature #4085: Refinements and nested methods
mame (Yusuke Endoh) wrote:
> I propose: will we release the refinement as an "experimental" feature? It is enough...
duerst (Martin Dürst)
02:07 PM Feature #4085: Refinements and nested methods
P.S. This is just my current impression, but we have no option to remove the whole feature from 2.0.0.
--
Yusuk...
mame (Yusuke Endoh)
02:04 PM Feature #4085: Refinements and nested methods
To be honest, I do not follow this discussion at all. I just heard from ko1 that there are still room to discuss thi... mame (Yusuke Endoh)
05:41 PM Feature #7412 (Assigned): Pathname#relative_path_from does not support mixed directory separators on windows
mame (Yusuke Endoh)
05:41 PM Bug #7342 (Assigned): String#<=> checks for a #to_str method on other but never uses it?
mame (Yusuke Endoh)
05:32 PM Feature #7424 (Assigned): an embedded Ruby interpreter doesn't get the full Ruby environment unless it calls ruby_process_options() (which is not documented)
I think that this is a feature request, not a bug. Moving the feature tracker.
Related to #3731.
--
Yusuke End...
mame (Yusuke Endoh)
05:14 PM Revision 7f0dd3a5 (git): * 2012-11-25
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37837 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:14 PM Revision 6c1bfbe4 (git): Fix tests of rb_warning().
* test/ruby/envutil.rb (Test::Unit::Assertions#assert_warning)
(Test::Unit::Assertions#assert_warn), test/ruby/envu...
Akinori MUSHA
03:26 PM Feature #4840: Allow returning from require
Anyone create a patch conformed to the spec written in [ruby-core:46648]?
I guess that my experimental patch ([rub...
mame (Yusuke Endoh)
02:19 PM Feature #6552 (Rejected): Enumerator::Generator:select should return another Enumerator::Generator
I agree with gregolsen. No feedback. Closing.
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
02:18 PM Feature #6557 (Closed): Make rb_hash_clear() public
Congrats, rb_hash_clear() was public since r37480.
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
01:51 PM Feature #6154: Eliminate extending WaitReadable/Writable at runtime
I postpone this ticket to next minor. Very sorry.
If Eric Wong were a committer, I would leave this to him.
--
...
mame (Yusuke Endoh)
01:35 PM Feature #7377: #indetical? as an alias for #equal?
@boris
> You give +1 to stability. I give +1 to having a synonym #identical? for #equal?
Nothing to do with stabi...
trans (Thomas Sawyer)
01:26 PM Feature #7377: #indetical? as an alias for #equal?
This is nothing unusual or difficult about an alias. Ruby has a number of them and it hasn't turned any nuby minds to... trans (Thomas Sawyer)
10:51 AM Feature #7377: #indetical? as an alias for #equal?
Eric, your post could be shortened to 10% without loss of meaning: You give +1 to stability. I give +1 to having a sy... Anonymous
06:22 AM Feature #7377: #indetical? as an alias for #equal?
Boris, sorry to break it to you, but "identical" means both "similar in every detail" (so not a misuse as in "identic... drbrain (Eric Hodel)
01:09 PM Feature #5903: Optimize st_table (take 2)
I'll postpone the pool allocation to next minor. Sorry.
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
01:08 PM Feature #6842: Add Optional Arguments to String#strip
I don't agree with the options hash that was proposed for allowing separate strings to be stripped from the left and ... Anonymous
12:31 PM Feature #6842: Add Optional Arguments to String#strip
Might support regexp instead of arrays,
"<b>bold text</b>".strip(/[\/<b>]/) #=> "old text"
Also note, we part...
trans (Thomas Sawyer)
01:08 PM Bug #5317: rubyのヘッダファイルを使った拡張を行う際にoff_tの宣言回避をする事が出来ない。
これはバグ扱いでいいですかね。早くなんとかしてくれると嬉しいです。
もしもう直ってたら閉じてください。
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
01:06 PM Feature #5056 (Closed): About 1.9 EOL
Is there any reason to keep this ticket open?
I'm closing. Please open separate ticket for each concrete issue (if ...
mame (Yusuke Endoh)
01:01 PM Feature #7400: Incorporate OpenSSL tests from JRuby.
Let me set the priority to low to distinguish other 2.0.0 mandatory tickets.
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
11:41 AM Feature #7400 (Assigned): Incorporate OpenSSL tests from JRuby.
Adding tests is always welcome. Thank you!
Martin, you can commit it even after preview2 release if it contains o...
mame (Yusuke Endoh)
12:59 PM Feature #7426: Update Rdoc
Thank you!
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
10:55 AM Feature #7426: Update Rdoc
I have one more issue to evaluate before I can release. I will finish tonight, test RDoc against various gems tomorro... drbrain (Eric Hodel)
10:42 AM Feature #7426 (Closed): Update Rdoc
Eric Hodel is planning to update Rdoc by the end of November.
See [ruby-core:48212].
Eric, what's the status?
...
mame (Yusuke Endoh)
12:58 PM Feature #6823: Where/how should ruby-mode issues be reported?
Currently, I hesitate to drop ruby-mode.el from 2.0.0.
I'm setting to next minor tentatively. But I'm open to any o...
mame (Yusuke Endoh)
12:46 PM Feature #5142 (Rejected): Remove ruby-mode.el from ruby's repo
mame (Yusuke Endoh)
12:46 PM Feature #5142: Remove ruby-mode.el from ruby's repo
#6823 でもおんなじこと言われてます。
英語で議論したほうがいいと思うので、こっちは閉じましょう。
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
12:44 PM Feature #7258 (Rejected): Update Rdoc
mame (Yusuke Endoh)
10:40 AM Feature #7258: Update Rdoc
I'll re-register this ticket because Eric is unlikely to check ruby-dev.
ruby-dev だと Eric が見てなさそうなので、チケット作り直します。
...
mame (Yusuke Endoh)
12:40 PM Feature #7121: Extending the use of `require'
It's ugly, as it makes code harder to read. Please no. trans (Thomas Sawyer)
09:08 AM Feature #7121 (Assigned): Extending the use of `require'
mame (Yusuke Endoh)
12:26 PM Revision 7b298723 (git): gc.c: refactoring to rename variables
* gc.c (wmap_final_func): rename variables to clarify the meaning.
In wmap2obj the key is WeakRef and the value is ...
h.shirosaki (Hiroshi Shirosaki)
12:26 PM Revision 1cdeab5c (git): Fix WeakRef finalize
* array.c (rb_ary_delete_same_obj): new function for WeakRef.
This deletes same objects as item argument in the arr...
h.shirosaki (Hiroshi Shirosaki)
12:17 PM Feature #6895: TracePoint API
I want to help with documentation, but I will open a separate ticket for review. zzak (zzak _)
12:16 PM Feature #6895 (Closed): TracePoint API
Sure.
I close it.
ko1 (Koichi Sasada)
11:23 AM Feature #6895: TracePoint API
Ko1, may I close this ticket?
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
12:16 PM Feature #7394: Enumerable#find ifnone parameter could be non-callable
This was during my import of patches from github to redmine.
You can turn off pull requests on github, maybe start...
zzak (zzak _)
11:09 AM Feature #7394: Enumerable#find ifnone parameter could be non-callable
Oh, I didn't realized that this ticket was from github pull reqeust.
Thank you for your importing work!
But, the fa...
mame (Yusuke Endoh)
11:02 AM Feature #7394 (Assigned): Enumerable#find ifnone parameter could be non-callable
Zachary Scott, please don't add 2.0.0 feature ticket unless I approve. The 2.0.0 feature deadline was passed.
-- ...
mame (Yusuke Endoh)
12:15 PM Feature #6762 (Assigned): Control interrupt timing
Ko1 said, this issue is requiring just the name.
Please decide the name and commit it before preview2 (1 Dec.).
Oth...
mame (Yusuke Endoh)
12:12 PM Feature #6801: String#~ for a here document
This is really an area in which Ruby is sorely missing some needed String methods. Some of the most commonly used met... trans (Thomas Sawyer)
09:11 AM Feature #6801 (Assigned): String#~ for a here document
mame (Yusuke Endoh)
12:10 PM Feature #7051 (Closed): Extend caller_locations API to include klass and bindings. Allow caller_locations as a method hanging off Thread.
I added Thread#backtrace_locations.
I close this issue. Please re-open new tickets for separated one.
ko1 (Koichi Sasada)
11:19 AM Feature #7051 (Assigned): Extend caller_locations API to include klass and bindings. Allow caller_locations as a method hanging off Thread.
mame (Yusuke Endoh)
12:09 PM Revision e6c2ffa9 (git): * ext/nkf/nkf-utf8/nkf.c (unicode_iconv_combine): returning flags are
nkf_char.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
12:06 PM Feature #2832 (Closed): Vector#each and Enumerable
Right, let's close this.
I still think that Vector#map & select be covariant, and I'll change them if ever there's...
marcandre (Marc-Andre Lafortune)
09:36 AM Feature #2832: Vector#each and Enumerable
Marc-Andre, what do we have to do about this ticket?
I'm setting to next minor. Let me know if there is any task fo...
mame (Yusuke Endoh)
11:53 AM Feature #6757: [PATCH] Add Process.getsid
r37825 で入れました。テストの追加と、引数を省略した時にカレントプロセスとみなす処理の追加を行いました(ほとんどのケースでカレントプロセスにしか興味ないはず)
佐藤さん、ありがとうございました。
kosaki (Motohiro KOSAKI)
11:51 AM Feature #6757 (Closed): [PATCH] Add Process.getsid
This issue was solved with changeset r37825.
Fumiyasu, thank you for reporting this issue.
Your contribution to Ruby ...
kosaki (Motohiro KOSAKI)
10:07 AM Feature #6757: [PATCH] Add Process.getsid
kosaki さんが accept 気味なので、kosaki さんがよければ入れてください。
嫌なら next minor にしといてください。
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
11:51 AM Feature #7418: Kernel#used_refinements
Shugo, is this feature mandatory for the 2.0.0 refinements?
I'm setting to next minor tentatively.
--
Yusuke En...
mame (Yusuke Endoh)
11:49 AM Feature #7414 (Assigned): Now that const_get supports "Foo::Bar" syntax, so should const_defined?.
Aaron, can you fix it easily?
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
11:47 AM Feature #6047: read_all: Grow buffer exponentially in generic case
My experience also shows that it is useless to open a ticket for a reminder to myself :-)
I'm setting to next mino...
mame (Yusuke Endoh)
11:32 AM Feature #7375: embedding libyaml in psych for Ruby 2.0
Thanks matz! Aaron, go ahead.
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
11:31 AM Feature #4233: autoload Can't Require Gems
Thank you drbrain for the explanation!
Recently, nahi is not so active. So, I'm sorry but I recognize this as a (ba...
mame (Yusuke Endoh)
11:26 AM Feature #5458: DL should be removed
Aaron?
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
11:25 AM Feature #7368 (Assigned): rb_str_each_line()のパフォーマンス向上とリファクタリング
mame (Yusuke Endoh)
11:22 AM Feature #2542: URI lib should be updated to RFC 3986
Naruse-san, could you please answer to Nikos?
I'm setting to next minor, but if you are willing to do anything to ...
mame (Yusuke Endoh)
11:20 AM Feature #6265: Remove 'useless' 'concatenation' syntax
Thanks drbrain!
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
11:18 AM Feature #7378 (Assigned): Adding Pathname#write
mame (Yusuke Endoh)
11:18 AM Feature #6811 (Assigned): File, Dir and FileUtils should have bang-versions of singleton methods that fails silently
mame (Yusuke Endoh)
11:12 AM Feature #6682 (Assigned): Add a method to return an instance attached by a singleton class
mame (Yusuke Endoh)
11:09 AM Feature #7396 (Assigned): encode location header
mame (Yusuke Endoh)
11:03 AM Feature #7401 (Assigned): Pathname#cleanpath default consider_symlink to true
mame (Yusuke Endoh)
11:03 AM Feature #7399 (Assigned): Add tests for PKCS7#type= and add_data.
mame (Yusuke Endoh)
10:58 AM Feature #7363 (Rejected): Remove the global Pathname() method
As drbrain said, this is the convention in Ruby. There is no reason to hate only Pathname.
Because of compatibility...
mame (Yusuke Endoh)
10:52 AM Feature #7309 (Assigned): HEREDOC end of line or similar
mame (Yusuke Endoh)
10:49 AM Feature #7148 (Assigned): Improved Tempfile w/o DelegateClass
mame (Yusuke Endoh)
10:45 AM Feature #7362 (Assigned): Adding Pathname#start_with?
mame (Yusuke Endoh)
10:45 AM Feature #7361 (Assigned): Adding Pathname#touch
mame (Yusuke Endoh)
10:45 AM Feature #7360 (Assigned): Adding Pathname#glob
mame (Yusuke Endoh)
10:43 AM Feature #7427 (Closed): Update Rubygems
Eric Hodel is planning to update Rubygems by the end of November.
See [ruby-core:48212].
Eric, what's the status?...
mame (Yusuke Endoh)
10:40 AM Feature #7257 (Rejected): Update Rubygems
I'll re-register this ticket because Eric is unlikely to check ruby-dev.
ruby-dev だと Eric が見てなさそうなので、チケット作り直します。
...
mame (Yusuke Endoh)
10:39 AM Feature #6980: OpenSSL support for AEAD additional authenticated data and tags
Please commit it before preview2, i.e., in this month, and make sure that it causes no problem.
--
Yusuke Endoh ...
mame (Yusuke Endoh)
10:31 AM Revision 0114fde8 (git): * test/ruby/test_rubyoptions.rb (test_usage, test_usage_long):
reduced, renamed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37832 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Tadayoshi Funaba
10:29 AM Feature #7314 (Assigned): Convert Proc to Lambda doesn't work in MRI
Matz will require a use case, I guess.
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
10:28 AM Feature #6993 (Closed): Class#allocate の仕様変更(Cレベル)
Class#allocate は C レベルの set_trace_func でもフックできなくなったという非互換があります、
ということで preview2 を出してみて、文句が来たら reopen して考えましょう。
--...
mame (Yusuke Endoh)
10:15 AM Feature #4569 (Closed): Replace IPAddr with IPAddress
=begin
Marco and knu,
This issue is closed, right? Please reopen if there is still any issue.
--
Yusuke Endoh...
mame (Yusuke Endoh)
10:12 AM Feature #7240 (Feedback): Inheritable #included/#extended Hooks For Modules
mame (Yusuke Endoh)
10:11 AM Feature #7274 (Assigned): UnboundMethods should be bindable to any object that is_a?(owner of the UnboundMethod)
mame (Yusuke Endoh)
10:09 AM Feature #1482: Kernel.exec doesn't respect COMSPEC environment variable on Windows
Nobu, did you?
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
10:05 AM Feature #2255: unicode parameters cannot be passed to ruby
Usa-san, what's the status?
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
10:03 AM Feature #1927: rb_w32_readdir seems to be superseded by rb_w32_readdir_with_enc
Usa-san, is there any reason for the task to wait immediately before code freeze?
If there is no reason, and if you ...
mame (Yusuke Endoh)
10:00 AM Feature #4614: [RFC/PATCH] thread_pthread.c: lower RUBY_STACK_MIN_LIMIT to 64K
ko1, what's the status?
Too many 2.0.0 tickets, especially big task ones, are assigned to ko1. ko1, please decide...
mame (Yusuke Endoh)
09:55 AM Feature #2674 (Closed): RubyVM::InstructionSequence to accept IOs
卜部さん、
これって r37339 で入ったということでいいですよね?
勝手に閉じますが間違ってたら適当にしてください。
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
09:51 AM Feature #7075 (Assigned): const_get でトップレベルの定数を参照する時に警告
私も matz に賛成です。
const_get のようなリフレクションは自分の足を撃つための裏道という認識です。
private constant も const_get なら読み出せるとか。
まだコミットされていないよう...
mame (Yusuke Endoh)
09:44 AM Feature #6769: rbinstall.rb: install both src and batch files separetely
Luis, what's the status?
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
09:41 AM Feature #6707: Remove checks for Ruby 1.9 in trunk
These checks are benign.
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
09:39 AM Feature #3731: Easier Embedding API for Ruby
ko1, I think you are not divided yet.
This looks a big feature. I'm setting this to next minor.
Please try it if...
mame (Yusuke Endoh)
09:30 AM Feature #1586: Including a module already present in ancestors should not be ignored
ko1, what's the status?
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
09:28 AM Feature #2294: [PATCH] ruby_bind_stack() to embed Ruby in coroutine
Ko1, what's the status?
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
09:27 AM Bug #7190: warning: already initialized constant の書式
バグ扱いで直しちゃってもいいんじゃないですかね。
Matz.
matz (Yukihiro Matsumoto)
09:13 AM Bug #7190 (Assigned): warning: already initialized constant の書式
mame (Yusuke Endoh)
09:24 AM Feature #1952: cannot stop with Ctrl+C
ささださん、現状を教えてください。
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
09:24 AM Feature #6946: FIPS support?
Martin Bosslet, what's the status?
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
09:17 AM Feature #7132 (Assigned): Alternation between named / ordered method arguments and aliases for method arguments.
mame (Yusuke Endoh)
09:09 AM Feature #6611 (Assigned): Comments requested on implementation of set_parse_func
mame (Yusuke Endoh)
09:08 AM Feature #7181 (Assigned): New Methods On OpenSSL::OCSP::CertificateId
mame (Yusuke Endoh)
08:50 AM Feature #6648 (Assigned): Provide a standard API for retrieving all command-line flags passed to Ruby
I'm sorry that matz didn't noticed this.
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
08:47 AM Feature #7068: ability to deactivate Hash#compare_by_identity()
Please make the proposal complete: your use case and the corner case behavior (Eric said).
--
Yusuke Endoh <mame...
mame (Yusuke Endoh)
08:45 AM Feature #5531: deep_value for dealing with nested hashes
matz expressed a negative opinion for similar proposal (in Japanese, #5550)
The original in Japanese:
> Hashの本質...
mame (Yusuke Endoh)
08:38 AM Feature #7082 (Assigned): Process.kill 0 in windows can return spurious success
mame (Yusuke Endoh)
08:36 AM Feature #5653: "I strongly discourage the use of autoload in any standard libraries" (Re: autoload will be dead)
matz, how do you feel about this ticket?
autoload should be marked as "deprecated" in 2.0.0?
--
Yusuke Endoh <m...
mame (Yusuke Endoh)
07:43 AM Revision 757413f6 (git): Rvert r37827 and r37828
Revert "Fix finalize of WeakRef"
This causes segv on rubyspec.
http://u64.rubyci.org/~chkbuild/ruby-trunk/log/2012112...
naruse (Yui NARUSE)
06:32 AM Bug #7385: Compilation of Ruby should fail when libyaml is not present on system
Then RubyGems should be automatically disabled or something. It is like if Ruby would segfaulted under some scenarios... vo.x (Vit Ondruch)
01:18 AM Bug #7385 (Rejected): Compilation of Ruby should fail when libyaml is not present on system
Even if gem command can't run, ruby itself can run. nobu (Nobuyoshi Nakada)
04:12 AM Revision 9d803dfd (git): * vm_trace.c (rb_tracepoint_attr_raised_exception): should not check
value before event checking.
* vm_trace.c (rb_tracepoint_attr_return_value): ditto.
* test/ruby/test_settracefunc.rb:...
ko1 (Koichi Sasada)
04:01 AM Revision 76cffcdb (git): Fix TestProcess#test_setsid
* test/ruby/test_process.rb (TestProcess#test_setsid): "./ruby-trunk"
doesn't work on all environments. EnvUtil.rub...
h.shirosaki (Hiroshi Shirosaki)
04:01 AM Revision 005986bd (git): Fix Segmentation fault at TestArray#test_aref
* array.c (rb_ary_aref): fix Segmentation fault at TestArray#test_aref
on x64 mingw. Variable argument of rb_scan_a...
h.shirosaki (Hiroshi Shirosaki)
04:01 AM Revision 3fac4abc (git): wmap_finalize: refactoring to rename variables
* gc.c (wmap_final_func): rename variables to clarify the meaning.
In wmap2obj the key is WeakRef and the value is ...
h.shirosaki (Hiroshi Shirosaki)
04:01 AM Revision 82cac33e (git): Fix finalize of WeakRef
* gc.c (wmap_final_func): remove WeakRef object reference from the
array.
* gc.c (wmap_finalize): remove recycled ...
h.shirosaki (Hiroshi Shirosaki)
02:51 AM Revision 5611df70 (git): * process.c (proc_getsid): adds new method for getting session id.
Contributed from fumiyas (Fumiyasu SATOH). Thank you!
[Feature #6757] [ruby-dev:45977]
* configure.in: adds getsid ...
kosaki (Motohiro KOSAKI)
02:00 AM Revision 82b33551 (git): * thread.c (thread_create_core): don't use th->thread_id before
initialized.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
kosaki (Motohiro KOSAKI)
12:00 AM Bug #7423 (Closed): ruby_process_options() dereferences argv even if argc is zero
This issue was solved with changeset r37823.
Graham, thank you for reporting this issue.
Your contribution to Ruby is...
nobu (Nobuyoshi Nakada)
12:00 AM Feature #4946 (Closed): Building libruby-static.a with option nodynamic and --with-static-link-ext doesn't disable dlopen
This issue was solved with changeset r37821.
Alex, thank you for reporting this issue.
Your contribution to Ruby is g...
nobu (Nobuyoshi Nakada)

11/23/2012

11:44 PM Bug #7163 (Closed): Chomp problem in pkg_config of mkmf.rb (ruby 1.9.3 P286)
This issue was solved with changeset r37820.
ray, thank you for reporting this issue.
Your contribution to Ruby is gr...
nobu (Nobuyoshi Nakada)
07:28 PM Bug #7420: Writeable pipe and timeout tests are failing (MinGW)
Thank you for the pointing out.
Since SystemCallError.=== matches by the errno values, so it works on platforms wh...
nobu (Nobuyoshi Nakada)
11:54 AM Bug #7420: Writeable pipe and timeout tests are failing (MinGW)
As I know, Errno::EWOULDBLOCK is not the same as Errno::EAGAIN on Windows.
Here is a patch:
diff --git a/test_io_...
phasis68 (Heesob Park)
06:00 PM Bug #7184 (Closed): --disable-gems commandline parameter does not show up with ruby -h
nobu (Nobuyoshi Nakada)
06:00 PM Bug #7184: --disable-gems commandline parameter does not show up with ruby -h
No rationale, no description but just failing test makes no sense.
File a ticket first.
nobu (Nobuyoshi Nakada)
05:40 PM Bug #7184: --disable-gems commandline parameter does not show up with ruby -h
fixed at r37818. nobu (Nobuyoshi Nakada)
05:10 PM Bug #7184: --disable-gems commandline parameter does not show up with ruby -h
i reverted your commit, not feature or bug.
you reverted a test.
matz wants to print -h in a page.
because, user...
tadf (tadayoshi funaba)
04:38 PM Bug #7184 (Open): --disable-gems commandline parameter does not show up with ruby -h
tadf reverted this feature. nobu (Nobuyoshi Nakada)
05:20 PM Bug #7422 (Closed): test_usage2(TestRubyOptions) test failure
tadf (tadayoshi funaba)
12:25 PM Bug #7422: test_usage2(TestRubyOptions) test failure
80 column is de fact standard until today.
we should keep this convention if we want to use pre-formatted doc.
anyw...
tadf (tadayoshi funaba)
03:00 PM Revision b9163cc1 (git): ruby.c: argv check
* ruby.c (proc_options, process_options, ruby_process_options): take
care of the case argc is 0, and check if argv ...
nobu (Nobuyoshi Nakada)
03:00 PM Revision a20d306f (git): * 2012-11-24
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37822 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:00 PM Revision f6761088 (git): configure.in: --disable-dln
* configure.in (--disable-dln): option to disable dynamic linking
feature. [ruby-core:37676] [Feature #4946]
git...
nobu (Nobuyoshi Nakada)
02:44 PM Revision e54cd2bd (git): mkmf.rb: mingw64+MSYS pkg-config fix
* lib/mkmf.rb (MakeMakefile#pkg_config): strip all white spaces for
mingw64+MSYS pkg-config which errouneously emit...
nobu (Nobuyoshi Nakada)
01:49 PM Revision 400d2d9d (git): mkrunnable.rb: static-linked-ext
* tool/mkrunnable.rb: make archdir for static-linked-ext.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37819 b2...
nobu (Nobuyoshi Nakada)
11:08 AM Bug #7425 (Closed): Execute a script by active record, the console is crash.
On my rails application, I write a script like this:
Stakeholder.find_each do |stakeholder|
stakeholder.resourc...
fsword (John Lee)
10:47 AM Bug #7304: Random test failures around test_autoclose_true_closed_by_finalizer
go ahead nobu (Nobuyoshi Nakada)
10:46 AM Bug #6732 (Closed): documentation error in IPSocket#peeraddr
This issue was solved with changeset r37812.
Joachim, thank you for reporting this issue.
Your contribution to Ruby i...
zzak (zzak _)
08:31 AM Revision 48df3458 (git): ruby.c: wrap descriptions
* ruby.c (usage): wrap description lines if options are too long.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
nobu (Nobuyoshi Nakada)
08:31 AM Revision 38a1bcb0 (git): * ruby.c, test/ruby/test_rubyoptions.rb: revert r37815:r37816.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37817 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:59 AM Feature #4085: Refinements and nested methods
On 22.11.2012 17:40, headius (Charles Nutter) wrote:

> After lookup, call sites would know there's potentially ...
The8472 (Aaron G)
01:40 AM Feature #4085: Refinements and nested methods
Escaping the "should we or shouldn't we" question for a bit, I thought of an alternative implementation, building off... headius (Charles Nutter)
05:51 AM Feature #7424 (Closed): an embedded Ruby interpreter doesn't get the full Ruby environment unless it calls ruby_process_options() (which is not documented)
The documented way to embed a Ruby interpreter is to call:
RUBY_INIT_STACK;
ruby_init();
ruby_init_l...
gfim (Graham Menhennitt)
05:39 AM Bug #7423 (Closed): ruby_process_options() dereferences argv even if argc is zero
In ruby_process_options(), there is a line:
ruby_script(argv[0]); /* for the time being */
This dereferenc...
gfim (Graham Menhennitt)
03:35 AM Revision 10cceae9 (git): * ruby.c: revert r37298.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37816 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
02:42 AM Bug #7405 (Closed): Rdoc for CGI#header alias
This issue was solved with changeset r37811.
Marcus, thank you for reporting this issue.
Your contribution to Ruby is...
zzak (zzak _)
02:18 AM Bug #7405: Rdoc for CGI#header alias
Will you commit your version? stomar (Marcus Stollsteimer)
02:41 AM Revision d53204f9 (git): * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_usage2):
revert the previous.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37815 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Tadayoshi Funaba
02:13 AM Revision 0d280f3d (git): test_rubyoptions.rb: refine assertion
* test/ruby/test_rubyoptions.rb (TestRubyOptions#test_usage2): refine
assertion.
git-svn-id: svn+ssh://ci.ruby-la...
nobu (Nobuyoshi Nakada)
02:12 AM Revision d03ed07e (git): test_rubyoptions.rb: --help
* test/ruby/test_rubyoptions.rb (TestRubyOptions#test_usage2): now
--help option is for modern terminals.
git-svn...
nobu (Nobuyoshi Nakada)
02:09 AM Bug #7331: Set the precedence of unary `-` equal to the precedence `-`, same for `+`
> I believe that in mathematical language `-2·3` is parsed `(-(2·3))`,
> as if `0` was taken out of `(0-(2·3))`.
...
stomar (Marcus Stollsteimer)
12:32 AM Bug #7331: Set the precedence of unary `-` equal to the precedence `-`, same for `+`
stomar (Marcus Stollsteimer) wrote:
> I refute your primary supposition. In the mathematical expression -2·3, the ...
alexeymuranov (Alexey Muranov)
01:46 AM Revision d2ddd30a (git): * ext/socket/ipsocket.c (IPSocket#peeraddr): Fix example
[ruby-core:46429] [Bug #6732]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37812 b2dd03c8-39d4-4d8f-98ff-823fe...
zzak (zzak _)

11/22/2012

11:55 PM Bug #7383 (Closed): Use stricter cache check in load.c
This issue was solved with changeset r37808.
Yura, thank you for reporting this issue.
Your contribution to Ruby is g...
Anonymous
11:54 PM Bug #7383: Use stricter cache check in load.c
On Thu, Nov 22, 2012 at 6:09 PM, Юрий Соколов <[email protected]> wrote:
> Adding size check is enough in this...
h.shirosaki (Hiroshi Shirosaki)
06:23 PM Bug #7383: Use stricter cache check in load.c
Hiroshi,

Adding size check is enough in this case.
But rb_ary_dup_of_p is more useful in the wild, I think.
...
funny_falcon (Yura Sokolov)
11:30 PM Bug #7331: Set the precedence of unary `-` equal to the precedence `-`, same for `+`
@alexeymuranov: I understood that you were talking about parsing.
I refute your primary supposition. In the mathem...
stomar (Marcus Stollsteimer)
09:33 PM Bug #7331: Set the precedence of unary `-` equal to the precedence `-`, same for `+`
I have come to the opposite opinion. I do not think Ruby must reflect mathematical notation exactly. If you think abo... trans (Thomas Sawyer)
09:15 PM Bug #7331: Set the precedence of unary `-` equal to the precedence `-`, same for `+`
I would propose the following experiment to evaluate which parsing would be less surprising to a new Ruby user :).
...
alexeymuranov (Alexey Muranov)
06:08 PM Bug #7331: Set the precedence of unary `-` equal to the precedence `-`, same for `+`
stomar (Marcus Stollsteimer) wrote:
> 1. Changing the precedence of `**' and unary `-' would affect the results and ...
alexeymuranov (Alexey Muranov)
04:17 PM Bug #7331: Set the precedence of unary `-` equal to the precedence `-`, same for `+`
> Well, when the wrong syntax is already present (`- a * b` is `(- a) * b`)
> i do not think #7328 would make the sy...
stomar (Marcus Stollsteimer)
07:50 AM Bug #7331: Set the precedence of unary `-` equal to the precedence `-`, same for `+`
stomar (Marcus Stollsteimer) wrote:
> Generally, adding "wrong" syntax just for consistency is IMO no option.
>
...
alexeymuranov (Alexey Muranov)
07:15 AM Bug #7331: Set the precedence of unary `-` equal to the precedence `-`, same for `+`
Generally, adding "wrong" syntax just for consistency is IMO no option.
But, looking over the thread again, I don'...
stomar (Marcus Stollsteimer)
02:29 AM Bug #7331: Set the precedence of unary `-` equal to the precedence `-`, same for `+`
@stomar, as mathematical parsing rules are not and apparently will not be observed in Ruby, i do not understand very ... alexeymuranov (Alexey Muranov)
01:20 AM Bug #7331: Set the precedence of unary `-` equal to the precedence `-`, same for `+`
No, absolutely not! Such a change would certainly have a bigger impact than I could imagine.
I just wanted to make...
stomar (Marcus Stollsteimer)
11:28 PM Bug #7422: test_usage2(TestRubyOptions) test failure
ruby's --help is broken.
should be length of each line is at most 80 even if --help.
the current one is ugly.
tadf (tadayoshi funaba)
10:59 PM Bug #7422 (Closed): test_usage2(TestRubyOptions) test failure
=begin
It seems that rev37805 breaks test suite for me:
test_usage2(TestRubyOptions) [/builddir/build/BUILD/ruby...
vo.x (Vit Ondruch)
09:07 PM Feature #4085: Refinements and nested methods
shugo (Shugo Maeda) wrote:
> headius (Charles Nutter) wrote:
> > I would also vote to remove refinements from 2.0 f...
jballanc (Joshua Ballanco)
02:56 PM Feature #4085: Refinements and nested methods
headius (Charles Nutter) wrote:
> I would also vote to remove refinements from 2.0 features, perhaps for reinclusion...
shugo (Shugo Maeda)
02:40 PM Feature #4085: Refinements and nested methods
The8472 (Aaron G) wrote:
> On 21.11.2012 07:15, shugo (Shugo Maeda) wrote:
> > I'll remove it if permission grante...
shugo (Shugo Maeda)
08:23 AM Feature #4085: Refinements and nested methods
On 21.11.2012 07:15, shugo (Shugo Maeda) wrote:
> I'll remove it if permission granted by Matz.
>
>> For now...
The8472 (Aaron G)
06:07 AM Feature #4085: Refinements and nested methods
Here is a trivial benchmark of refined versus unrefined calls in JRuby and MRI trunk. Note that this is only running ... headius (Charles Nutter)
05:47 AM Feature #4085: Refinements and nested methods
Sorry, I meant "I still vote to delay adding refinements until after 2.0." headius (Charles Nutter)
05:46 AM Feature #4085: Refinements and nested methods
I would also vote to remove refinements from 2.0 features, perhaps for reinclusion in 2.1. The various points made ab... headius (Charles Nutter)
04:57 AM Feature #4085: Refinements and nested methods
Please remove Refinements completely from Ruby 2.0 features. They are not well defined, well understood, or well just... brixen (Brian Shirai)
06:21 PM Feature #6962: Use lighter hash structure for methods table, instance variable positions, constants
I've updated patch to latest ruby_1_9_3.
Url is the same:
https://github.com/funny-falcon/ruby/compare/ruby_1_9_3.....
funny_falcon (Yura Sokolov)
06:16 PM Bug #7421 (Closed): Build failure of snapshot with VC 2010
This issue was solved with changeset r37802.
Heesob, thank you for reporting this issue.
Your contribution to Ruby is...
usa (Usaku NAKAMURA)
10:29 AM Bug #7421 (Closed): Build failure of snapshot with VC 2010
I get the following failure with VC 2010 while building snapshot(trunk@37790).
C:\work\snapshot>win32\configure.ba...
phasis68 (Heesob Park)
05:50 PM Feature #4801: Shorthand Hash Syntax for Strings
matz (Yukihiro Matsumoto) wrote:
> Besides that, we have already tried making Symbols a subclass of String, or makin...
judofyr (Magnus Holm)
05:42 PM Revision ed7d7763 (git): * lib/cgi/core.rb: Documentation for CGI#header alias
Based on a patch by Marcus Stollsteimer
[ruby-core:49585] [Bug #7405]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby...
zzak (zzak _)
05:01 PM Bug #7370 (Closed): Some benchmarks are slow
This issue was solved with changeset r37798.
Narihiro, thank you for reporting this issue.
Your contribution to Ruby ...
kosaki (Motohiro KOSAKI)
03:38 PM Bug #7370 (Assigned): Some benchmarks are slow
naruse (Yui NARUSE)
03:28 PM Bug #7370 (Closed): Some benchmarks are slow
This issue was solved with changeset r37796.
Narihiro, thank you for reporting this issue.
Your contribution to Ruby ...
naruse (Yui NARUSE)
03:51 PM Feature #7418: Kernel#used_refinements
+1 since I gave Charlie the idea :) chendo (Jack Chen)
01:23 PM Feature #7418 (Assigned): Kernel#used_refinements
judofyr (Magnus Holm) wrote:
> Maybe it should be called Module.refinements (a la Module.nesting).
Module.refinem...
shugo (Shugo Maeda)
03:04 PM Revision 7bfb6b2b (git): * 2012-11-23
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:03 PM Revision 66db637a (git): * gc.c (is_swept_object): extract from is_dead_object().
* gc.c (rb_gcdebug_print_obj_condition): add the function for debug.
This function shows some conditions of given o...
authorNari (Narihiro Nakamura)
02:55 PM Revision 97ecab7b (git): Fix cache validity check of require
* array.c (rb_ary_shared_with_p): fix cache validity check.
If #pop or #shift has been called against $: or $", the...
h.shirosaki (Hiroshi Shirosaki)
01:37 PM Feature #5010: Add Slop(-like) in stdlib and deprecate current OptionParser API
trans (Thomas Sawyer) wrote:
> @duerst
> >I agree with Rodrigo. If I have to use an option parser, I don't want to ...
duerst (Martin Dürst)
10:25 AM Feature #5010: Add Slop(-like) in stdlib and deprecate current OptionParser API
What made this thread long was the request to deprecate optparse, I think. No one is arguing about its lacking docum... shyouhei (Shyouhei Urabe)
09:53 AM Feature #5010: Add Slop(-like) in stdlib and deprecate current OptionParser API
> ...rather than try to lock Ruby further into a "one right way".
Use an existing alternative or roll your own if ...
jonforums (Jon Forums)
03:11 AM Feature #5010: Add Slop(-like) in stdlib and deprecate current OptionParser API
@shyouhei
> I don't like this shit let's just remove" doesn't sound productive to me.
No one said that.
> I...
trans (Thomas Sawyer)
02:52 AM Feature #5010: Add Slop(-like) in stdlib and deprecate current OptionParser API
@duerst
>I agree with Rodrigo. If I have to use an option parser, I don't want to
> waste time shopping around.
>...
trans (Thomas Sawyer)
01:53 AM Feature #5010: Add Slop(-like) in stdlib and deprecate current OptionParser API
On Wed, Nov 21, 2012 at 5:16 PM, Zachary Scott <[email protected]> wrote:
> optparse is used by many progra...
judofyr (Magnus Holm)
01:23 AM Feature #5010: Add Slop(-like) in stdlib and deprecate current OptionParser API
optparse is used by many programs, including other stdlib gems.

In my opinion, it would be best to keep backwards...
zzak (zzak _)
12:48 AM Feature #5010: Add Slop(-like) in stdlib and deprecate current OptionParser API
Shyouhei, what if we create a separate mailing list to discuss and propose a new gem to replace optparser? The idea w... rosenfeld (Rodrigo Rosenfeld Rosas)
01:00 PM Revision ff6c5070 (git): fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
12:49 PM Revision f317a156 (git): * common.mk, win32/Makefile.sub (probes.dmyh): now be made in current
(=build) directory if build from the repository.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37806 b2dd03c8-3...
U.Nakamura
12:36 PM Revision b4f25e30 (git): * test/ruby/test_rubyoptions.rb: added a test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37805 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
11:32 AM Revision d6ec4001 (git): * complex.c (string_to_c_strict, string_to_c): check NUL.
* rational.c (string_to_r_strict, string_to_r): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37804 b2dd...
Tadayoshi Funaba
11:25 AM Revision 84a57715 (git): * Makefile.in (.dmyh.h): removed $(VPATH). GNU make don't
recognize suffix rule with VPATH.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37803 b2dd03c8-39d4-4d8f-98ff-82...
kosaki (Motohiro KOSAKI)
09:16 AM Revision 8e8d7bb7 (git): * common.mk, Makefile.in, win32/Makefile.sub (.dmyh.h): nmake merges
explicit rules for same target, but not merges exlicit rules and
implicit rules -- always explict rules win. So, n...
U.Nakamura
09:03 AM Revision 1dec7384 (git): * Makefile.in (probes.o): add -C to ignore #include in probes.d.
* probes.d: include vm_opts.h instead of vm_core.h.
* vm_opts.h (VM_COLLECT_USAGE_DETAILS): move definition from vm_...
naruse (Yui NARUSE)
08:47 AM Revision 59c41661 (git): * ext/nkf/nkf-utf8: Merge b0a6577a521d1bba5e19853f95d5c4b9be1072b5.
Support JIS X 0213 and some bugfixes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37800 b2dd03c8-39d4-4d8f-98f...
naruse (Yui NARUSE)
08:41 AM Revision 86541e02 (git): * tool/gen_dummy_probes.rb: don't change #include, #if and #endif
lines. [Bug #7370]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
kosaki (Motohiro KOSAKI)
08:10 AM Bug #7419 (Closed): GC.clear is not defined (test error)
This issue was solved with changeset r37791.
Luis, thank you for reporting this issue.
Your contribution to Ruby is g...
authorNari (Narihiro Nakamura)
05:42 AM Bug #7419 (Closed): GC.clear is not defined (test error)
=begin
In r37783 a new test was added, but such test is failing on our Windows CI:
http://ci.rubyinstaller.org/jo...
luislavena (Luis Lavena)
08:01 AM Revision 4d7e8b73 (git): * Makefile.in: run preprocessor when making probe.h
* probes.d: define probe insn and insn__operand only when
VM_COLLECT_USAGE_DETAILS is 1. [Bug #7370]
git-svn-id: s...
kosaki (Motohiro KOSAKI)
07:23 AM Revision 82e7d003 (git): * vm.c: Don't define vm_collect_usage_operand() and
static void vm_collect_usage_insn() when disabling
VM_COLLECT_USAGE_DETAILS. (refix r37796)
git-svn-id: svn+ssh://...
kosaki (Motohiro KOSAKI)
06:47 AM Bug #6090: ruby-mode.el font-lock fails with some interpolated strings
Fixed in Emacs trunk. dgutov (Dmitry Gutov)
06:28 AM Revision 4ba69a41 (git): * vm_insnhelper.h: partly revert r37631 (DTrace support).
"vm usage information is always collected, so uncomment the
functions." causes performance impact. [Bug #7370]
Of...
naruse (Yui NARUSE)
05:54 AM Revision d5d2440e (git): Drop executable bits of files that are not executable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Akinori MUSHA
05:47 AM Bug #7420 (Closed): Writeable pipe and timeout tests are failing (MinGW)
=begin
The tests added in r37785, associated with Feature #4646 might require a guard against Windows because are ...
luislavena (Luis Lavena)
05:32 AM Revision 81632542 (git): Drop executable bits.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37794 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Akinori MUSHA
05:23 AM Revision 61e21e82 (git): Apply performance improvement to short byte array search.
* re.c (rb_memsearch_ss): Apply performance improvement to short
byte array search for platforms without memmem(3)....
Akinori MUSHA
05:02 AM Revision 9cbaeed6 (git): Add some corner cases to tests for String#index.
* test/ruby/test_string.rb (TestString#test_index): Add some
corner cases to tests for String#index, which might fa...
Akinori MUSHA
02:36 AM Feature #7336: Flexiable OPerator Precedence
trans (Thomas Sawyer) wrote:
> @nobu LOL! I would if I could! Actually, I've thought more than once that progress in...
alexeymuranov (Alexey Muranov)
01:36 AM Feature #7336: Flexiable OPerator Precedence
=begin
@judofyr As Alexey pointed out that was a mistake on my part. Yes, it should be:
10.meters**2 => 100m^2...
trans (Thomas Sawyer)
01:29 AM Feature #7336: Flexiable OPerator Precedence
On Tue, Nov 13, 2012 at 3:25 PM, trans (Thomas Sawyer)
<[email protected]> wrote:
>
> Issue #7336 has been u...
judofyr (Magnus Holm)

11/21/2012

11:58 PM Feature #7336: Flexiable OPerator Precedence
Why don't you define meter² method? ;) nobu (Nobuyoshi Nakada)
11:50 PM Feature #3450: Format Strings with Named Arguments & Hash#default
I think this is a trade-off.
Silently ignoring undefined keys may not preferable for somebody.
I don't think differ...
nobu (Nobuyoshi Nakada)
11:09 PM Revision cda3a0c7 (git): * test/ruby/test_gc.rb (test_profiler_clear): fix wrong method
calls [Bug #7419] [ruby-core:49828].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37791 b2dd03c8-39d4-4d8f-98ff...
authorNari (Narihiro Nakamura)
10:53 PM Feature #7418: Kernel#used_refinements
Maybe it should be called Module.refinements (a la Module.nesting).

// Magnus Holm


On Wed, Nov 21, 2012 at 1...
judofyr (Magnus Holm)
08:16 PM Feature #7418 (Closed): Kernel#used_refinements
I'd like to propose a method that returns an array of all refinements visible from the current scope. I have document... Anonymous
10:51 PM Bug #7331: Set the precedence of unary `-` equal to the precedence `-`, same for `+`
@stomar, do i understand correctly that you insist on reopening this feature request?
I wouldn't mind it too, but a...
alexeymuranov (Alexey Muranov)
10:04 PM Bug #7331: Set the precedence of unary `-` equal to the precedence `-`, same for `+`
=begin
This has no relevance to the issue, but I think your point of view is wrong. :-)
You should do it the "mathema...
stomar (Marcus Stollsteimer)
10:40 PM Feature #4085: Refinements and nested methods
@shugo Thanks you for answering. I'm still trying to fully understand refinements so it helps to hear some explanatio... trans (Thomas Sawyer)
06:58 PM Feature #4085: Refinements and nested methods
My personal opinion is that at this point in time, there are too many uncertainties surrounding refinements, and so i... duerst (Martin Dürst)
03:15 PM Feature #4085: Refinements and nested methods
The8472 (Aaron G) wrote:
> Therefore I think that class inheritance should be removed. And if it
> gets replaced...
shugo (Shugo Maeda)
02:48 PM Feature #4085: Refinements and nested methods
trans (Thomas Sawyer) wrote:
> Since you did say `nil`, then what about:
(snip)
> C.new.brainfart1 #=> ?
...
shugo (Shugo Maeda)
08:23 AM Feature #4085: Refinements and nested methods
On 20.11.2012 03:45, shugo (Shugo Maeda) wrote:
> I think optional features of Refinements are as follows:
>
>...
The8472 (Aaron G)
10:40 PM Feature #4646 (Closed): [PATCH] io/wait: add IO#wait_writable method
This issue was solved with changeset r37785.
Eric, thank you for reporting this issue.
Your contribution to Ruby is g...
nobu (Nobuyoshi Nakada)
10:12 PM Feature #7377: #indetical? as an alias for #equal?
"and calling `SomeActiveRecordModel.first` twice will not give you the same object even if they share the same `id`"
...
trans (Thomas Sawyer)
05:42 PM Feature #7377: #indetical? as an alias for #equal?
Marc, sorry to break it to you, but "identical twins" is misuse of the word identical, something like "dictatorial de... Anonymous
01:20 PM Feature #7377: #indetical? as an alias for #equal?
trans (Thomas Sawyer) wrote:
> =begin
> The reason for the word "identical" is b/c of the root "id" which correspon...
marcandre (Marc-Andre Lafortune)
05:40 AM Feature #7377: #indetical? as an alias for #equal?
=begin
The reason for the word "identical" is b/c of the root "id" which corresponds to the fact that the id's are t...
trans (Thomas Sawyer)
05:09 AM Feature #7377: #indetical? as an alias for #equal?
#same_object? would also be ok by me. aef (Alexander E. Fischer)
10:06 PM Feature #5677: IO C API
=begin
The target of the project I am working on is to provide an easy way to write a IO-compatible class in Ruby.
Th...
yugui (Yuki Sonoda)
05:24 PM Feature #5677: IO C API
I heard yugui is planning (or something) such an abstract implementation before.
How's going? > yugui
naruse (Yui NARUSE)
11:24 AM Feature #5677: IO C API
In hindsight, my major concern with current IO C API is the impossibility to optimize something for StringIO. Since S... MartinBosslet (Martin Bosslet)
07:54 PM Bug #7342: String#<=> checks for a #to_str method on other but never uses it?
> The presence of #to_str indicates that the object obeys an entire String contract such that the C API can work with... jballanc (Joshua Ballanco)
05:26 PM Revision 4c6a4114 (git): * 2012-11-22
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37790 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:25 PM Revision 9c8a54c5 (git): * NEWS: edited (order etc).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37789 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
04:59 PM Feature #3356: Add GetShortPathName to ruby
Hello,

In message "[ruby-core:49766] [ruby-trunk - Feature #3356] Add GetShortPathName to ruby"
on Nov.21...
usa (Usaku NAKAMURA)
12:17 AM Feature #3356: Add GetShortPathName to ruby
Hello,
AFAIK shortnames might not be available on some NTFS volumes, under some circumstances I found is off for p...
luislavena (Luis Lavena)
04:00 PM Bug #7416 (Closed): test-all crashes with mysterious message
nmake test-all TESTS=-vj5 を実行していると、以下のようなメッセージが出て
テスト自体が中断されてしまいました。
(前略)
TestSetTraceFunc#test_return = 0.02 ...
usa (Usaku NAKAMURA)
02:37 PM Revision 79fab011 (git): fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37788 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
01:54 PM Revision 29d62610 (git): property.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37787 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:53 PM Revision 45faa57b (git): wait.c: wait_readable
* ext/io/wait/wait.c (io_wait_readable): add alias wait_readable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
nobu (Nobuyoshi Nakada)
01:40 PM Revision e786aa71 (git): io/wait: add IO#wait_writable method
* ext/io/wait/wait.c (io_wait_writable): this is easier to use than
IO.select for a single IO object and is immune ...
nobu (Nobuyoshi Nakada)
01:31 PM Revision 7d0cabb8 (git): * gc.c (garbage_collect): remove a duplicative probe.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37784 b2dd03c8-39d4-4d8f-98ff-823fe69b080e authorNari (Narihiro Nakamura)
01:25 PM Bug #6203 (Closed): Array#values_at does not handle ranges with end index past the end of the array
Great, thanks.
NEWS updated.
marcandre (Marc-Andre Lafortune)
01:15 PM Revision fe9fc6df (git): * gc.c (gc_profile_clear): realloc profile records if its size is
higher than the threshold, GC_PROFILE_RECORD_DEFAULT_SIZE * 2.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@377...
authorNari (Narihiro Nakamura)
12:54 PM Revision 4d03af3d (git): * complex.c (nucomp_to_c): added.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37782 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
12:53 PM Feature #6047: read_all: Grow buffer exponentially in generic case
Martin Bosslet <[email protected]> wrote:
> In the general case, read_all grows its buffer linearly by...
normalperson (Eric Wong)
11:49 AM Feature #6047: read_all: Grow buffer exponentially in generic case
ko1 (Koichi Sasada) wrote:
> ping. status?
> Do you need helps or comments?
Thanks for your help, to be honest, ...
MartinBosslet (Martin Bosslet)
12:42 PM Revision c07d2952 (git): * include/ruby/util.h: removed extra semicolon in definition of
macro.
* compile.c: ditto.
* cont.c: ditto.
* math.c: ditto.
* node.c: ditto.
...
Tadayoshi Funaba
11:43 AM Feature #5741: Secure Erasure of Passwords
FWIW, this feature is going to be an integral part of "binyo" (https://github.com/krypt/binyo). MartinBosslet (Martin Bosslet)
11:41 AM Feature #4183: [ext/openssl] Timestamp support
Given the short time until 2.0.0, I believe "next minor" is a more realistic target. MartinBosslet (Martin Bosslet)
11:30 AM Feature #6256: Slightly improve ruby_qsort performance
It's a tiny bit faster. But it should be noticeably faster. I need to get into the details of the current qsort imple... MartinBosslet (Martin Bosslet)
11:02 AM Bug #4923: [ext/openssl] test_ssl.rb: test_client_auth fails
mame (Yusuke Endoh) wrote:
> Emboss and NaHi, ping?
>
> --
If nahi agrees, I would say "close" since no feedb...
MartinBosslet (Martin Bosslet)
10:58 AM Feature #7400: Incorporate OpenSSL tests from JRuby.
zzak (Zachary Scott) wrote:
> =begin
> from github: https://github.com/ruby/ruby/pull/206
>
> ((*These are tests...
MartinBosslet (Martin Bosslet)
10:57 AM Feature #5010: Add Slop(-like) in stdlib and deprecate current OptionParser API
"I don't like this shit let's just remove" doesn't sound productive to me. Is it hard to make it better instead? shyouhei (Shyouhei Urabe)
10:00 AM Feature #5010: Add Slop(-like) in stdlib and deprecate current OptionParser API
trans (Thomas Sawyer) wrote:
> But in any case, "cannot" is a rather strong term. It would take a little work, but t...
duerst (Martin Dürst)
09:53 AM Feature #5010: Add Slop(-like) in stdlib and deprecate current OptionParser API
I agree with Rodrigo. If I have to use an option parser, I don't want to
waste time shopping around.

Also, if n...
duerst (Martin Dürst)
05:59 AM Feature #5010: Add Slop(-like) in stdlib and deprecate current OptionParser API
Not so sure RDoc should be a standard library either. But in any case, "cannot" is a rather strong term. It would tak... trans (Thomas Sawyer)
04:09 AM Feature #5010: Add Slop(-like) in stdlib and deprecate current OptionParser API
RDoc and RubyGems both depend on OptionParser so it cannot be removed. drbrain (Eric Hodel)
12:16 AM Feature #5010: Add Slop(-like) in stdlib and deprecate current OptionParser API
=begin
@rosenfeld It's not? Maybe a little. But one can always parse ARGV by hand for simple shell scripts. It's not...
trans (Thomas Sawyer)
10:23 AM Feature #7375: embedding libyaml in psych for Ruby 2.0
On Tue, Nov 20, 2012 at 02:58:58PM +0900, matz (Yukihiro Matsumoto) wrote:
>
> Issue #7375 has been updated by ...
Anonymous
09:48 AM Revision 1ac4e6d2 (git): * rational.c (read_digits): due to a bit tighter rb_cstr_to_inum().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37780 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
08:07 AM Bug #7221: Unable to compile kgio under 1.9.3 with error: ruby-1.9.3-<plvl>/lib/ruby/1.9.1/mkmf.rb:597:in `Integer': can't convert nil into Integer (TypeError)
mame sorry again for the delay. lots of stuff going on IRL.
I am back to setting L597 in ruby-1.9.3-p286/lib/ruby/...
davidderyldowney (David Deryl Downey)
07:36 AM Revision 15648bfd (git): add a ML number
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37779 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
07:16 AM Revision 9d8c6adc (git): add a description on ChangeLog
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37778 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
07:15 AM Revision c13f8347 (git): * benchmark/bm_so_nsieve_bits.rb: add an encoding pragma.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37777 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
05:09 AM Revision 5821c751 (git): revert r37710, requested by Tadayoshi Funaba [ruby-dev:46575]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37776 b2dd03c8-39d4-4d8f-98ff-823fe69b080e shyouhei (Shyouhei Urabe)
04:25 AM Feature #4233: autoload Can't Require Gems
=begin
If I'm reading load.c correctly, autoload_provided() uses rb_feature_provided() which checks $LOAD_PATH only....
drbrain (Eric Hodel)
04:23 AM Revision 165da0da (git): * range.c (rb_range_beg_len): Fix potential bug for limit case [#6203]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37775 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
03:17 AM Feature #7414: Now that const_get supports "Foo::Bar" syntax, so should const_defined?.
I realise defined? with a constant works just as well but this is about API consistency.
I'd expect const_get & const...
robertgleeson (Robert Gleeson)
01:06 AM Feature #7414 (Closed): Now that const_get supports "Foo::Bar" syntax, so should const_defined?.
class Foo
end
Object.const_get "Object::Foo" => Foo
Object.const_defined? "Object::Foo" => NameError (expected true).
robertgleeson (Robert Gleeson)
02:31 AM Bug #7413 (Rejected): make check returns weird error code
Weird. I was able to build r37773 without issues. Closing this issue. Hopefully, that was just some flux. vo.x (Vit Ondruch)
12:22 AM Bug #7413 (Rejected): make check returns weird error code
=begin
The return code should be 0 IMO, since there seems to be nothing wrong, but it is not:
$ make check 'TEST...
vo.x (Vit Ondruch)
01:58 AM Feature #3697 (Closed): [PATCH] Allow build of dbm extension with Berkeley DB 5.0 series (for 1.9.2_rc2)
Hmm..
This patch seems too old and can't apply cleanly anymore. I closed this ticket at once. Feel free to reopen ...
kosaki (Motohiro KOSAKI)
01:03 AM Bug #5530 (Closed): SEEK_SET malfunctions when used with 'append' File.open mode
kosaki (Motohiro KOSAKI)
01:03 AM Bug #5530: SEEK_SET malfunctions when used with 'append' File.open mode
Hi Zachary,
thanks. I've commited your patch at r37774 too.
kosaki (Motohiro KOSAKI)
12:30 AM Bug #7312 (Closed): test_str_crypt(TestM17NComb) fails
This issue was solved with changeset r37773.
Vit, thank you for reporting this issue.
Your contribution to Ruby is gr...
naruse (Yui NARUSE)
12:17 AM Feature #6440 (Closed): 引数にIOを渡した場合のMarshal.loadにバッファを持たせたい
This issue was solved with changeset r37772.
Masaki, thank you for reporting this issue.
Your contribution to Ruby is...
Anonymous

11/20/2012

11:53 PM Feature #4085: Refinements and nested methods
> This should return nil. Otherwise, refinements can break code which
doesn't expect the refined behavior.

O...
trans (Thomas Sawyer)
11:51 PM Feature #4085: Refinements and nested methods
=begin
> This should return nil. Otherwise, refinements can break code which doesn't expect the refined behavior.
...
trans (Thomas Sawyer)
11:36 PM Feature #4085: Refinements and nested methods
shugo (Shugo Maeda) wrote:
> ...Without module_eval and refinement inheritance in class hierarchies, refinements d...
rosenfeld (Rodrigo Rosenfeld Rosas)
10:32 PM Feature #4085: Refinements and nested methods
rosenfeld (Rodrigo Rosenfeld Rosas) wrote:
> Then, the real question is: what is most important? Powerful or readabi...
shugo (Shugo Maeda)
08:24 PM Feature #4085: Refinements and nested methods
shugo (Shugo Maeda) wrote:
> Some people seem to suspect that code using refinements is difficult to debug, but refl...
rosenfeld (Rodrigo Rosenfeld Rosas)
02:52 PM Feature #4085: Refinements and nested methods
trans (Thomas Sawyer) wrote:
> f.safe_send(:foo) # => ?
This should return nil. Otherwise, refinements can...
shugo (Shugo Maeda)
02:48 PM Feature #4085: Refinements and nested methods
shugo (Shugo Maeda) wrote:
> Application programmers should not use Refinements.
I meant that application program...
shugo (Shugo Maeda)
01:40 PM Feature #4085: Refinements and nested methods
=begin
So...
class Foo
end
module FooExt
refine Foo do
def foo
puts "foo"
end
end
...
trans (Thomas Sawyer)
11:45 AM Feature #4085: Refinements and nested methods
Thanks for your feedback, Charles and others.
I understand your worries.
The feature set of Ruby 2.0 has already ...
shugo (Shugo Maeda)
11:53 PM Feature #5053: ruby コマンドと libruby の食い違いチェック
(12/11/20 23:18), mame (Yusuke Endoh) wrote:
> なかださん、いかがお過ごしでしょうか

いい具合でゴキゲンですが、[ruby-dev:45898]でも書いたように解決の方針が...
nobu (Nobuyoshi Nakada)
11:49 PM Feature #5053 (Rejected): ruby コマンドと libruby の食い違いチェック

2012年11月20日 23:30 Nobuyoshi Nakada <[email protected]>:
> (12/11/20 23:18), mame (Yusuke Endoh) wrote:
>> なかださ...
mame (Yusuke Endoh)
11:18 PM Feature #5053 (Assigned): ruby コマンドと libruby の食い違いチェック
なかださん、いかがお過ごしでしょうか
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
11:46 PM Bug #7312: test_str_crypt(TestM17NComb) fails
naruse (Yui NARUSE) wrote:
> For (1), I cannot find suitable way.
> Could you make a patch?
This should work.
vo.x (Vit Ondruch)
10:14 PM Bug #7312: test_str_crypt(TestM17NComb) fails
vo.x (Vit Ondruch) wrote:
> The fix does not fully work. There are at lease three issues:
>
> (1) It does not wor...
naruse (Yui NARUSE)
09:45 PM Bug #7312 (Open): test_str_crypt(TestM17NComb) fails
=begin
The fix does not fully work. There are at lease three issues:
(1) It does not work on 64b system, since li...
vo.x (Vit Ondruch)
11:40 PM Feature #4801 (Rejected): Shorthand Hash Syntax for Strings
The discussion has gone away in the wind without making any consensus.
So I marked this 'rejected'. My point is clea...
matz (Yukihiro Matsumoto)
11:31 PM Feature #6802 (Assigned): String#scan should have equivalent yielding MatchData
mame (Yusuke Endoh)
11:30 PM Feature #6847 (Rejected): Hash#extract
Use Hash#select which now returns an hash.
Matz.
matz (Yukihiro Matsumoto)
11:23 PM Feature #6847 (Assigned): Hash#extract
mame (Yusuke Endoh)
11:28 PM Feature #7022 (Assigned): add event hook for garbage collection
mame (Yusuke Endoh)
11:27 PM Feature #6962 (Assigned): Use lighter hash structure for methods table, instance variable positions, constants
ko1 or nobu, please check this (towards next minor).
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
11:24 PM Feature #6857 (Assigned): bigdecimal/math BigMath.E/BigMath.exp R. P. Feynman inspired optimization
mame (Yusuke Endoh)
11:23 PM Feature #6844 (Rejected): Random.rand() requires pre-seeding in forked process
Likely to be a request based on old version or misconception. No feedback. Closing.
--
Yusuke Endoh <mame@tsg....
mame (Yusuke Endoh)
11:18 PM Feature #5394 (Rejected): Anonymous Symbols, Anonymous Methods
I refuse to add new syntax described in the proposal.
And I think refinement will do the task the OP intended by ano...
matz (Yukihiro Matsumoto)
11:12 PM Feature #6483 (Rejected): parametric map
I reject the original idea of #pmap which might be read as 'parallel map' or 'parametric map' or something else.
The...
matz (Yukihiro Matsumoto)
11:07 PM Feature #3688 (Rejected): redef keyword for method redefinition in Ruby 2.0
To eliminate alias_method_chain, we introduced Module#prepend.
There's no chance to add redundant feature in the lan...
matz (Yukihiro Matsumoto)
11:06 PM Feature #4233: autoload Can't Require Gems
Is this really a feature request? Looks a (low-priority?) bug to me.
drbrain, what do you think about this?
--
...
mame (Yusuke Endoh)
11:04 PM Feature #5010: Add Slop(-like) in stdlib and deprecate current OptionParser API
Thomas, I like the idea but there is a shortcoming to this approach when people are using Ruby for performing shell s... rosenfeld (Rodrigo Rosenfeld Rosas)
09:47 PM Feature #5010: Add Slop(-like) in stdlib and deprecate current OptionParser API
I actually think it would be better to remove the option parser libraries from Ruby's stdlib alltogther. There are a ... trans (Thomas Sawyer)
11:04 PM Feature #5856 (Rejected): Feature: Raise any object
If we allow raising non Exception object, the library authors will catch Object (or even BasicObject), and this time ... matz (Yukihiro Matsumoto)
11:00 PM Feature #6875: Make test/unit default gem
Sorry for my late response...
vo.x (Vit Ondruch) wrote:
> kou (Kouhei Sutou) wrote:
> > I comment on this issue....
kou (Kouhei Sutou)
10:55 PM Feature #6513 (Rejected): Make method_missing to lookup in constants too
mame (Yusuke Endoh)
10:54 PM Feature #3447 (Assigned): argument delegation
shyouhei (Shyouhei Urabe) wrote:
> * このスレッドの現状をどなたか教えていただけませんか。
matz の最終的な go ahead 待ちだと思いますが、2.0.0 の feature dea...
mame (Yusuke Endoh)
10:49 PM Feature #4772 (Rejected): Hash#add_keys
As far as I understand, the OP intention was to generate key/default-value pair explicitly.
But I don't see any real...
matz (Yukihiro Matsumoto)
10:39 PM Feature #5458: DL should be removed
Aaron, did you add a warning?
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
10:36 PM Feature #4865 (Rejected): Documentation of FileUtils is very unclear on how errors are handled
No feedback.
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
10:33 PM Feature #6260 (Rejected): Relationship of collating sequence to === and <=> for Strings not documented
No feedback, closing. I'm sorry.
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
10:33 PM Feature #5644: add Enumerable#exclude? antonym
Too bad we can't use symbols like `∉`.
trans (Thomas Sawyer)
10:32 PM Feature #5446 (Assigned): at_fork callback API
mame (Yusuke Endoh)
10:23 PM Bug #7386: test_signal_propagation_in_tests is failed before make install
Same here with ruby 2.0.0dev (2012-11-19 trunk 37735) [x86_64-linux] vo.x (Vit Ondruch)
10:20 PM Feature #6136 (Rejected): Add gpg signatures whenever releasing ruby source tarballs
No feedback. Closing.
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
10:02 PM Feature #5778: Allow WEBrick::HTTPResponse to send IO-duck-typed bodies
Blame NaHi!
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
10:01 PM Feature #4946 (Feedback): Building libruby-static.a with option nodynamic and --with-static-link-ext doesn't disable dlopen
Can't you disable it with the following?
ac_cv_func_dlopen=no configure
nobu (Nobuyoshi Nakada)
10:01 PM Feature #7368: rb_str_each_line()のパフォーマンス向上とリファクタリング
返信が遅くなってしまいました。
成瀬さん、レビュー頂きありがとうございます。
> このパッチだとたぶん、EUC-JPで「スト」に「好」がマッチするような場合は防げないんじゃないでしょうか。
rb_str_index()相...
Glass_saga (Masaki Matsushita)
09:40 PM Feature #4907: enumerable#permutation and combination
This will not work for an enumerator created from IO.
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
09:34 PM Feature #3330 (Rejected): mkmf (find|have)_cxx_header
#3333 と重複らしいのでこっちは閉じますね。(せっかくなのでキリ番を残す)
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
09:34 PM Bug #7403 (Closed): TestWIN32OLE_TYPE test failure on Windows 8
This issue was solved with changeset r37758.
Heesob, thank you for reporting this issue.
Your contribution to Ruby is...
suke (Masaki Suketa)
12:30 PM Bug #7403 (Assigned): TestWIN32OLE_TYPE test failure on Windows 8
usa (Usaku NAKAMURA)
09:09 PM Feature #6376: Feature lookup and checking if feature is loaded
Yes I know what you want. But I don't know why you want it. In general, I don't think that it is a good idea to dep... mame (Yusuke Endoh)
03:36 AM Feature #6376: Feature lookup and checking if feature is loaded
=begin
@mame Your example would load the library. The request is to know where a library comes from (`(({require_pat...
trans (Thomas Sawyer)
02:44 AM Feature #6376 (Assigned): Feature lookup and checking if feature is loaded
If I had a right to judge a feature request, I would reject this.
But actually I have no right. Assigning to matz. ...
mame (Yusuke Endoh)
09:08 PM Feature #5726 (Closed): Process::EXIT_SUCCESS and Process::EXIT_FAILURE
nobu (Nobuyoshi Nakada)
09:04 PM Bug #7214: Ruby 2.0 breaks support for some debugging tools
luislavena (Luis Lavena) wrote:
> AFAIK: debugger gem was a response to many of the installation issues
> ruby-de...
denofevil (Dennis Ushakov)
08:53 PM Bug #7214: Ruby 2.0 breaks support for some debugging tools
On Tue, Nov 20, 2012 at 8:08 AM, SASADA Koichi <[email protected]> wrote:
>
> Thanks! I'll try it.
>
> BTW, I can't...
luislavena (Luis Lavena)
08:23 PM Bug #7214: Ruby 2.0 breaks support for some debugging tools
(2012/11/20 17:46), denofevil (Dennis Ushakov) wrote:
> Yes, sure: https://github.com/ruby-debug/ruby-debug-base19...
ko1 (Koichi Sasada)
05:46 PM Bug #7214: Ruby 2.0 breaks support for some debugging tools
Yes, sure: https://github.com/ruby-debug/ruby-debug-base19 denofevil (Dennis Ushakov)
07:53 AM Bug #7214: Ruby 2.0 breaks support for some debugging tools
(2012/11/19 23:43), denofevil (Dennis Ushakov) wrote:
> I will try to rewrite ruby-debug-base for 2.0 using your f...
ko1 (Koichi Sasada)
08:59 PM Feature #5550 (Rejected): Hash#depth, Hash#flat_length for recursive hashes
No feedback, looks hopeless to me. Closing.
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
08:58 PM Feature #5553 (Rejected): A method for Hash that works differently depending on whether a key exists
No feedback, looks hopeless to me. Closing.
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
08:57 PM Feature #5554 (Rejected): A method that applies self to a Proc if self is a Symbol
長期間フィードバックがない+望み薄と思われるので閉じます。
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
08:23 PM Feature #6895: TracePoint API
(2012/08/21 13:53), SASADA Koichi wrote:
>> > What I'd ask though is that for return events one be
>> > able to ...
ko1 (Koichi Sasada)
08:12 PM Feature #6895: TracePoint API
Finally, I changed TracePoint API to
* TracePoint.new
* TracePoint.trace
* TracePoint#enable
* TracePoint#disab...
ko1 (Koichi Sasada)
08:15 PM Feature #7412 (Assigned): Pathname#relative_path_from does not support mixed directory separators on windows
=begin
The support for mixing backslashes and forward slashes in the pathname module in the standard library seems t...
7er (Syver Enstad)
08:13 PM Bug #7409 (Closed): Fix bsearch documentation bug - should be O(log n)
This issue was solved with changeset r37755.
Charlie, thank you for reporting this issue.
Your contribution to Ruby i...
mame (Yusuke Endoh)
08:09 PM Bug #7409 (Assigned): Fix bsearch documentation bug - should be O(log n)
Whoa, thank you!
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
06:32 PM Bug #7409 (Closed): Fix bsearch documentation bug - should be O(log n)
See attached Anonymous
06:43 PM Bug #7331: Set the precedence of unary `-` equal to the precedence `-`, same for `+`
@nobu : nice idea.
By the way, as this proposal is rejected, i do not personally oppose anymore to giving the unar...
alexeymuranov (Alexey Muranov)
10:40 AM Bug #7331: Set the precedence of unary `-` equal to the precedence `-`, same for `+`
Possibly, emitting a warning against the visual mismatch?
https://github.com/nobu/ruby/compare/warn_unary_space
nobu (Nobuyoshi Nakada)
06:26 PM Bug #6203: Array#values_at does not handle ranges with end index past the end of the array
This is a spec change in 2.0 unless any big compatibility problem arise.
Array#values_at should be define as:
d...
matz (Yukihiro Matsumoto)
05:48 PM Feature #2542: URI lib should be updated to RFC 3986
Are there any plans for actually fixing this? Not sure I can help, and no troll appetite - just asking :) nikosd (Nikos Dimitrakopoulos)
04:00 PM Revision b317bf06 (git): * file.c (Init_File): null device definition uses rb_define_const
instead of rb_file_const.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37774 b2dd03c8-39d4-4d8f-98ff-823fe69b...
kosaki (Motohiro KOSAKI)
03:37 PM Bug #7112 (Closed): File.extname documentation fix
This issue was solved with changeset r37749.
Noah, thank you for reporting this issue.
Your contribution to Ruby is g...
zzak (zzak _)
03:29 PM Revision 9d71f70d (git): * test/ruby/test_m17n_comb.rb (test_str_crypt): Use RbConfig to get
libc's directory. Patched by Vit Ondruch [ruby-core:49763] [Bug #7312]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t...
naruse (Yui NARUSE)
03:17 PM Revision 132eb25a (git): * marshal.c: add marshal readahead. marshalized Array, Hash and Struct
have size at least number of its elements, marshal readahead will
read the certain readable length and buffer when ...
Glass_saga (Masaki Matsushita)
03:03 PM Revision 2fff3595 (git): * 2012-11-21
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37771 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:03 PM Revision aa58a684 (git): * array.c (rb_get_values_at): Improve rdoc
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37770 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
02:58 PM Feature #7375: embedding libyaml in psych for Ruby 2.0
My only concern for bundling third party library is that leaving behind unmaintained after years.
So give me a promi...
matz (Yukihiro Matsumoto)
02:53 PM Revision 68de2e58 (git): * NEWS: List incompatible change for Array#values_at [#6203]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37769 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
02:51 PM Bug #5530 (Assigned): SEEK_SET malfunctions when used with 'append' File.open mode
zzak (zzak _)
02:45 PM Bug #5530: SEEK_SET malfunctions when used with 'append' File.open mode
I've added a patch for File::NULL like kosaki-san's patch in r37746 zzak (zzak _)
02:20 PM Bug #5530: SEEK_SET malfunctions when used with 'append' File.open mode
In anticipation of drbrain's change in rdoc, i've added r37744, see #7365.
This should be reverted and treated sim...
zzak (zzak _)
02:15 PM Bug #5530: SEEK_SET malfunctions when used with 'append' File.open mode
Kosaki-san, it might be good to backport this change so the File::Constants documentation makes it into 1.9.3 zzak (zzak _)
02:01 PM Bug #5530: SEEK_SET malfunctions when used with 'append' File.open mode
Finally, I've used rb_define_const() directly and solved the issue.
Thank you!
kosaki (Motohiro KOSAKI)
02:00 PM Bug #5530 (Closed): SEEK_SET malfunctions when used with 'append' File.open mode
This issue was solved with changeset r37746.
Joshua J., thank you for reporting this issue.
Your contribution to Ruby...
kosaki (Motohiro KOSAKI)
01:56 PM Bug #5530: SEEK_SET malfunctions when used with 'append' File.open mode
=begin
I haven't yet imported the fix into ruby trunk, I am cleaning up the remaining bugs first. I hope to have it ...
drbrain (Eric Hodel)
02:22 PM Feature #7377: #indetical? as an alias for #equal?
`identical?` can also mean "exactly alike", e.g. identical twins.
For the price of two additional letters, I'd rec...
marcandre (Marc-Andre Lafortune)
07:03 AM Feature #7377: #indetical? as an alias for #equal?
+1, due to similar sounding name, these methods confuse beginners (me). #identical? feels much better. Anonymous
02:11 PM Feature #6265: Remove 'useless' 'concatenation' syntax
I will fix RubyGems and RDoc, please stand by. drbrain (Eric Hodel)
02:49 AM Feature #6265 (Assigned): Remove 'useless' 'concatenation' syntax
drbrain, do you have no intention of fixing rubygems? We cannot add the warning.
(Or please make matz change his ...
mame (Yusuke Endoh)
02:00 PM Bug #7342: String#<=> checks for a #to_str method on other but never uses it?
jballanc (Joshua Ballanco) wrote:
> I would expect something like the following patch makes more sense?
You can u...
nobu (Nobuyoshi Nakada)
01:48 PM Revision 1196b798 (git): * Makefile.in (.d.h): replace char * to const char * because somehow
current dtrace removes const of function declaration in probes.d.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@...
naruse (Yui NARUSE)
01:17 PM Revision 3ee0326b (git): fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37767 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
01:09 PM Revision bf445c24 (git): fix guards for glibc crypt(3) see #7312
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37766 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
01:09 PM Bug #7326: Time.c doc improvements
=begin
Arguments should be surrounded by "+", not "_". In Time.at, (({+seconds+})), (({+seconds_with_frac+})) and ((...
drbrain (Eric Hodel)
12:44 PM Bug #7326: Time.c doc improvements
If you can separate typo/grammar changes from formatting, it will be much easier for me to review and more likely to ... zzak (zzak _)
12:57 PM Revision cea7600b (git): * include/ruby/debug.h: introdudced.
Debugging/profiling features will be located.
* vm_trace.c: expose C-level TracePoint APIs.
Note that they are expe...
ko1 (Koichi Sasada)
12:51 PM Feature #7106 (Assigned): FileUtils.touch should allow touching the symlink itself rather than the file the link points to
usa (Usaku NAKAMURA)
12:34 PM Feature #7106: FileUtils.touch should allow touching the symlink itself rather than the file the link points to
Yes, OK.
Let's do it on next minor.
usa (Usaku NAKAMURA)
05:12 AM Feature #7106: FileUtils.touch should allow touching the symlink itself rather than the file the link points to
Nakamura-san
Are you OK with making File#lutime return a NotImplementedError for now and we can work on next versi...
luislavena (Luis Lavena)
04:08 AM Feature #7106: FileUtils.touch should allow touching the symlink itself rather than the file the link points to
Hey,
Thanks a million Luis! :-)
It would be amazing to get File#lutime added now so *nix / POSIX compliant envi...
kwilczynski (Krzysztof Wilczynski)
12:49 PM Revision f495c968 (git): * configure.in (RUBY_DTRACE_AVAILABLE): only check dtrace availability.
* configure.in (RUBY_DTRACE_POSTPROCESS): restore.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37764 b2dd03c8-...
naruse (Yui NARUSE)
12:41 PM Revision 8459af3f (git): fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37763 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
12:39 PM Revision 5191b2ae (git): fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37762 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
12:39 PM Revision 2562560c (git): fix indent
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37761 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
12:34 PM Revision eabe74e0 (git): file.c: fix rdoc
* file.c (rb_file_s_extname): fix rdoc for an edge case.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37760 b2d...
nobu (Nobuyoshi Nakada)
12:34 PM Revision c3da426d (git): remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37759 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:34 PM Revision a00a9a28 (git): * test/win32ole/test_win32ole_type.rb (test_implemented_ole_types):
IShellDispatch6 bundled in Windows 8. Thanks to phasis68 (Heesob
Park). [ruby-core:49580][Bug #7403]
git-svn-id...
suke (Masaki Suketa)
12:34 PM Bug #7365 (Closed): File::NULL is not in documentation
This issue was solved with changeset r37744.
Misty, thank you for reporting this issue.
Your contribution to Ruby is ...
zzak (zzak _)
12:10 PM Revision 21453dc7 (git): * complex.c: some improvements.
* rational.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37757 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Tadayoshi Funaba
12:01 PM Revision 3b3d2006 (git): common.mk: fix for BSD make
* common.mk (incs): BSD make cannot deal with non-prefixed dependency
and prefixed target.
git-svn-id: svn+ssh://c...
nobu (Nobuyoshi Nakada)
11:48 AM Feature #5448 (Rejected): Singleton module's ::instance method should forward parameters
I think that "an extra layer of complexity where none is needed" is the parameter here.
If it were really needed, yo...
nobu (Nobuyoshi Nakada)
11:13 AM Revision 4c37c520 (git): * array.c (rb_ary_bsearch): fix rdoc bug (O(n log n) -> O(log n)).
Patch by Charlie Somerville. [ruby-core:49661] [Bug #7409]
* range.c (range_bsearch): ditto.
git-svn-id: svn+ssh:/...
mame (Yusuke Endoh)
11:13 AM Revision f1aee632 (git): add a ticket number
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37754 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
11:06 AM Bug #7337 (Rejected): 1.9.3-p327 crashed on rake
llvm-gcc-4.2 is too old.
Use recent toolchain.
nobu (Nobuyoshi Nakada)
11:05 AM Bug #6490 (Closed): The 'printf' method in trace_func is not sent to 'stdout' variable in tracer.rb
This issue was solved with changeset r37741.
Michal, thank you for reporting this issue.
Your contribution to Ruby is...
zzak (zzak _)
03:18 AM Bug #6490: The 'printf' method in trace_func is not sent to 'stdout' variable in tracer.rb
Looks good to me. Zachary, could you please apply it to trunk?
I guess that Keiju-san does not read English mail ...
mame (Yusuke Endoh)
11:05 AM Revision 1da641a1 (git): * vm_trace.c: rename and add TracePoint APIs.
(1) TracePoint.new(...){...} creates a new trace point
but does not make it enable.
(2) TracePoint.trace(...){......
ko1 (Koichi Sasada)
10:10 AM Feature #7051: Extend caller_locations API to include klass and bindings. Allow caller_locations as a method hanging off Thread.
Apologies it has taken me so long to respond here.
> I concur with ko1's objection to having the bindings available...
sam.saffron (Sam Saffron)
09:48 AM Revision 55393196 (git): * vm_trace.c: add two methods:
(1) TracePoint#return_value which returns return
value on the :return and :c_return event.
(2) TracePoint#raised_...
ko1 (Koichi Sasada)
09:41 AM Feature #7378: Adding Pathname#write
I definitely also have written Pathname#write, and used it. Please provide a patch, that should help getting it inclu... duerst (Martin Dürst)
09:40 AM Bug #3924 (Closed): Performance bug (in require?)
Fixed by #7158. h.shirosaki (Hiroshi Shirosaki)
09:34 AM Feature #5767 (Closed): Cache expanded_load_path to reduce startup time
Fixed by #7158. h.shirosaki (Hiroshi Shirosaki)
09:32 AM Feature #5427 (Closed): Not complex patch to improve `require` time (load.c)
Fixed by #7158. See #7387. h.shirosaki (Hiroshi Shirosaki)
08:47 AM Revision b1fa5590 (git): Add extra line to prevent syntax error
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37751 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
08:35 AM Revision da56cb6b (git): * configure.in: fix dtrace didn't work on darwin.
* configure.in (RUBY_DTRACE_AVAILABLE): unify RUBY_DTRACE_POSTPROCESS
and RUBY_DTRACE_BSD_BROKEN.
git-svn-id: svn+...
naruse (Yui NARUSE)
08:28 AM Bug #7350: Segmentation fault with ruby 1.9.3p328 (2012-11-13) [x86_64-linux]
Argh, my bad - I think it's a problem with how we were using libxml-ruby rather thank a ruby bug.
We had an area o...
ggiesemann (Geoffrey Giesemann)
07:53 AM Feature #7390: Funny Falcon Threads
(2012/11/20 3:12), mame (Yusuke Endoh) wrote:
> ko1, could you consider this issue towards next minor?

Sure.
...
ko1 (Koichi Sasada)
03:12 AM Feature #7390 (Assigned): Funny Falcon Threads
ko1, could you consider this issue towards next minor?
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
07:32 AM Bug #7406: English.rb says that $_ is thread-local, but it is frame-local
I guess this is a bit confusing, since it does also say it's scope-local. The thread-local part throws me off a bit. ... headius (Charles Nutter)
07:28 AM Bug #7406 (Closed): English.rb says that $_ is thread-local, but it is frame-local
system ~/projects/jruby/gist-4110634 $ jirb
irb(main):001:0> $_ = 'foo'
=> "foo"
irb(main):002:0> def blah; p $_; ...
headius (Charles Nutter)
07:09 AM Feature #7388: Object#embed
=begin
I thought about a few terms that might work in both cases, i.e. the so called "embed" case of this issue and ...
trans (Thomas Sawyer)
06:07 AM Feature #7388 (Rejected): Object#embed
=begin
I am against those names (not the feature).
: embed
the term 'embed' has different impression.
: inf...
matz (Yukihiro Matsumoto)
05:53 AM Feature #7388: Object#embed
Is this #ergo? Also see #6721 and #6373. trans (Thomas Sawyer)
04:29 AM Feature #7388: Object#embed
>
> I'd even say that `embed` is wrong.
>
> I would like to know of a good example of use case. I often succum...
nathan.f77 (Nathan Broadbent)
03:37 AM Feature #7388: Object#embed
mame (Yusuke Endoh) wrote:
> My personal opinion: the method name will matter.
I'd even say that `embed` is wrong...
marcandre (Marc-Andre Lafortune)
03:10 AM Feature #7388 (Assigned): Object#embed
In principle, I have no right to judge a feature request.
Please ask matz.
My personal opinion: the method name w...
mame (Yusuke Endoh)
07:02 AM Feature #7387 (Closed): Keep LOADED_FEATURES sorted by filename without extention for faster lookup on require.
LOADED_FEATURES hash index was included in #7158. Sorted LOADED_FEATURES is another approach for faster LOADED_FEATUR... h.shirosaki (Hiroshi Shirosaki)
03:15 AM Feature #7387: Keep LOADED_FEATURES sorted by filename without extention for faster lookup on require.
Hiroshi-san can you verify this has been resolved? zzak (zzak _)
03:14 AM Feature #7387: Keep LOADED_FEATURES sorted by filename without extention for faster lookup on require.
mame, you're welcome, I hope it helps you with the release!
I wasn't sure if this was included in #7158, so it may...
zzak (zzak _)
03:09 AM Feature #7387 (Feedback): Keep LOADED_FEATURES sorted by filename without extention for faster lookup on require.
Zachary, thank you for the sorting out the tickets!
I think that the problem itself was fixed effectively by #7158...
mame (Yusuke Endoh)
06:55 AM Feature #7341: Enumerable#associate
@Tom: Associative arrays are nice, but they are just arrays. No need to pamper them too much in the core. Anonymous
06:49 AM Feature #7384: Rename #each_with_object to #each_with
+1 for Eregon. #each_with_object is my favorite method, I love and always alias it to #ewo :) Anonymous
06:41 AM Feature #6811: File, Dir and FileUtils should have bang-versions of singleton methods that fails silently
First, let me apologize to everyone for expressing opinion, while having relatively little experience. I like your pr... Anonymous
06:37 AM Revision b6161a3b (git): * file.c (File.extname): Documentation for extname on dotfiles and
files ending with a dot. Also, added example for this.
[ruby-core:47852] [Bug #7112]
git-svn-id: svn+ssh://ci.rub...
zzak (zzak _)
05:39 AM Revision 134d33b0 (git): fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37748 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kosaki (Motohiro KOSAKI)
05:39 AM Revision 4d3f768b (git): * test/ruby/test_signal.rb (TestSignal#test_signame): fix windows
test failure. Process.kill on windows can't send a signal to
another process.
git-svn-id: svn+ssh://ci.ruby-lang...
kosaki (Motohiro KOSAKI)
05:00 AM Revision c8a3b2ba (git): * io.c (Init_IO): removed all rb_file_const() into file.c.
* file.c (Init_File): replace with rb_file_const() with
rb_define_const() because RDoc don't care rb_file_const.
...
kosaki (Motohiro KOSAKI)
03:37 AM Revision 7e96fb25 (git): * ruby.c (usage_msg): Fix typo [ruby-core:49205] [Bug #7327]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37745 b2dd03c8-39d4-4d8f-98ff-823fe69b080e zzak (zzak _)
03:34 AM Revision ca8f3275 (git): * file.c (File::NULL): Document File::NULL constant
[ruby-core:49384] [Bug #7365]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37744 b2dd03c8-39d4-4d8f-98ff-823fe...
zzak (zzak _)
03:15 AM Feature #6596: New method `Array#indexes`
Any new on this please ? I see that this ticket is assigned to Matz. Is there any chance to see it implemented in ruby ? robin850 (Robin Dupret)
03:14 AM Feature #6670: str.chars.last should be possible
knu, could you please review this? :-)
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
03:07 AM Revision 0c3d9675 (git): * win32/win32.c (rb_w32_read): Windows 8 fixed one of a bug of console
API.
based on the patch by Heesob Park at [ruby-core:49479] [Bug #7379]
git-svn-id: svn+ssh://ci.ruby-lang.org/ru...
U.Nakamura
03:03 AM Feature #5373: SMTP - new method
I can't say anything but "no" because the deadline has passed.
So, don't ask me.
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
02:52 AM Bug #7221: Unable to compile kgio under 1.9.3 with error: ruby-1.9.3-<plvl>/lib/ruby/1.9.1/mkmf.rb:597:in `Integer': can't convert nil into Integer (TypeError)
David, busy?
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
02:45 AM Feature #2447: reduce GC pressure by symbol table without String instance
他にやってくれる人がいなければ next minor 送りで。
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
02:38 AM Feature #5995: calling io_advise_internal() in read_all()
Well, I wonder what I should do.
... I procrastinate the decision to next minor.
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
02:33 AM Bug #4453 (Closed): Overriding #to_s changes #inspect
"Fixed" at r36699. See #6130.
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
02:32 AM Feature #5106 (Rejected): Is MurmurHash overkill?
I'm closing this ticket. Feel free to reopen with benchmark.
BTW: MurmurHash was replaced with SipHash which is a...
mame (Yusuke Endoh)
02:31 AM Feature #4247: New features for Array#sample, Array#choice
My apologies, I forgot this ticket completely. I should have wrapped up this discussion.
This missed the deadline o...
mame (Yusuke Endoh)
02:27 AM Feature #7252: version number of 2.0 release
ああ、忘れてました。提案したことも matz から承認されたことも忘れていた上に、このチケットまで忘れるとは我ながら惚れ惚れする忘却力。あいすみません。Vit への連絡もありがとうございます (あれだけでいいかな) 。
でまあ、...
mame (Yusuke Endoh)
02:21 AM Revision bd0931f7 (git): * configure.in (--enable-dtrace): always call RUBY_DTRACE_BSD_BROKEN
for portability.
As the note, FreeBSD 8 has DTrace as the optional
feature (it is enabled by the build option), b...
naruse (Yui NARUSE)
02:05 AM Revision b65dda51 (git): * lib/tracer.rb (Tracer.trace_func): printf to stdout
Patch by Michal Fojtik [ruby-core:45219] [Bug #6490]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37741 b2dd03...
zzak (zzak _)
01:21 AM Revision b74e1b21 (git): revert r37730
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37740 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kosaki (Motohiro KOSAKI)
01:18 AM Revision 49c0c510 (git): Revert "* configure.in (--enable-dtrace): change help message"
This reverts commit 029b59ba53d0cc42630d623b52d94cae0df62734.
When $rb_cv_prog_dtrace_g is yes on FreeBSD even if /us...
naruse (Yui NARUSE)
01:03 AM Bug #7405: Rdoc for CGI#header alias
Much better, thank you. stomar (Marcus Stollsteimer)
12:42 AM Bug #7405: Rdoc for CGI#header alias
=begin
I like to avoid negatives as much as possible.
(({This method is an alias for #http_header, when HTML5 tag...
zzak (zzak _)
12:30 AM Bug #7405 (Closed): Rdoc for CGI#header alias
=begin
CGI#header was only reintroduced as alias for CGI#http_header for compatibility reasons (see #7286), it's use...
stomar (Marcus Stollsteimer)
12:51 AM Revision f86396e4 (git): * 2012-11-20
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37738 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:51 AM Revision a7e13d65 (git): Remove probes.o before update
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37737 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
12:50 AM Revision 29996bb3 (git): Don't send INT signal itself.
On make test-all, it kills the process.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37736 b2dd03c8-39d4-4d8f-9...
naruse (Yui NARUSE)

11/19/2012

11:43 PM Bug #7214: Ruby 2.0 breaks support for some debugging tools
I will try to rewrite ruby-debug-base for 2.0 using your fork during this week and will post about results denofevil (Dennis Ushakov)
11:17 PM Bug #5530: SEEK_SET malfunctions when used with 'append' File.open mode
=begin
For documenting a constant by (({rb_define_const})), I think you need to use Document-const directive in rdoc....
zzak (zzak _)
04:59 PM Bug #5530 (Assigned): SEEK_SET malfunctions when used with 'append' File.open mode
Hi drbrain,
Your patch looks don't work. Attached patch created following result.
= File::Constants
(from ru...
kosaki (Motohiro KOSAKI)
08:23 AM Bug #5530 (Closed): SEEK_SET malfunctions when used with 'append' File.open mode
Committed: https://github.com/rdoc/rdoc/commit/4b76cba4 drbrain (Eric Hodel)
10:55 PM Bug #7383: Use stricter cache check in load.c
Yura, thank you.
Indeed rb_ary_shared_with_p does not react against #shift or #pop. Original array remains shared wi...
h.shirosaki (Hiroshi Shirosaki)
10:20 PM Bug #7403 (Closed): TestWIN32OLE_TYPE test failure on Windows 8
While I doing test-all, I noticed a failing test on Windows 8.
test_implemented_ole_types(TestWIN32OLE_TYPE) [C:/w...
phasis68 (Heesob Park)
08:33 PM Feature #7252: version number of 2.0 release
少なくとも 2.0.0 を出すにあたって上記の方針で問題なければチケットをクローズしてください。 ayumin (Ayumu AIZAWA)
08:11 PM Bug #7272 (Closed): twice-a-week manual svn -> github sync
ayumin (Ayumu AIZAWA)
07:53 PM Feature #7378: Adding Pathname#write
On 17/11/12 12:46, Eregon (Benoit Daloze) wrote:
>
> Issue #7378 has been updated by Eregon (Benoit Daloze).
>...
regularfry (Alex Young)
07:32 PM Bug #7259: ruby-debug-base19x does not compile on 2.0.0-head
Looks like it, feel free to close this one as a duplicate denofevil (Dennis Ushakov)
07:22 PM Bug #4266 (Closed): Timeouts in threads cause "ThreadError: deadlock; recursive locking"
This issue was solved with changeset r37724.
Christopher, thank you for reporting this issue.
Your contribution to Ru...
kosaki (Motohiro KOSAKI)
06:43 PM Feature #5613 (Closed): Signal.termsigname メソッドの追加
This issue was solved with changeset r37723.
Motohiro, thank you for reporting this issue.
Your contribution to Ruby ...
kosaki (Motohiro KOSAKI)
06:35 PM Feature #7393 (Closed): Fix array behaviour when it is used as a queue: github#174
kosaki (Motohiro KOSAKI)
12:26 PM Feature #7393: Fix array behaviour when it is used as a queue: github#174
Hi,
I think the pull request was merged to trunk as r37581-r37584.
nagachika (Tomoyuki Chikanaga)
12:18 PM Feature #7393 (Closed): Fix array behaviour when it is used as a queue: github#174
=begin
from github:
https://github.com/ruby/ruby/pull/174
When array is used intensively as a queue (ie repeated...
zzak (zzak _)
06:04 PM Feature #6682: Add a method to return an instance attached by a singleton class
=begin
zzak, thanks for updating this feature request.
I add more explanation.
First of all, I'll clarify my i...
ryoqun (Ryo Onodera)
08:43 AM Feature #6682: Add a method to return an instance attached by a singleton class
I've added Ryo's patch from github: https://github.com/ruby/ruby/pull/142
Shyouhei, could you review this?
Thanks
zzak (zzak _)
04:31 PM Bug #7382 (Closed): Struct#each_pairのyieldと他のeach_pairのそれの相違
This issue was solved with changeset r37721.
tadayoshi, thank you for reporting this issue.
Your contribution to Ruby...
nobu (Nobuyoshi Nakada)
12:11 AM Bug #7382 (Assigned): Struct#each_pairのyieldと他のeach_pairのそれの相違
matz (Yukihiro Matsumoto)
12:11 AM Bug #7382: Struct#each_pairのyieldと他のeach_pairのそれの相違
おっしゃることはもっともなので、直してトラブルが起きないかどうか確認したいです。
中田さん、お願いしていい?
Matz.
matz (Yukihiro Matsumoto)
02:13 PM Bug #6203: Array#values_at does not handle ranges with end index past the end of the array
Matz, could you please confirm what return value is correct for `[].values_at(1..3)`?
1) It could be []. This woul...
marcandre (Marc-Andre Lafortune)
02:12 PM Revision 029b59ba (git): * configure.in (--enable-dtrace): change help message
* configure.in (--enable-dtrace): remove ineffective "else AS_CASE ..."
because the variable $rb_cv_prog_dtrace_g i...
ngoto (Naohisa Goto)
01:31 PM Revision 82b24364 (git): * vm_backtrace.c (vm_backtrace_to_ary): fix a typo of an variable name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37734 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nagachika (Tomoyuki Chikanaga)
01:15 PM Feature #7401 (Rejected): Pathname#cleanpath default consider_symlink to true
=begin
from github: https://github.com/ruby/ruby/pull/213
((*Pathname#cleanpath is a purely lexical cleanup of a ...
zzak (zzak _)
01:10 PM Feature #7400 (Closed): Incorporate OpenSSL tests from JRuby.
=begin
from github: https://github.com/ruby/ruby/pull/206
((*These are tests we added to jruby-openssl over the y...
zzak (zzak _)
01:07 PM Feature #7399 (Closed): Add tests for PKCS7#type= and add_data.
=begin
from github:
https://github.com/ruby/ruby/pull/205
Add PKCS7 tests.
* PKCS7#type=
* PKCS7#add_data
*...
zzak (zzak _)
01:04 PM Bug #7398: Modify TestSSL#test_read_and_write to handle partial sysreads
=begin
Description update:
((*SSLSocket#sysread can return fewer bytes than you request. This test does client re...
zzak (zzak _)
01:03 PM Bug #7398 (Closed): Modify TestSSL#test_read_and_write to handle partial sysreads
=begin
from github: https://github.com/ruby/ruby/pull/204
((*SSLSocket#sysread can return fewer bytes than you re...
zzak (zzak _)
12:56 PM Bug #7397 (Closed): Fix detection of RL_PROMPT_*_IGNORE macros
=begin
from github: https://github.com/ruby/ruby/pull/202
((*mkmf doesn't create HAVE_X definitions, so HAVE_RL_P...
zzak (zzak _)
12:54 PM Feature #7375: embedding libyaml in psych for Ruby 2.0
Hello Vit,

2012/11/19 Vít Ondruch <[email protected]>:
> But anyway. I'll try to refrain from further comments...
mame (Yusuke Endoh)
08:23 AM Feature #7375: embedding libyaml in psych for Ruby 2.0
On Mon, Nov 19, 2012 at 12:48:36AM +0900, Vít Ondruch wrote:
> Dne 18.11.2012 15:41, Yusuke Endoh napsal(a):

...
Anonymous
06:23 AM Feature #7375: embedding libyaml in psych for Ruby 2.0
Dne 18.11.2012 18:37, Yusuke Endoh napsal(a):
> Hello Vit,
>
> 2012/11/19 Vít Ondruch <[email protected]>:
...
Anonymous
02:53 AM Feature #7375: embedding libyaml in psych for Ruby 2.0
Hello Vit,

2012/11/19 Vít Ondruch <[email protected]>:
>> I can understand the policy of the Linux distributio...
mame (Yusuke Endoh)
12:53 AM Feature #7375: embedding libyaml in psych for Ruby 2.0
Dne 18.11.2012 15:41, Yusuke Endoh napsal(a):
> Hello,
>
> 2012/11/18 Benoit Daloze <[email protected]>:
>>...
Anonymous
12:44 PM Feature #7396 (Rejected): encode location header
from github:
https://github.com/ruby/ruby/pull/189
zzak (zzak _)
12:40 PM Bug #7395 (Closed): Negative numbers can't be primes by definition
from github:
https://github.com/ruby/ruby/pull/187
By definition, a prime number can be a positive integer greate...
zzak (zzak _)
12:37 PM Revision f17aa9b3 (git): * vm_dump.c: not to include probes.h because the code does not depend
on it.
* common.mk (vm_dump.$(OBJEXT)): remove dependency on probes.h
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t...
ngoto (Naohisa Goto)
12:36 PM Feature #7394 (Assigned): Enumerable#find ifnone parameter could be non-callable
from github:
https://github.com/ruby/ruby/pull/186
In trunk the `Enumerable#find` method `ifnone` parameter has t...
zzak (zzak _)
12:23 PM Bug #7391: Allow to use require_relative from eval and irb environment
Please read this related issue. http://bugs.ruby-lang.org/issues/4487 shyouhei (Shyouhei Urabe)
11:10 AM Bug #7391 (Closed): Allow to use require_relative from eval and irb environment
=begin
From github: https://github.com/ruby/ruby/pull/139
Before patch
1.9.3p125 :001 > require_relative "fil...
zzak (zzak _)
12:10 PM Bug #7392: Add handling for %i and %I quoting to irb
Changed from Feature to Bug (right?) marcandre (Marc-Andre Lafortune)
11:55 AM Bug #7392 (Closed): Add handling for %i and %I quoting to irb
from github:
https://github.com/ruby/ruby/pull/157
zzak (zzak _)
11:59 AM Feature #6670: str.chars.last should be possible
I've added Yutaka-san's patch from github, please continue discussion here.
mame, could you please review this?
zzak (zzak _)
11:35 AM Feature #6183: Enumerator::Lazy performance issue
Yusuke-san seems to be last to review this, what is your opinion? zzak (zzak _)
11:15 AM Revision 57ee8128 (git): * thread.c (rb_thread_s_check_interrupt): removed redundant
GET_THREAD().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37732 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
kosaki (Motohiro KOSAKI)
11:13 AM Revision 4b25e0ce (git): * thread.c (rb_threadptr_async_errinfo_active_p): added a small
comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37731 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
kosaki (Motohiro KOSAKI)
11:10 AM Revision 212150c2 (git): * thread.c, vm_core.h: big rename th to cur_th when works only
th is current thread.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37730 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
kosaki (Motohiro KOSAKI)
11:07 AM Revision 0a2da327 (git): * thread.c (rb_thread_blocking_region_end): replaced GET_THREAD()
with ruby_thread_from_native(). We don't have GVL here.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37729 b2...
kosaki (Motohiro KOSAKI)
11:04 AM Revision 7643e460 (git): * thread.c (rb_threadptr_execute_interrupts) removed.
* thread.c (rb_threadptr_execute_interrupts_common) renamed to
rb_threadptr_execute_interrupts. I.e. unified
rb_t...
kosaki (Motohiro KOSAKI)
10:54 AM Revision 6d9f7672 (git): * signal.c (rb_get_next_signal): removed pointless signal
disabling. pthread_sigmask() only changes current thread
mask.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
kosaki (Motohiro KOSAKI)
10:38 AM Revision 562cb0ae (git): * signal.c (install_sighandler): added comments why we need
rb_disable_interrupt().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37726 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
kosaki (Motohiro KOSAKI)
10:35 AM Revision 75df3aae (git): * signal.c (rb_disable_interrupt, rb_enable_interrupt): removed
USE_TRAP_MASK.
* signal.c (trap_arg, trap_ensure): removed.
* signal.c (trap, sig_trap): removed pointless signal dis...
kosaki (Motohiro KOSAKI)
10:22 AM Revision 6c56dae4 (git): * prelude.rb: Moved Mutex#synchronize to
* thread.c (rb_mutex_synchronize_m): here. [Bug #4266]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37724 b2d...
kosaki (Motohiro KOSAKI)
09:43 AM Revision 58282ed6 (git): * signal.c (sig_signame): implements Signal.signame method
[Feature #5613]
* test/ruby/test_signal.rb (test_signame): adds test for above
* NEWS: add an item about above
git...
kosaki (Motohiro KOSAKI)
08:51 AM Bug #6490: The 'printf' method in trace_func is not sent to 'stdout' variable in tracer.rb
mame, could you look at this?
Keiju-san last connection was over 1 year ago.
zzak (zzak _)
08:35 AM Feature #7390 (Closed): Funny Falcon Threads
=begin
From github: https://github.com/ruby/ruby/pull/104
(1) Currently, when Thread wakes on timeout, it could n...
zzak (zzak _)
08:27 AM Bug #6978 (Closed): RDoc does not convert <Ruby_element>@<paragraph_name> to hyperlinks
I can't reproduce the failure with rdoc master. I believe it is fixed. drbrain (Eric Hodel)
08:26 AM Feature #5970: Add Enumerable#join with same semantics as Array#join
Adding Greg Sterndale's patch from github:
https://github.com/ruby/ruby/pull/97
zzak (zzak _)
08:20 AM Bug #7389 (Closed): use rb_str_free for freeing string in parse.y
From github: https://github.com/ruby/ruby/pull/87 zzak (zzak _)
07:54 AM Revision 92cef134 (git): struct.c: fix typo
* struct.c (rb_struct_each_pair): fix typo. [Bug #7382]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37722 b2d...
nobu (Nobuyoshi Nakada)
07:40 AM Feature #7388 (Rejected): Object#embed
=begin
From github:
https://github.com/ruby/ruby/pull/67
Add Object#embed which works like tap but returns the b...
zzak (zzak _)
07:32 AM Feature #7387 (Closed): Keep LOADED_FEATURES sorted by filename without extention for faster lookup on require.
I'm moving this over from github:
https://github.com/ruby/ruby/pull/66
zzak (zzak _)
07:31 AM Revision 7588c674 (git): struct.c: yield assoc in each_pair
* struct.c (rb_struct_each_pair): yield associated pairs so that
an unsplat argument can get both, for consistency ...
nobu (Nobuyoshi Nakada)
07:17 AM Revision 2370556d (git): configure.in: no -lelf
* configure.in (LIBS): libelf is need on only FreeBSD.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37720 b2dd0...
nobu (Nobuyoshi Nakada)
07:12 AM Feature #7363: Remove the global Pathname() method
Adding patch from github. zzak (zzak _)
07:11 AM Feature #5434: Allow per-class whitelisting of methods safe to expose through DRb
Adding Mohamed's patch from github. zzak (zzak _)
07:09 AM Feature #4189: FileUtils#ln_r
Adding Thomas' patch from github. zzak (zzak _)
07:08 AM Revision a824a618 (git): common.mk: no purelib
* common.mk (RUBYLIB): purelib option in runruby.rb is deprecated
since r28841, so set to an empty list to get rid ...
nobu (Nobuyoshi Nakada)
06:41 AM Revision b999f95e (git): * .travis.yml (script): add OPTS=-v, requested by @_ko1.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37718 b2dd03c8-39d4-4d8f-98ff-823fe69b080e shyouhei (Shyouhei Urabe)
06:11 AM Revision 24512ba1 (git): * configure.in: fix didn't enable_dtrace=yes on auto.
* configure.in: see enable_dtrace for adding libelf on FreeBSD.
* common.mk: VPATH is not needed.
git-svn-id: svn+s...
naruse (Yui NARUSE)
06:07 AM Revision 15d940b8 (git): * thread.c: add `Thread#backtrace_locations' method.
This method is similart to `caller_locations' method for
specific method.
And fix to accept `level' and `n' param...
ko1 (Koichi Sasada)
05:56 AM Revision 3918bbfa (git): * Makefile.in, common.mk (probes.h): moved to common.mk and changed to
see $(srcdir).
* common.mk (probes.dmyh): now created it on $(srcdir) always.
* win32/Makefile.sub (.SUFFIXES): rem...
U.Nakamura
02:06 AM Revision 70927cb2 (git): * common.mk (vm_dump.o): depend probes.h.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37714 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
02:06 AM Bug #7386 (Closed): test_signal_propagation_in_tests is failed before make install
TestRakeFunctional#test_signal_propagation_in_tests is failed, when it has been run before +make install+.
$ rm -r...
ayumin (Ayumu AIZAWA)
01:04 AM Revision f567a1a4 (git): * Makefile.in (.SUFFIX): bsdmake needs .SUFFIX is defined before use.
* common.mk: fix path of probes.dmyh.
* configure.in: FreeBSD's USDT requires libelf.
git-svn-id: svn+ssh://ci.ruby...
naruse (Yui NARUSE)
12:59 AM Bug #7276: TestFile#test_utime failure
No failure when building trunk@37710 on Arch 3.6.6 with gcc 4.7.2 jonforums (Jon Forums)
12:37 AM Bug #7385 (Rejected): Compilation of Ruby should fail when libyaml is not present on system
=begin
Quoting from [1]:
If libyaml is not installed properly, you cannot compile Psych; no YAML library is avai...
vo.x (Vit Ondruch)
12:26 AM Feature #6672 (Rejected): Calling #() without dot before braces
matz (Yukihiro Matsumoto)

11/18/2012

11:53 PM Feature #7375: embedding libyaml in psych for Ruby 2.0
Hello,

2012/11/18 Benoit Daloze <[email protected]>:
> Agreed, it does not make sense to me to bundle to avoid ...
mame (Yusuke Endoh)
05:53 AM Feature #7375: embedding libyaml in psych for Ruby 2.0
On 17 November 2012 21:34, Vít Ondruch <[email protected]> wrote:
> Dne 17.11.2012 21:19, Aaron Patterson napsal(...
Eregon (Benoit Daloze)
05:53 AM Feature #7375: embedding libyaml in psych for Ruby 2.0
Dne 17.11.2012 21:19, Aaron Patterson napsal(a):
> Again, doesn't help with the problems we're having.

I don...
Anonymous
05:23 AM Feature #7375: embedding libyaml in psych for Ruby 2.0
On Sun, Nov 18, 2012 at 03:23:49AM +0900, jeremyevans0 (Jeremy Evans) wrote:
>
> Issue #7375 has been updated b...
Anonymous
05:23 AM Feature #7375: embedding libyaml in psych for Ruby 2.0
On Sun, Nov 18, 2012 at 03:05:50AM +0900, vo.x (Vit Ondruch) wrote:
>
> Issue #7375 has been updated by vo.x (V...
Anonymous
03:23 AM Feature #7375: embedding libyaml in psych for Ruby 2.0
vo.x (Vit Ondruch) wrote:
> I hope this proposal will be rejected. Here are some reasons:
>
> https://fedoraproje...
jeremyevans0 (Jeremy Evans)
03:05 AM Feature #7375: embedding libyaml in psych for Ruby 2.0
I hope this proposal will be rejected. Here are some reasons:
https://fedoraproject.org/wiki/Packaging:No_Bundled_...
vo.x (Vit Ondruch)
11:29 PM Bug #7276: TestFile#test_utime failure
Nakamura-san,
Do you have any idea about this? Nobu seems not responding so perhaps you can help us figure out the...
luislavena (Luis Lavena)
12:35 PM Bug #7276: TestFile#test_utime failure
Ping.
This is the only test-all fail I have when building trunk on Win7 with mingw-w64 gcc 4.7.2.
This fail doe...
jonforums (Jon Forums)
09:10 PM Feature #7384: Rename #each_with_object to #each_with
I couldn't agree more!
Enumerator#with_object should become Enumerator#with as well.
Eregon (Benoit Daloze)
08:12 PM Feature #7384 (Open): Rename #each_with_object to #each_with
I propose that #each_with_object be renamed to #each_with, for the following reasons:
1. The original name is too ...
trans (Thomas Sawyer)
08:35 PM Feature #7341: Enumerable#associate
=begin
One problem I have with this is the terminology. The term "associate" already applies to arrays. ((*Associati...
trans (Thomas Sawyer)
01:34 PM Feature #7341: Enumerable#associate
Agree with Marc-Andre. Anonymous
08:21 PM Bug #7326: Time.c doc improvements
In contrast to the guidelines I have: _arguments_, _object_ and _other_object_ (also _self_)
Monospaced only for re...
bt (Bernd Homuth)
07:09 PM Bug #7383 (Closed): Use stricter cache check in load.c
rb_ary_shared_with_p does not react when #shift or #pop is called on original array.
This patch introduce rb_ary_d...
funny_falcon (Yura Sokolov)
05:12 PM Bug #7382 (Closed): Struct#each_pairのyieldと他のeach_pairのそれの相違
Struct#each_pairが他のeach_pairと異なります。
他はENVなども含めてassocで、Structだけvaluesなので解りにくいです。
require 'ostruct'
h = {'a'=>...
tadf (tadayoshi funaba)
04:30 PM Revision e1ffb876 (git): * 2012-11-19
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37712 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:30 PM Revision 979dff3e (git): * vm_core.h, probes_helper.h (RUBY_DTRACE_FUNC_ENTRY_HOOK,
RUBY_DTRACE_FUNC_RETURN_HOOK): move from vm_core.h to new file
probes_helper.h for narrowing dependency to probes.h...
ngoto (Naohisa Goto)
01:44 PM Feature #6154: Eliminate extending WaitReadable/Writable at runtime
I have made the additional OpenSSL changes in the following JRuby commit: https://github.com/jruby/jruby/commit/8b022... headius (Charles Nutter)
01:26 PM Feature #7309: HEREDOC end of line or similar
In other words, you want to mangle Ruby syntax :-) Anonymous
01:22 PM Bug #7369: Matrix #row_size, #column_size methods
@Eregon: #m and #n? Maybe as aliases, but I think that one-character methods should be generally left to daring users... Anonymous
01:08 PM Bug #7356: ruby-2.0.0-preview1 で adlint-2.6.10 が性能劣化
windowsではあまり変わらないみたいです。
linuxだとどこが問題なんですかね。
== 測定環境
OS 名 Microsoft Windows 7 Home Premium
バージョン 6.1.7601 Serv...
tarui (Masaya Tarui)
12:38 PM Bug #7272: twice-a-week manual svn -> github sync
This can be closed. Thank you Urabe-san. jonforums (Jon Forums)
12:37 PM Feature #6672: Calling #() without dot before braces
In that case this issue should be closed. (I also think this feature is too much sugar.) Anonymous
12:32 PM Feature #6687: Enumerable#with
I think the word "object" is non-essential in both Enumerable#each_with_object and Enumerator#with_object; which shou... Anonymous
12:27 PM Feature #6688: Object#replace
I support Shugo Maeda, who is against this method. Non-essential feature creep. Anonymous
12:20 PM Feature #6721: Object#yield_self
#ergo is a well-thought method name, I like it better than all others. Anonymous
12:16 PM Feature #6733: New inspect framework
Call me a paranoid, if you want :-) Anonymous
12:16 PM Feature #6733: New inspect framework
Thank you so much for this. Whenever I use #inspect and #to_s methods, such as when writing
puts "blah blah #{obje...
Anonymous
12:09 PM Feature #6758: Object#sequence
The method seems useful, but adding it to Object or Kernel would be feature creep. I still remember how I was memoriz... Anonymous
11:55 AM Revision 2630ad09 (git): * bignum.c (rb_cstr_to_inum): should accept underscores of
sequence of two or more when unchecked mode.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37710 b2dd03c8-39d4-...
Tadayoshi Funaba
11:55 AM Feature #5478: Add syntax to import Set into core
I really like `~[1, 2, 3]` as a shortcut for `Set.new([1, 2, 3])`:
```ruby
class Array
def ~@
Set.new sel...
nathan.f77 (Nathan Broadbent)
11:01 AM Feature #5478: Add syntax to import Set into core
I am for having Set in the core, with Set[ a, b, c ] and Set.new as basic constructors. I am against mingling it with... Anonymous
11:09 AM Feature #5528: OO API for tracing
I think that so few people respond to this because they are not users of Tracepoint :-) Anonymous
10:40 AM Feature #5400: Remove flip-flops in 2.0
For Endo's sake, please don't remove this jewel, bring it to perfection, somehow :)))) Anonymous
08:24 AM Revision 1f225be2 (git): * configure.in, Makefile.in, common.mk: support DTrace on Solaris 10,
based on r26235 by Yugui. On Solaris 10, low optimization level
may also be needed, e.g. optflags="-xO1" or "-xO0" ...
ngoto (Naohisa Goto)
03:04 AM Bug #7374: File.expand_path resolving to first file/dir instead of absolute path
Martin, Hiroshi,
This should be finally fixed by r37706, sorry for all the inconveniences!
(note to myself: don...
luislavena (Luis Lavena)
02:53 AM Bug #7374 (Closed): File.expand_path resolving to first file/dir instead of absolute path
This issue was solved with changeset r37706.
Martin, thank you for reporting this issue.
Your contribution to Ruby is...
luislavena (Luis Lavena)
12:55 AM Bug #7374 (Assigned): File.expand_path resolving to first file/dir instead of absolute path
=begin
Sorry for the noise, but seems I've a Webrick failure caused by this that didn't catch when sent r37700 in.
...
luislavena (Luis Lavena)
12:35 AM Revision 42d38dec (git): * complex.c (read_comp): mathn compliant.
* rational.c (read_num): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37708 b2dd03c8-39d4-4d8f-98ff-823...
Tadayoshi Funaba
12:26 AM Revision 7a1985a9 (git): trivial changes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37707 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
 

Also available in: Atom