Activity
From 06/29/2012 to 07/05/2012
07/05/2012
-
11:27 PM Bug #6702 (Rejected): Date should be either required or not
- Today I was trying to do some experiment with IRB: "Date.today" threw a NoMethodError.
But Date was defined: "defi... -
09:50 PM Revision cd0971e2 (git): * array.c (rb_ary_aref): Added a description of the behavior of
- index positioning. [Bug #6680]
* array.c (rb_ary_aset): ditto. Reordered sentences for clarity.
* string.c (rb_str... -
09:35 PM Bug #6696 (Assigned): [PATCH] ERB::Util.url_encode should not escape unreserved characters
-
09:23 PM Bug #6701 (Assigned): once literal doesn't care escape
- 遠藤です。
2012年7月5日 19:02 ko1 (Koichi Sasada) <[email protected]>:
> しかし,expr 中で例外などで大域脱出が発生し,再度評価しようとすると,まだ expr... -
07:01 PM Bug #6701 (Closed): once literal doesn't care escape
- # 概要
`/#{expr}/o` は,`expr` はたかだか一回しか実行されない,後から評価したときは `expr` の評価値(を用いた正規表現)が返されるという意味になります.しかし,`expr` 中で例外などで大域脱出が... -
08:59 PM Feature #5741: Secure Erasure of Passwords
- Hi Ken,
I guess it largely depends on how things will go with #6361.
But if you are interested in the feature, w... -
08:39 PM Revision 9360721e (git): * string.c (rb_str_bytesize): Improve documentation. Patch by Oscar
- Del Ben from github issue #138.
* string.c (rb_str_empty): ditto.
* string.c (rb_str_times): ditto.
* string.c (rb_... - 07:06 PM Revision 6b5a88a3 (git): * 2012-07-06
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36326 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:06 PM Revision 7182c000 (git): * ext/zlib/zlib.c (zstream_expand_buffer_without_gvl): Use
- ruby_xrealloc() to avoid crash with CALC_EXACT_MALLOC_SIZE.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36325... -
05:26 PM Bug #4487: require_relative fails in an eval'ed file
- =begin
@LTe sorry, I can't get it. load loads from $LOAD_PATH, while require_relative requires from relative path... -
05:07 PM Bug #4487: require_relative fails in an eval'ed file
- =begin
If in irb we can execute
(({load("file.rb")}))
why we can't
(({require_relative("file")}))
Ruby j... -
04:09 PM Bug #6698 (Rejected): MacOSXではDir.globが返すファイル名の内容はUTF8-MACですがencodingがUTF-8になっている
- imkira (Mario Freitas) wrote:
> MacOSXでは、「だ」など濁点が含まれているファイル名をDir.globで調べると返ってくるencodingが間違っているようです。
>
> Dir.glob... -
03:44 PM Bug #6698: MacOSXではDir.globが返すファイル名の内容はUTF8-MACですがencodingがUTF-8になっている
- patch 更新しました
-
12:38 PM Bug #6698: MacOSXではDir.globが返すファイル名の内容はUTF8-MACですがencodingがUTF-8になっている
- OS X じゃないMacはもうサポートしてないしサポートを復活させるのも技術難易度的に不可能だと思うので
#if defined(__APPLE__) && ( defined(__MACH__) || defined(__DA... -
10:10 AM Bug #6698: MacOSXではDir.globが返すファイル名の内容はUTF8-MACですがencodingがUTF-8になっている
- =begin
(({NO_LOCALE_CHARMAP}))は(({miniruby}))用に必須なので、その外に条件を追加するのはダメです。
=end
-
02:42 PM Revision e57bc077 (git): never evaluated
- * test/ruby/test_basicinstructions.rb (test_regexp): fix never
evaluated assertion.
git-svn-id: svn+ssh://ci.ruby... -
02:19 PM Feature #6617: Net::HTTP: Bind to a specific local IP/port
- @naruse: tests attached! It seems that local_host cannot be nil when setting local_port in TCPSocket.open.
@madeof... -
12:05 AM Feature #6617: Net::HTTP: Bind to a specific local IP/port
- =begin
Not sure, but it may be related to this:
>> defined?(@foo)
=> nil
>> @foo = nil
=> nil... -
02:10 PM Revision 0f020f7c (git): * thread.c: fix typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36323 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:47 PM Bug #6699: rb_barrier_wait() gets blocked when running within a Thread.new { }
- Please don't use rb_barrier_wait(). It doesn't have barrier semantics. Moreover, It is not a public API. We might rem...
-
12:32 PM Bug #6700: [PATCH] Fix some 4xx status classes to inherit correctly from Net::HTTPClientError
- Thanks for pointing it out. I merged your patch and added a test.
-
12:31 PM Bug #6700 (Closed): [PATCH] Fix some 4xx status classes to inherit correctly from Net::HTTPClientError
- This issue was solved with changeset r36316.
Mark, thank you for reporting this issue.
Your contribution to Ruby is g... -
12:05 PM Bug #6700 (Assigned): [PATCH] Fix some 4xx status classes to inherit correctly from Net::HTTPClientError
-
06:49 AM Bug #6700: [PATCH] Fix some 4xx status classes to inherit correctly from Net::HTTPClientError
- s/disable/desirable/
-
06:48 AM Bug #6700 (Closed): [PATCH] Fix some 4xx status classes to inherit correctly from Net::HTTPClientError
- These recently added 4xx status classes were inheriting from Net::HTTPSuccess, which seems incorrect.
I believe th... -
12:03 PM Feature #4633 (Rejected): iterate method / extended version of for
Dear Jan,
Sorry that I didn't reply to you sooner.
Thank you for the precious proposal,
but I reject this pr...-
08:32 AM Revision 85bb412e (git): ThreadShield
- * internal.h: move ThreadShield declarations from intern.h.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36322 ... -
08:18 AM Revision 5425128e (git): bootstraptest: fix missing bs
- * bootstraptest/runner.rb (show_progress): fix missing bs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36321 ... -
07:00 AM Revision 51f458d4 (git): ThreadShield
- * thread.c (ThreadShield): rename from Barrier.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36320 b2dd03c8-39d... -
06:15 AM Revision 6b801ac9 (git): bootstraptest: refine error output
- * bootstraptest/runner.rb (show_progress): refine error output. do not
count non-empty error message, but just warn... -
03:59 AM Feature #5206: ruby -K should warn
- (2012/07/05 1:02), naruse (Yui NARUSE) wrote:
> Or get permission from matz to add the new option.
How about ... -
01:02 AM Feature #5206: ruby -K should warn
- ko1 (Koichi Sasada) wrote:
> (2012/07/04 22:42), naruse (Yui NARUSE) wrote:
> > If ALLOW_DEFAULT_SOURCE_ENCODING m... -
01:01 AM Feature #5206 (Assigned): ruby -K should warn
-
01:01 AM Feature #5206 (Closed): ruby -K should warn
- This issue was solved with changeset r36310.
Eric, thank you for reporting this issue.
Your contribution to Ruby is g... -
12:23 AM Feature #5206: ruby -K should warn
- (2012/07/04 22:42), naruse (Yui NARUSE) wrote:
> If ALLOW_DEFAULT_SOURCE_ENCODING macro is enabled, you can use --... -
03:33 AM Revision fecdcc51 (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36318 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:31 AM Revision 1b51476c (git): * test/net/http/test_httpresponses.rb: Add a test file for
- Net::HTTPResponses and put a test case for the previous bug.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36317... - 03:31 AM Revision cc623808 (git): * lib/net/http/responses.rb: Fix 4xx classes to inherit correctly
- from Net::HTTPClientError. [Bug #6700]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36316 b2dd03c8-39d4-4d8f-98... - 03:31 AM Revision be53f329 (git): Fix 4xx classes to inherit correctly from Net::HTTPClientError
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36315 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:04 AM Revision d5db3754 (git): fix a typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36314 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:53 AM Revision 0de9b0fe (git): NEWS
- * NEWS: about __callee__ and Module#prepend.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36313 b2dd03c8-39d4-4... -
01:41 AM Revision bc4cda44 (git): desc r36301
- * ChangeLog: add description for r36301.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36312 b2dd03c8-39d4-4d8f-...
07/04/2012
-
11:53 PM Bug #6698: MacOSXではDir.globが返すファイル名の内容はUTF8-MACですがencodingがUTF-8になっている
- 仮に不具合として、OS X 環境では UTF8-MAC にするパッチを添付します。
imkira (Mario Freitas) wrote:
> このredmineのバージョンではMoreというリンクが存在しないので編集しま... -
11:22 PM Bug #6698: MacOSXではDir.globが返すファイル名の内容はUTF8-MACですがencodingがUTF-8になっている
- ありがとうございました。
こちらの良く使うredmineのバージョンでは、Updateリンクを推してMoreというリンクが出てそこで編集できます。
このredmineのバージョンではMoreというリンクが存在しないので編集しません... -
08:48 PM Bug #6698: MacOSXではDir.globが返すファイル名の内容はUTF8-MACですがencodingがUTF-8になっている
- imkira (Mario Freitas) wrote:
> redmineのcode blockを使ってみましたが、表示おかしくなりましたT_T
直しておきました。RD のフォーマットを有効にするには =begin, =e... -
07:43 PM Bug #6698: MacOSXではDir.globが返すファイル名の内容はUTF8-MACですがencodingがUTF-8になっている
- redmineのcode blockを使ってみましたが、表示おかしくなりましたT_T
-
07:41 PM Bug #6698 (Rejected): MacOSXではDir.globが返すファイル名の内容はUTF8-MACですがencodingがUTF-8になっている
- =begin
MacOSXでは、「だ」など濁点が含まれているファイル名をDir.globで調べると返ってくるencodingが間違っているようです。
Dir.glob('*.{jpg,png}') do |filename|... -
11:51 PM Bug #6680: Unclear rdoc for Array and String slicing
- Hi Eric,
there is a typo in the new examples, see new patch:
in the "special cases", a[6] (which is already giv... -
09:38 PM Bug #6680: Unclear rdoc for Array and String slicing
- Hi Eric,
thank you, there are definitely some improvements here.
But: in my opinion the documentation is still ... -
08:35 AM Bug #6680: Unclear rdoc for Array and String slicing
- I chose to indicate that the start offset is an index instead of your text, but I kept your examples since the behavi...
-
08:29 AM Bug #6680 (Closed): Unclear rdoc for Array and String slicing
- This issue was solved with changeset r36298.
Marcus, thank you for reporting this issue.
Your contribution to Ruby is... -
10:42 PM Feature #5206: ruby -K should warn
- ko1 (Koichi Sasada) wrote:
> (2012/07/03 14:46), usa (Usaku NAKAMURA) wrote:
> > Status changed from Closed to Ass... -
09:43 PM Feature #6684: Object#do
- knu (Akinori MUSHA) wrote:
> You can use `tap` for now, like `result = object.tap { |o| break f(o) }`.
great alte... -
09:33 PM Feature #6684: Object#do
- nobu (Nobuyoshi Nakada) wrote:
> `something.do do end` seems messy a little.
Yes. `something.do do end` is messy... -
04:32 PM Feature #6684: Object#do
- I'm afraid `do` might be a bit too bold choice for a Kernel method. (DBI has a `do` method for example)
You can us... -
04:17 PM Feature #6684: Object#do
- `something.do do end` seems messy a little.
`something.do do end`というのはどうにも…。
-
09:09 PM Feature #6687: Enumerable#with
- knu (Akinori MUSHA) wrote:
> I doubt it. Enumerable is often just one probably minor aspect of an including class, a... -
02:50 PM Feature #6687: Enumerable#with
- > Also, a word `each` in `each_with_object` is not essential, then omittable in view of the fact that it is called to...
-
08:53 PM Bug #6696 (Feedback): [PATCH] ERB::Util.url_encode should not escape unreserved characters
- FYI, the old discussion is at https://github.com/ruby/ruby/pull/54
I see the patch itself is OK. The question is ... -
06:26 PM Bug #6696: [PATCH] ERB::Util.url_encode should not escape unreserved characters
- Sorry, somehow this ticket subject line got truncated. Newline paste fail.
-
05:03 PM Bug #6696 (Closed): [PATCH] ERB::Util.url_encode should not escape unreserved characters
- ERB::Util.url_encode is escaping tilde (~) where it should not according to the RFC.
This fixes that behaviour so ... -
07:52 PM Bug #6699 (Closed): rb_barrier_wait() gets blocked when running within a Thread.new { }
- In my Ruby C extension I use rb_barrier_wait(MY_BARRIER) in a method. It works perfectly but I've realized of a case ...
-
07:23 PM Bug #6650: Fixing win32ole test errors
- On Sat, Jun 30, 2012 at 11:24:03PM +0900, luislavena (Luis Lavena) wrote:
>
> Can you confirm tests pass after ... -
07:17 PM Bug #6650 (Closed): Fixing win32ole test errors
- This issue was solved with changeset r36306.
Boško, thank you for reporting this issue.
Your contribution to Ruby is ... -
01:32 AM Bug #6650: Fixing win32ole test errors
- Masaki Suketa,
Can you confirm patch from Hiroshi fix the error for you?
-
07:07 PM Feature #6617: Net::HTTP: Bind to a specific local IP/port
- Forgive me if this is a silly question, but what is the point of initializing the instance variables to nil in the in...
-
06:25 PM Feature #6697 (Feedback): [PATCH] Add Kernel#Symbol conversion method like String(), Array() etc.
- For consistency, it seems to make sense to add a Kernel#Symbol helper.
This change would not break any existing co... -
05:59 PM Feature #6679: Default Ruby source file encoding to utf-8
- On 2012/07/03 10:33, naruse (Yui NARUSE) wrote:
>
> Issue #6679 has been updated by naruse (Yui NARUSE).
>
>... -
05:53 PM Feature #6693: Don't warn for unused variables starting with _
- On 04/07/12 05:01, marcandre (Marc-Andre Lafortune) wrote:
>
> Issue #6693 has been reported by marcandre (Marc-... -
01:01 PM Feature #6693 (Closed): Don't warn for unused variables starting with _
- Currently, variables which are set but not used will generate a warning (ruby -w), except if they have the special na...
-
05:29 PM Bug #6674: 1.9 parser regression: not ()
- zenspider (Ryan Davis) wrote:
> 4486 % ruby19 -cwe 'not (a)'
> -e:1: warning: (...) interpreted as grouped expressi... - 04:01 PM Revision 91337d00 (git): * 2012-07-05
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36311 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:01 PM Revision 007c9aa2 (git): * ruby.c (proc_options): warn only if -K and -w option is specified.
- see also r36274 [Feature #5206]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36310 b2dd03c8-39d4-4d8f-98ff-823f... -
02:24 PM Feature #6695 (Assigned): Configuration for Thread/Fiber creation
- =begin
= Abstract
With Feature #6694, the following configuration parameters should be allowed for Thread/Fiber c... -
01:59 PM Feature #3187: Allow dynamic Fiber stack size
- I make another ticket about it:
https://bugs.ruby-lang.org/issues/6694
Thanks,
Koichi
--
// SASADA Koichi a... -
01:51 PM Feature #6694 (Assigned): Thread.new without block.
- # Abstract
Support Thread.new() without block.
Before: `Thread.new(params...){|thread_local_params| ...}`
Af... -
01:44 PM Feature #6620 (Rejected): Add ' to CGI's HTML escaping
- ' is not html but xml specification.
-
08:32 AM Feature #6620 (Closed): Add ' to CGI's HTML escaping
- This issue was solved with changeset r36299.
Eric, thank you for reporting this issue.
Your contribution to Ruby is g... -
05:48 AM Feature #6620 (Assigned): Add ' to CGI's HTML escaping
-
01:42 PM Feature #6621 (Closed): Accept a CGI parameter without a value
- This issue was solved with changeset r36304.
Eric, thank you for reporting this issue.
Your contribution to Ruby is g... -
08:43 AM Feature #6621: Accept a CGI parameter without a value
- when query is 'id=123&id=', cgi["id"] is 123.
but query is 'id=123&id', cgi["id"] is "".
I will update with this ... -
01:02 PM Revision 87c25d89 (git): * gc.c, atomic.h (ATOMIC_SIZE_*): moved from gc.c to atomic.h [ruby-dev:45909]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36309 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:29 PM Bug #6689: r36284: symbol referenceng error: atomic_swap_long in Solaris
- なかだです。
At Tue, 3 Jul 2012 23:17:20 +0900,
ngoto (Naohisa Goto) wrote in [ruby-dev:45904]:
> ところで、r36284で追加さ... -
11:52 AM Bug #6692 (Closed): TestSocket::test_udp_server always fails on OS X with Back to my Mac enabled
- =begin
OS X ships with a feature to create a VPN between all your Mac computers.
This creates an extra utun inter... -
11:35 AM Feature #6612: Add streaming inflate and deflate to Zlib
- Don't modify a String object with realloc().
It causes a crash when CALC_EXACT_MALLOC_SIZE is set. -
05:38 AM Feature #6612: Add streaming inflate and deflate to Zlib
- Updated patch that will apply after #6615
I committed the OBJ_INFECT refactoring separately. -
11:23 AM Revision 31f3a2e7 (git): bootstrap/runner.rb must be run with Ruby 1.8.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36308 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:07 AM Feature #6583: Improve socket exception message when bind() fails
- This updated patch adds three new methods rsock_sys_fail_host_port, rsock_sys_fail_path and rsock_sys_fail_sockaddr f...
-
10:36 AM Revision 24d1ff57 (git): merge revision(s) 36281:
- * ext/dl/cfunc.c (rb_dlcfunc_call): also needed the workaround for VC8
for x64. [ruby-dev:45875] [Bug #667... -
10:17 AM Revision 263cd01a (git): * test/win32ole/test_win32ole.rb (test_s_codepage_changed):
- FileSystemObject only supports ANSI or UTF-16LE encoding.
Patch by h.shirosaki (Hiroshi Shirosaki) [ruby-trunk - Bu... -
08:42 AM Feature #5373: SMTP - new method
- May I apply this?
-
08:19 AM Bug #6632 (Closed): Typos in CGI (core.rb)
- This issue was solved with changeset r36296.
Marcus, thank you for reporting this issue.
Your contribution to Ruby is... -
08:12 AM Feature #6590: Dealing with bigdecimal, etc gems in JRuby
- Facts:
* JRuby's bigdecimal implementation is separate from MRI's
* bigdecimal is shipped as a gem for MRI now, p... -
05:26 AM Feature #6637: Add HTML5 support to CGI
- I think your proposal is good.
I will insert your patch to my branch and test.
Please wait so days.
Thank you. - 04:42 AM Revision 067b6e82 (git): Wed Jul 4 13:38:12 2012 Takeyuki FUJIOKA <[email protected]>
- * lib/cgi/util.rb: revert 36299: ' is XML specification.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3630... - 04:42 AM Revision 9c746e35 (git): Wed Jul 4 08:45:41 2012 Takeyuki FUJIOKA <[email protected]>
- * lib/cgi/core.rb: fix bug: When query parameter is 'id=123&id',
cgi['id'] => '123' is correct. First parameter i... -
03:23 AM Feature #4328 (Assigned): export rb_thread_call_with_gvl()
- 02:53 AM Revision 38ca5cca (git): * gc.c (ATOMIC_SIZE_*): 64bit Windows support.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36303 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:46 AM Revision 1655b26f (git): thread.c: fix rdoc
- * thread.c (rb_thread_blocking_region): fix typo and the description
in "Safe C API". ruby_xmalloc(), ruby_xreallo... -
02:44 AM Feature #6265: Remove 'useless' 'concatenation' syntax
- I'm glad to see that I'm not the only one to experience this issue :)
https://github.com/frodsan/rails/commit/1c57... -
02:11 AM Revision a7e1820a (git): __callee__ fix
- * eval.c (rb_frame_callee, rb_f_callee_name): fix to return the called
id.
* vm_insnhelper.c (vm_push_frame): set p... -
01:36 AM Feature #6594: Integrated Functor
- FYI, I just want to make clear that the `=>` notation I use is not vital to this proposal. It's just the first idea t...
-
01:32 AM Revision dfbbe2ef (git): Fix previous commit.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@36300 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:15 AM Bug #6691 (Closed): MinGW: KNOWNBUGS.rb 4/4 failures
- According to #6460, these bugs should be fixed now.
But they are failing under MinGW at r36290:
https://gist.gi...
07/03/2012
-
11:53 PM Bug #6689: r36284: symbol referenceng error: atomic_swap_long in Solaris
- そもそも,gc.c の変更は本当に必要なんでしょうか.
(2012/07/03 23:17), ngoto (Naohisa Goto) wrote:
>
> Issue #6689 has been re... -
11:25 PM Bug #6689 (Closed): r36284: symbol referenceng error: atomic_swap_long in Solaris
- This issue was solved with changeset r36290.
Naohisa, thank you for reporting this issue.
Your contribution to Ruby i... -
11:17 PM Bug #6689 (Closed): r36284: symbol referenceng error: atomic_swap_long in Solaris
- r36284以降、sparc上の Solaris 10 + Oracle Solaris Studio 12 にて、
atomic_swap_long が見つからない symbol referenceng error になり、
m... - 11:32 PM Revision 07132e06 (git): Wed Jul 4 08:24:28 2012 Takeyuki FUJIOKA <[email protected]>
- * lib/cgi/util.rb: Add ' to CGI's HTML escaping.[Feature #6620]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru... -
11:29 PM Revision ab63d24b (git): * array.c (rb_ary_aref): Updated documentation to indicate the
- starting index is an index into the array or string. Updated
examples to show behavior of indexes at the end of an... - 11:19 PM Revision ad187bde (git): Wed Jul 4 08:18:01 2012 Takeyuki FUJIOKA <[email protected]>
- * lib/cgi/html.rb: fix some elements to upper case.[Bug #6632]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@362... - 11:19 PM Revision b25f7430 (git): Wed Jul 4 08:11:15 2012 Takeyuki FUJIOKA <[email protected]>
- * lib/cgi/core.rb,html.rb: fix typo.[Bug #6632]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36296 b2dd03c8-39d... -
11:04 PM Feature #6688: Object#replace
- =begin
I don't think #replace works on Enumerables, rather it works on Array and Hash.
It does seem a rather powerfu... -
06:02 PM Feature #6688: Object#replace
- prijutme4ty (Ilya Vorontsov) wrote:
> I suggest that #replace works not only on Enumerables but on any Object. It ca... -
05:05 PM Feature #6688 (Rejected): Object#replace
- I suggest that #replace works not only on Enumerables but on any Object. It can make use the same object in different...
-
11:01 PM Feature #6414: Destructuring Assignment
- sorry but I couldn't find the proposal you're talking about, but looking at the examples it seems there is no differe...
-
10:53 PM Feature #5653: "I strongly discourage the use of autoload in any standard libraries" (Re: autoload will be dead)
- Yura, thanks for letting me know. I'll give it a try when I find some time.
-
10:08 PM Revision 0e9b0c8c (git): * test/zlib/test_zlib.rb (test_inflate_partial_input): Added test for
- inflating incomplete zlib streams.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36295 b2dd03c8-39d4-4d8f-98ff-... - 09:19 PM Revision 98cbc707 (git): * 2012-07-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:19 PM Revision 91a254fd (git): bootstraptest: no stderr output
- * bootstraptest/runner.rb (assert_check): capture stderr and ensure
nothing is output.
git-svn-id: svn+ssh://ci.ru... -
09:06 PM Feature #6679: Default Ruby source file encoding to utf-8
- You could at least consider it for 3.0 and yielding a deprecation warning in such strings on 2.0... Although I think ...
-
10:33 AM Feature #6679: Default Ruby source file encoding to utf-8
- = Default Ruby source file encoding to utf-8
it almost can keep compatibility but breaks
* escaped bytes in strin... -
05:49 AM Feature #6679: Default Ruby source file encoding to utf-8
- duerst (Martin Dürst) wrote:
> I think this is the right direction to go, and doing it for a major
> version (2.0... -
12:23 AM Feature #6679: Default Ruby source file encoding to utf-8
- On Mon, Jul 2, 2012 at 2:34 AM, "Martin J. Dürst" <[email protected]>wrote:
> I think this is the right dire... -
12:23 AM Feature #6679: Default Ruby source file encoding to utf-8
- > claytrump (Clay Trump) wrote:
> > • Ruby 1.9 forced encoding for code that was not pure ASCII,
>
> Could you el... -
08:53 PM Feature #5543: rb_thread_blocking_region() API is poorly designed
- (2012/07/03 18:41), nobu (Nobuyoshi Nakada) wrote:
> "int" may not be large enough to keep a pointer.
+1.
... -
06:41 PM Feature #5543: rb_thread_blocking_region() API is poorly designed
- "int" may not be large enough to keep a pointer.
-
06:37 PM Feature #5543: rb_thread_blocking_region() API is poorly designed
- ko1 (Koichi Sasada) wrote:
> Should we change it from VALUE to 'void *'?
IMHO VALUE is misleading and should be c... -
07:29 PM Bug #6683: DateTime#strftime("%s") overflow on 32-bit platform
- Fixed in r36265.
-
07:17 PM Bug #6460 (Closed): `unexpected return' occurs when a proc is called in ensure
- This issue was solved with changeset r36286.
Kazuki, thank you for reporting this issue.
Your contribution to Ruby is... -
06:53 PM Feature #6590: Dealing with bigdecimal, etc gems in JRuby
- On 02/07/12 15:51, Aaron Patterson wrote:
> On Sun, Jul 01, 2012 at 04:22:59PM +0900, mrkn (Kenta Murata) wrote:
... -
06:02 PM Feature #6590: Dealing with bigdecimal, etc gems in JRuby
- kosaki (Motohiro KOSAKI) wrote:
> On Tue, Jul 3, 2012 at 12:35 AM, vo.x (Vit Ondruch)
> <[email protected]> wro... -
05:23 PM Feature #6590: Dealing with bigdecimal, etc gems in JRuby
- On Tue, Jul 3, 2012 at 12:35 AM, vo.x (Vit Ondruch)
<[email protected]> wrote:
>
> Issue #6590 has been update... -
01:35 PM Feature #6590: Dealing with bigdecimal, etc gems in JRuby
- kosaki (Motohiro KOSAKI) wrote:
> Actually, this is not bigdecimal issue. It is gem discovery issue. MRI
> suppor... -
11:59 AM Feature #6590: Dealing with bigdecimal, etc gems in JRuby
- On Mon, Jul 2, 2012 at 10:51 AM, Aaron Patterson
<[email protected]> wrote:
> On Sun, Jul 01, 2012 at 04:... - 03:39 PM Revision 74c0b593 (git): * 2012-07-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@36292 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:38 PM Revision 4e273f76 (git): Revert r36279; it breaks C API compatibility.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@36291 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:23 PM Feature #5206: ruby -K should warn
- (2012/07/03 14:46), usa (Usaku NAKAMURA) wrote:
> Status changed from Closed to Assigned
>
> I think that it ... -
02:46 PM Feature #5206 (Assigned): ruby -K should warn
- I think that it is good for warning, but isn't only the time of -w option being specified?
-
10:52 AM Feature #5206 (Closed): ruby -K should warn
- This issue was solved with changeset r36274.
Eric, thank you for reporting this issue.
Your contribution to Ruby is g... -
03:02 PM Feature #1917 (Third Party's Issue): Curses::Window#keypad(true) fails for Curses::Key::ENTER ?
- robert (Robert Gleeson) wrote:
> After creating an instance of Curses::Window, setting keypad to true, it is possib... -
02:25 PM Revision 1e972da3 (git): * gc.c (ATOMIC_SIZE_EXCHANGE): fix function name on Solaris [Bug #6689]
- [ruby-dev:45904]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36290 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:26 PM Feature #2565: adding hooks for better tracing
- ko1 (Koichi Sasada) wrote:
> (but I can't understand sed script ^^; I prefer ruby script :)
As I said, there ar... -
08:23 AM Feature #2565: adding hooks for better tracing
- (2012/07/02 23:32), Aaron Patterson wrote:
> ko1 said he was OK to merge in [ruby-core:44788].
I want to disc... -
06:23 AM Feature #2565: adding hooks for better tracing
- On Tue, Jul 03, 2012 at 01:31:53AM +0900, vo.x (Vit Ondruch) wrote:
>
> Issue #2565 has been updated by vo.x (Vit... -
01:31 AM Feature #2565: adding hooks for better tracing
- > AFAIK, the only open issue (that Vit raised [ruby-core:44980]) is that
> we shouldn't check in the dummy probe h... -
01:14 PM Feature #6617: Net::HTTP: Bind to a specific local IP/port
- It looks good.
Could you provide a test for it?
It should be a patch for test/net/http/test_http.rb -
11:55 AM Feature #4328: export rb_thread_call_with_gvl()
- I was going to use rb_thread_call_with_gvl for #6612, but the declaration was moved to internal.h which is not export...
-
11:52 AM Revision fdde6957 (git): Revert r36285; it is fixed in r36286 in 1.9.3.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@36289 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:39 AM Revision 662ec841 (git): merge revision(s) 34374:
- * file.c (rmext): no extension to strip if empty string.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_... -
10:20 AM Revision 54952586 (git): * proc.c (rb_vm_rewrite_dfp_in_errinfo): Fix `unexpected return'
- occurs when a proc is called in ensure. [Backport #6460]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_... -
10:17 AM Revision 309cef7e (git): merge revision(s) 36259:
- * KNOWNBUGS.rb: add tests. [ruby-dev:45656] [Bug #6460]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_... -
10:17 AM Revision 1686286e (git): merge revision(s) 36258:
- * KNOWNBUGS.rb: Bug #2330 was fixed in r26718.
[ruby-dev:40234] [ruby-core:27959]
git-svn-id: svn+ssh://ci.ruby-la... -
07:07 AM Revision a7c6f0af (git): gc.c: atomic operations for malloc_params
- * gc.c (vm_malloc_fixup, vm_xrealloc, vm_xfree, after_gc_sweep): use
atomic operations to update malloc_params.
gi... -
06:12 AM Bug #6666 (Closed): Documentation Improve - rdoc does not know where rb_obj_methods is (#methods)
- This issue was solved with changeset r36272.
markus, thank you for reporting this issue.
Your contribution to Ruby is... -
06:03 AM Feature #6615 (Closed): Release GVL in zlib when calling inflate() or deflate()
- This issue was solved with changeset r36270.
Eric, thank you for reporting this issue.
Your contribution to Ruby is g... -
05:52 AM Revision 1884f1c0 (git): * ext/zlib/zlib.c (zstream_run_func): Fix bug that caused early exit
- of GVL-free loop. [Feature #6615]
* ext/zlib/zlib.c: Fix style to match existing functions.
git-svn-id: svn+ssh:/... -
05:37 AM Revision c7c397f9 (git): fix allocated_size
- * gc.c (vm_xrealloc): fix allocated_size update, should not ignore old
size.
git-svn-id: svn+ssh://ci.ruby-lang.or... -
04:15 AM Feature #6373: public #self
- Does it really need a slide? Does someone at developers meeting want to bring it up? It's such a simple thing. It's p...
- 03:10 AM Revision 1f233501 (git): * ext/dl/cfunc.c (rb_dlcfunc_call): also needed the workaround for VC8
- for x64. [ruby-dev:45875] [Bug #6676]
reported by aves_ramphastos (Seigo Ishigane)
git-svn-id: svn+ssh://ci.ruby... -
03:09 AM Revision 11387569 (git): * ext/zlib/zlib.c (zstream_detach_buffer): Refactored tainting of
- output string, moving it from the callee to zstream_detach_buffer.
* ext/zlib/zlib.c (rb_zstream_finish): ditto
* ex... -
02:44 AM Revision 42c34dd3 (git): merge revision(s) 34372:
- * file.c (rb_enc_path_next, rb_enc_path_skip_prefix)
(rb_enc_path_last_separator, rb_enc_path_end)
... -
02:44 AM Revision 83c7e46a (git): merge revision(s) 34348:
- * dir.c (dir_chdir, check_dirname): get rid of optimization-out.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branch... -
02:16 AM Revision 3fceaf10 (git): make runnable
- * common.mk (runnable): make symbolic links to run in build directory.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/... -
02:11 AM Revision 66d0ad36 (git): Undef on_parallel_worker? before redefine.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36276 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:10 AM Revision b697018e (git): Fix tests for previous commit.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36275 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:52 AM Revision c2a87e27 (git): * ruby.c (proc_options): warn if -K option is specified. [Feature #5206]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36274 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:44 AM Bug #6632: Typos in CGI (core.rb)
- sorry for the separate updates...
-
01:09 AM Bug #6632: Typos in CGI (core.rb)
- =begin
also in rdoc for html.rb
=end
-
01:17 AM Feature #6687: Enumerable#with
- That's a beautiful demonstration.
I indeed find #each_with_object too long, and that makes me use a local variable i... -
12:23 AM Feature #4985: Add %S[] support for making a list of symbols
- +1, I'd use that a lot.
Do we need two versions? Why not always interpolate? Can't see who's going
to need a ...
07/02/2012
-
11:53 PM Feature #6590: Dealing with bigdecimal, etc gems in JRuby
- On Sun, Jul 01, 2012 at 04:22:59PM +0900, mrkn (Kenta Murata) wrote:
>
> Issue #6590 has been updated by mrkn (Ke... -
11:53 PM Feature #5690: Module#qualified_const_get
- On Mon, Jul 02, 2012 at 01:54:32AM +0900, mame (Yusuke Endoh) wrote:
>
> Issue #5690 has been updated by mame (Yu... -
01:54 AM Feature #5690: Module#qualified_const_get
- Aaron, your slide is received. Thank you.
marcandre (Marc-Andre Lafortune) wrote:
> +1 from me, but modifying ex... -
11:53 PM Feature #2565: adding hooks for better tracing
- On Mon, Jul 02, 2012 at 03:06:59AM +0900, mame (Yusuke Endoh) wrote:
>
> Issue #2565 has been updated by mame (Yu... -
03:06 AM Feature #2565: adding hooks for better tracing
- Yugui-san, your slide is received. Thank you.
(Using a link is unfair :-)
I wonder if this proposal is not accep... -
11:29 PM Feature #4985: Add %S[] support for making a list of symbols
- On Mon, Jul 02, 2012 at 06:45:38AM +0900, SASADA Koichi wrote:
> I guessed that %S(...) is S-expr syntax.
>
> ex... -
11:29 PM Feature #4985: Add %S[] support for making a list of symbols
- On Mon, Jul 02, 2012 at 02:17:12AM +0900, mame (Yusuke Endoh) wrote:
>
> Issue #4985 has been updated by mame (Yu... -
06:53 AM Feature #4985: Add %S[] support for making a list of symbols
- I guessed that %S(...) is S-expr syntax.
example:
%S((foo bar (baz boo)) #=> [:foo, :bar, [:baz, :boo]]
... -
02:17 AM Feature #4985: Add %S[] support for making a list of symbols
- Received. Thank you!
The second page is mysterious... A cat or something walked a straight line of your keyboard?... -
11:22 PM Feature #5053: ruby コマンドと libruby の食い違いチェック
- 正直なところ何が嬉しいのかさっぱりだったので放っておいたのですが…。
バージョンが一致しないlibrubyがロードされると嬉しくないのは同感なのですが、このチェックによって ./ruby が実行できなくなるとそのストレスは解消す... -
10:38 PM Feature #6687 (Open): Enumerable#with
- =begin
Let me propose `Enumerable#with` for an alias of `Enumerable#each_with_object` or replace of it.
`Enumerab... -
10:15 PM Bug #5750 (Closed): Thread.current local-variables behavior
- This issue was solved with changeset r36269.
Julien, thank you for reporting this issue.
Your contribution to Ruby is... -
09:15 PM Revision cda2bf55 (git): * ext/zlib/zlib.c: Restored the comment explaining the choice of
- buffer expansion size.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36273 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:12 PM Revision db0126b6 (git): * object.c (Init_Object): Added RDoc location pointers for
- Kernel#methods, Kernel#protected_methods, Kernel#private_methods and
Kernel#public_methods. [Bug #6666]
git-svn-... - 09:03 PM Revision 7c3d6a8d (git): * 2012-07-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36271 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:03 PM Revision 802c468f (git): * ext/zlib/zlib.c (zstream_run): Process zlib streams without GVL.
- [Feature #6615]
* NEWS: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36270 b2dd03c8-39d4-4d8f-98ff-823... -
08:29 PM Feature #5654: Introduce global lock to avoid concurrent require
- Hello,
2012/7/2, nahi (Hiroshi Nakamura) <[email protected]>:
>> NOT received
>
> Fair because it's a re... -
09:13 AM Feature #5654: Introduce global lock to avoid concurrent require
- > NOT received
Fair because it's a regulation.
I updated the slide at https://docs.google.com/presentation/d/1p... -
02:35 AM Feature #5654: Introduce global lock to avoid concurrent require
- NOT received because your slide includes no figure...!
Please make a presentation yourself at the meeting :-)
-- ... -
05:06 PM Bug #6662 (Closed): prepend した Class/Module が継承ツリー上にある Class/Module で ancestors に Class が入り込む
- This issue was solved with changeset r36266.
Tomoyuki, thank you for reporting this issue.
Your contribution to Ruby ... -
04:01 PM Bug #6667: Package config does not include a reference to the /usr/include/x86_64-linux
- kosaki (Motohiro KOSAKI) wrote:
> A header location is decided by distros, not ruby project. Include path is decided... -
03:53 PM Feature #6679: Default Ruby source file encoding to utf-8
- I think this is the right direction to go, and doing it for a major
version (2.0) is the right timing.
Maybe... -
02:20 PM Feature #6679: Default Ruby source file encoding to utf-8
- claytrump (Clay Trump) wrote:
> • Ruby 1.9 forced encoding for code that was not pure ASCII,
Could you elaborate?... -
03:15 AM Feature #6679 (Assigned): Default Ruby source file encoding to utf-8
- Received. Thank you!
Naruse-san, what do you think?
--
Yusuke Endoh <[email protected]> -
02:54 PM Feature #5741: Secure Erasure of Passwords
- Is there any update on the status of this issue? This is simply a layperson's perspective (I'm not an expert regardin...
-
02:28 PM Bug #6685 (Rejected): duplicate results in Dir[]
- Yes, it's expected.
-
11:18 AM Bug #6685: duplicate results in Dir[]
- Hmm, according to http://www.ruby-forum.com/topic/153846 this is intended behavior.
-
11:08 AM Bug #6685 (Rejected): duplicate results in Dir[]
- $ mkdir a
$ touch a/b.rb
$ irb
>> Dir['a{,/**}/*.rb']
=> ["a/b.rb", "a/b.rb"]
I expected ["a/b.rb"]. -
01:15 PM Revision c03d1c27 (git): * thread.c (rb_thread_aref): add explanation for why Thread#[] and
- Thread#[]= are fiber-local and not thread-local.
reported by Julien A. [ruby-core:41606] [ruby-trunk - Bug #5750]
... -
12:26 PM Revision 83eceb2a (git): * time.c (timew_out_of_timet_range): specialization for
- SIZEOF_TIME_T == SIZEOF_INT64_T.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36268 b2dd03c8-39d4-4d8f-98ff-8... -
12:07 PM Feature #6670: str.chars.last should be possible
- Hi,
trans (Thomas Sawyer) wrote:
> This issue might also have some relation to the issue about Enumerable#size, #... -
02:59 AM Feature #6670: str.chars.last should be possible
- While I realize it doesn't exactly fit with the whole iteration thing particularly well, I nonetheless do not think i...
-
01:41 AM Feature #6670 (Assigned): str.chars.last should be possible
- Received. Thank you!
You really want just #last?
--
Yusuke Endoh <[email protected]> -
11:07 AM Feature #6684 (Rejected): Object#do
- =begin
#Object#do
This is my first post.
初めての投稿です。よろしくお願いします。
Let me propose a new method `Object#do`.
次のよ... -
10:03 AM Bug #6675 (Feedback): Raise exception when convert encoding of a character from GBK to UTF
- The test passes my environment:
* ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-darwin11.4.0]
* ruby 1.9.3p203... -
08:07 AM Revision 5f8dfdd9 (git): rp_class rb_ancestors
- * .gdbinit (rp_class): Print the content of a Class/Module.
* .gdbinit (rb_ancestors): Print ancestors.
git-svn-id:... -
08:06 AM Revision edb1fc4e (git): prepend: fix mixing with include
- * class.c (rb_include_module): include modules after the origin.
* class.c (include_modules_at): skip prepended modul... -
06:04 AM Feature #6253: Implement a way to pass keyword options to curried procs
- =begin
Currently, Proc#curry returns an instance of Proc.
Technically speaking, currying takes an n-arity Proc, a... -
02:46 AM Feature #6253: Implement a way to pass keyword options to curried procs
- Is the return value of #curry an instance of Method? Or is it some other thing in itself, e.g. a Curry object?
-
12:41 AM Feature #6253: Implement a way to pass keyword options to curried procs
- Your slide is received. Thank you!
--
Yusuke Endoh <[email protected]> -
05:59 AM Bug #6652 (Closed): broken Marshal compatibilities on Date and DateTime
- already accepts if rational also accept
-
05:57 AM Bug #6683 (Closed): DateTime#strftime("%s") overflow on 32-bit platform
-
01:17 AM Bug #6683 (Closed): DateTime#strftime("%s") overflow on 32-bit platform
- The improvements to date and time in 1.9.3 introduced a regression from 1.9.2 with respect to DateTime#strftime("%s")...
-
03:56 AM Feature #5653: "I strongly discourage the use of autoload in any standard libraries" (Re: autoload will be dead)
- rosenfeld (Rodrigo Rosenfeld Rosas) wrote:
> sorry, but I didn't get it. It is pretty easy to demonstrate the differ... -
03:32 AM Feature #5653: "I strongly discourage the use of autoload in any standard libraries" (Re: autoload will be dead)
- I just want to note that start-up times should be able to be improve somewhat by optimizing #require_relative.
Als... -
03:13 AM Feature #5653: "I strongly discourage the use of autoload in any standard libraries" (Re: autoload will be dead)
- NaHi-san,
Please make a presentation yourself at the meeting!
--
Yusuke Endoh <[email protected]> -
03:44 AM Bug #6597 (Closed): README.EXT と README.EXT.ja の内容が違う
- This issue was solved with changeset r36262.
Kazuhiro, thank you for reporting this issue.
Your contribution to Ruby ... -
03:26 AM Feature #6637: Add HTML5 support to CGI
- Received, thank you!
Unfortunately, CGI maintainer (Takeyuki Fujioka) is not planning to attend the developers' me... -
01:54 AM Feature #6637: Add HTML5 support to CGI
- Slide added (attached 6637.pdf).
Content:
Feature #6637: Add HTML5 support to CGI, now!
----------------------... -
03:22 AM Feature #6414: Destructuring Assignment
- Marc-Andre, your slide is received. Thank you!
Rodrigo, I don't know CoffeeScript, but what is the difference b... -
03:15 AM Feature #4778: IO#each_chomped
- How about just `each_chomp(str="\n")` ?
-
02:38 AM Feature #4778: IO#each_chomped
- Received, thank you!
I missed (or forgot) this feature request, but I love it.
Thank you putting this in the spot... -
02:58 AM Feature #5922: Migrate equal? to identical?
- Received, thank you!
--
Yusuke Endoh <[email protected]> -
02:52 AM Feature #6609 (Assigned): Toplevel as self extended module
- Received, thank you!
This proposal seems to require careful case study.
So I guess it is difficult for matz to ac... -
02:41 AM Feature #6499: Array::zip
- Received. Thank you!
--
Yusuke Endoh <[email protected]> -
02:30 AM Feature #5481 (Assigned): Gemifying Ruby standard library
- Received, thank you.
I don't think this issue will be settled in a few minutes,
but it may be valuable enough to ... -
02:18 AM Feature #6594 (Assigned): Integrated Functor
- Received, thank you!
--
Yusuke Endoh <[email protected]> -
02:09 AM Feature #6636 (Assigned): Enumerable#size
- Received. Thank you!
--
Yusuke Endoh <[email protected]> -
02:05 AM Feature #4151: Enumerable#categorize
- Marc-Andre and Eregon, your slides (!) are received. Thank you!
--
Yusuke Endoh <[email protected]> -
01:58 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
- Aaron, I received your slide. Thank you!
--
Yusuke Endoh <[email protected]> -
01:35 AM Feature #6669 (Assigned): A method like Hash#map but returns hash
- Received, thank you!
--
Yusuke Endoh <[email protected]> -
01:33 AM Feature #3346: __DIR__ revisted
- Yhara-san, your slide is received. Thank you!
But, matz has already accepted this proposal basically.
The remain... -
01:16 AM Feature #6361: Bitwise string operations
- Your slide is received. Thank you!
A new class, not bitwise string operations, is now being discussed in this thr... -
12:54 AM Bug #6666 (Assigned): Documentation Improve - rdoc does not know where rb_obj_methods is (#methods)
- Maybe the comment is needed after rb_define_method, not in class.c?
- rb_define_method(rb_mKernel, "methods", r...
07/01/2012
-
11:09 PM Feature #2674: RubyVM::InstructionSequence to accept IOs
- あー、時間差でGlass_sagaと同じものを作ってしまった。残念
https://github.com/ruby/ruby/pull/136/files
中身見ても同じなのでどっちを採用しても大差ないです。 -
10:57 PM Feature #2674: RubyVM::InstructionSequence to accept IOs
- IOとして受け付けるかをT_FILE かどうかで判断するパッチを作りました。
また、ripperについてもT_FILEかどうかで判断し、rb_funcall()経由でgetsを呼ぶのではなくrb_io_gets()を使うパッチを作り... -
10:04 AM Feature #2674 (Feedback): RubyVM::InstructionSequence to accept IOs
- パッチ募集中だそうです。
--
Yusuke Endoh <[email protected] -
10:21 PM Feature #6414: Destructuring Assignment
- -1. I'd still like to see Ruby supporting CoffeeScript hash style for this common pattern:
Instead of
a = 1; b = ... -
06:27 AM Feature #6414: Destructuring Assignment
- Attaching a one-minute slide. It doesn't cover the "construction" part of this request though.
-
10:15 PM Feature #6679: Default Ruby source file encoding to utf-8
- +1
-
07:23 AM Feature #6679: Default Ruby source file encoding to utf-8
- Oh, and here's a slide for the feature meetup. It's ugly, I know.
--
<lay trum/> -
06:41 AM Feature #6679 (Closed): Default Ruby source file encoding to utf-8
- Let's change the default encoding for Ruby source files from US-ASCII
to UTF-8 in Ruby 2.0
• Convention over Conf... -
10:10 PM Feature #5653: "I strongly discourage the use of autoload in any standard libraries" (Re: autoload will be dead)
- sorry, but I didn't get it. It is pretty easy to demonstrate the difference in performance between using autoload and...
-
07:23 AM Feature #5653: "I strongly discourage the use of autoload in any standard libraries" (Re: autoload will be dead)
- Slightly updated version. You can comment it, too: https://docs.google.com/presentation/d/1pP8XZBzoA5HehA5xyWBHda6qgp...
-
01:35 AM Feature #5653: "I strongly discourage the use of autoload in any standard libraries" (Re: autoload will be dead)
- I totally support this slide. The differences in start-up time of a typical Rails application will reveal very notice...
-
12:24 AM Feature #5653: "I strongly discourage the use of autoload in any standard libraries" (Re: autoload will be dead)
- Endoh-san, here's "slide-show" of this proposal.
- 08:56 PM Revision bd52bed9 (git): * ext/date/date_core.c: [ruby-core:46058].
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:37 PM Revision c8cde4e2 (git): * ext/date/date_core.c (d_lite_marshal_load): accepts old dump.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36264 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:22 PM Feature #6682 (Assigned): Add a method to return an instance attached by a singleton class
- =begin
Currently, there is no easy way to get the attached instance from a singleton class. For MRI, we have to reso... -
07:13 PM Bug #6460: `unexpected return' occurs when a proc is called in ensure
- パッチを添付します。
-
07:12 PM Bug #6460 (Assigned): `unexpected return' occurs when a proc is called in ensure
- バックポートチケット化しておきます。
-
02:46 PM Bug #6460 (Closed): `unexpected return' occurs when a proc is called in ensure
- This issue was solved with changeset r36259.
Kazuki, thank you for reporting this issue.
Your contribution to Ruby is... -
07:12 PM Feature #6483: parametric map
- Thank you for much more elegant code. It works with all of my specs except one:
```ruby
['abc','cdef','xy','z','w... - 06:44 PM Revision 2d3fd695 (git): * 2012-07-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36263 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:43 PM Revision 0de52e15 (git): * README.EXT.ja: fixed args, same as r35977. [Bug #6597]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36262 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:22 PM Feature #6590: Dealing with bigdecimal, etc gems in JRuby
- I don't know how do I allow the JRuby team to uload the Java version of BigDecimal.
What should I do?
-
01:32 PM Revision fb3c4a2d (git): * ext/zlib/zlib.c: cosmetic changes.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36261 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:23 PM Feature #2565: adding hooks for better tracing
- I was in a rush and mistook this for the issue dedicated to proposal submissions. The last three posts do not pertain...
-
08:53 AM Feature #2565: adding hooks for better tracing
- Here is better 5922. Please disregard previous.
-
10:52 AM Bug #6573 (Assigned): Webrick test failures
-
10:45 AM Feature #6637 (Assigned): Add HTML5 support to CGI
-
10:44 AM Feature #1586: Including a module already present in ancestors should not be ignored
- Hi Clay and MarcAndre,
I received your slide. Thanks!
--
Yusuke Endoh <[email protected]> -
08:53 AM Feature #1586: Including a module already present in ancestors should not be ignored
- I guess I'll do it. Hopefully this slide can be useful.
--
<lay trum/> -
10:29 AM Bug #6629 (Assigned): [PATCH] io.c: avoid rb_thread_wait_fd() if we may call rb_io_wait_readable()
-
10:25 AM Bug #5950 (Assigned): open-uri: https redirect fix
-
10:11 AM Feature #6639: ArgumentError から ArityError を分離
- 資料受け取りました。
が、ext の開発者がどう嬉しいのか理解できず、タイムアウトになる予感がします。
--
Yusuke Endoh <[email protected]> -
10:01 AM Feature #2447: reduce GC pressure by symbol table without String instance
- > 明らかに feature request なので移動します。
自分へのツッコミですが、「明らかに bug ではない」が正確ですね。
こういう最適化みたいに、ユーザが直接観察できない改善は、feature request d... -
09:52 AM Feature #5053: ruby コマンドと libruby の食い違いチェック
- 資料受け取りました。
(よく読んでませんが) これ、まつもとさんの認可が必要な内容なんですかね。
なかださんか誰かが勝手にやってしまえばいいレベルの話な気も。
まあ一応聞いてみます。 -
09:50 AM Feature #4043: グローバル関数current_classの提案
- 受け取りました。具体的なユースケースが書いてないので、そこでひっかかってしまうかも。
「まつもとさんは機能自体には賛成していて、名前の議論だけとなっている」と明示するとよいかも。 -
08:20 AM Feature #6609: Toplevel as self extended module
- Here is slide for this feature.
-
07:59 AM Feature #6499: Array::zip
- I've had the same issue in the past, so here's a slide for this feature.
On Fri, Jun 1, 2012 at 2:54 AM, prijut... -
07:35 AM Bug #6124 (Open): remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)
- Vit proposed either of these;
(1) remove the "spec-only gems" in Ruby 1.9.3
(2) make "default gems" from the "spec-... -
07:32 AM Feature #4778: IO#each_chomped
- Attached one-minute slide for this proposal.
I think the name might still be matter of discussion (it could maybe ev... -
07:27 AM Bug #6680 (Closed): Unclear rdoc for Array and String slicing
- =begin
Slicing of arrays and strings specifying start/length or using a range is not documented well, and often lead... -
07:25 AM Feature #5654: Introduce global lock to avoid concurrent require
- Please suggest how we can improve the slide here: https://docs.google.com/presentation/d/1pXgUPtzoy4qFBznuuTSv0lzwmyo...
-
12:24 AM Feature #5654: Introduce global lock to avoid concurrent require
- Endoh-san, here's "slide-show" of this proposal.
-
07:24 AM Feature #5481: Gemifying Ruby standard library
- Please suggest how we can improve the slide here: https://docs.google.com/presentation/d/15sc7sDcHRrl2v1z_Eju9KSQXhjH...
-
12:24 AM Feature #5481: Gemifying Ruby standard library
- Endoh-san, here's "slide-show" of this proposal.
-
06:32 AM Feature #6678 (Rejected): Precedence of ^ operator
- I wrote about this here: http://trans.github.com/2009/12/13/a-failure-of-precedence.html (or https://github.com/trans...
-
06:08 AM Feature #6671: File.split_all and File.split_root
- Its also not so simple b/c of variation in file systems, e.g. `a\b\c`.
-
06:05 AM Feature #6594: Integrated Functor
- Here is a PDF for said proposal.
-
05:27 AM Feature #6594: Integrated Functor
- @prijutme4ty I think you last paragraph actually makes it quite clear why I make this proposal.
You say that "only... -
05:47 AM Feature #4985: Add %S[] support for making a list of symbols
- I don't understand why your pdfs have a second weird slide :)
-
04:27 AM Feature #4985: Add %S[] support for making a list of symbols
- adding a slide
- 05:46 AM Revision 069fe9c6 (git): * 2012-07-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36260 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:46 AM Revision e5463024 (git): * KNOWNBUGS.rb: add tests. [ruby-dev:45656] [Bug #6460]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:46 AM Revision 86c382a2 (git): * KNOWNBUGS.rb: Bug #2330 was fixed in r26718.
- [ruby-dev:40234] [ruby-core:27959]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36258 b2dd03c8-39d4-4d8f-98ff-8... -
05:26 AM Feature #6636: Enumerable#size
- Attaching one-minute slide
-
04:57 AM Feature #4151: Enumerable#categorize
- marcandre (Marc-Andre Lafortune) wrote:
> Attaching one-minute slide-show
Attaching mine.
I hope both can be sho... -
04:48 AM Feature #4151: Enumerable#categorize
- Attaching one-minute slide-show
-
04:01 AM Feature #4151: Enumerable#categorize
- Eregon (Benoit Daloze) wrote:
> Reading this again (and what I could understand from the ruby-dev part), I think thi... -
01:04 AM Feature #4151: Enumerable#categorize
- Reading this again (and what I could understand from the ruby-dev part), I think this is a very important feature, an...
-
04:53 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
- On Sun, Jul 01, 2012 at 02:47:58AM +0900, drbrain (Eric Hodel) wrote:
>
> Issue #5138 has been updated by drbrain... -
04:51 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
- Great! I'm just not sure if the second slide was meant to be present in the generated PDF :P
-
04:34 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
- New slide.
-
02:47 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
- The goal is to avoid the creation hundreds (if not thousands) of Errno::EWOULDBLOCK, IO::WaitReadable and IO::WaitWri...
-
01:29 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
- Aaron, with due respect, I'm not sure if the examples in your slide are good enough for promoting it. The logic looks...
-
12:55 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
- I've attached a slide for this.
-
03:00 AM Feature #5690: Module#qualified_const_get
- I agree with marcandre. Why bother with an additional (and long named) method, when current method can suffice?
-
01:41 AM Feature #5690: Module#qualified_const_get
- Cool slide :-)
+1 from me, but modifying existing `const_get`. No incompatibility as "Foo::Bar" are currently inva... -
01:29 AM Feature #5690: Module#qualified_const_get
- updating the pdf
-
01:25 AM Feature #5690: Module#qualified_const_get
- Adding a slide for this feature.
-
01:29 AM Feature #5666 (Closed): Make rb_path2class public
- This is a dup of #5690, so I'm closing it.
-
01:28 AM Bug #5670: Emacs ruby-mode syntax highlighting issue
- Releated Emacs bug: http://lists.gnu.org/archive/html/bug-gnu-emacs/2010-05/msg00726.html
Any update here?
06/30/2012
-
11:33 PM Bug #6608: File.join behavior
- Could I get some feedback on this?
Or should I go ahead and propose what I think is the right behavior as a feature? -
11:26 PM Bug #6677 (Closed): Bignum#== and Float#== should be symmetric
- Reading #3429 again, I noticed a related bug (and by the way, thank you nobu for solving that bug!):
I wrote:
"Al... -
11:24 PM Bug #6650: Fixing win32ole test errors
- Masaki,
Can you confirm tests pass after applying Hiroshi's patch?
Thank you. -
10:41 AM Bug #6650: Fixing win32ole test errors
- > You're encoding the string first as UTF-16LE and then force encoding as UTF-16 when sending it to FSO.
>
> AFAIK... -
08:38 AM Bug #6650: Fixing win32ole test errors
- h.shirosaki (Hiroshi Shirosaki) wrote:
> I had same failure on Win7 with chcp 932(default), 1252 and 65001. I guess ... -
06:42 PM Bug #6634: Deadlock with join and ConditionVariable
- The library is just ~250 lines.
The issue is that it's thinking it's deadlocking when actually another thread is g... -
05:43 AM Bug #6634: Deadlock with join and ConditionVariable
- Unfortunately, we don't have an esp capability. "The library works both in Rubinius and JRuby, so I guess it's a bug....
-
02:03 AM Bug #6634: Deadlock with join and ConditionVariable
- Then I can't come up with a reduced testcase, I know that it triggers a fatal deadlock in my gem when it's actually n...
-
03:13 PM Bug #6675 (Rejected): Raise exception when convert encoding of a character from GBK to UTF
- #!/usr/bin/env ruby -w
# encoding: utf-8
require 'test/unit'
class Tests < Test::Unit::TestCase
def test_gb... -
02:25 PM Feature #2565: adding hooks for better tracing
- Uploads a presentation slide for the feature triage meeting on 2012-07-21.
- 09:36 AM Revision 70601757 (git): * 2012-06-30
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36257 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:36 AM Revision af2e9982 (git): fix a typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36256 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:10 AM Feature #6672: Calling #() without dot before braces
- nobu (Nobuyoshi Nakada) wrote:
> FYI, this is a feature which had been implemented once and reverted in the past.
>... -
08:04 AM Feature #6672: Calling #() without dot before braces
- FYI, this is a feature which had been implemented once and reverted in the past.
> I don't know if it's a spec, I ... -
07:13 AM Feature #6672 (Rejected): Calling #() without dot before braces
- =begin
It looks odd to call Proc/Method `(({pr}))` using `(({pr.(*args)}))` or `(({pr[*args]}))` syntax. Why not to ... -
08:23 AM Bug #6674 (Closed): 1.9 parser regression: not ()
- 4482 % ruby18 -v
ruby 1.8.7 (2011-12-28 patchlevel 357) [universal-darwin11.0]
4483 % ruby19 -v
ruby 1.9.3p194 (20... -
08:15 AM Bug #6673 (Closed): No longer able to run tests in parallel (-j2)
- =begin
Hello,
Since a few revisions back, I'm no longer able to run tests in parallel, getting output like the fo... -
06:22 AM Feature #6594: Integrated Functor
- trans (Thomas Sawyer) wrote:
> @prijutme4ty Your link appears to be broken, but I am glad to see your interest on HO... -
05:56 AM Bug #6667: Package config does not include a reference to the /usr/include/x86_64-linux
- The problem turns out to have been in our Cmake build environment and not in the way it interacted with Ruby.
-
05:41 AM Bug #6667 (Rejected): Package config does not include a reference to the /usr/include/x86_64-linux
- A header location is decided by distros, not ruby project. Include path is decided from CMake, not ruby project. I do...
-
05:52 AM Feature #6671: File.split_all and File.split_root
- marcandre (Marc-Andre Lafortune) wrote:
> How about:
>
> 'a/b/c'.split('/') # => ['a','b','c']
>
> And
> ... -
04:50 AM Feature #6671: File.split_all and File.split_root
- How about:
'a/b/c'.split('/') # => ['a','b','c']
And
root, _, path = 'a/b/c'.partition('/')
roo... -
04:29 AM Feature #6671: File.split_all and File.split_root
- Typo in that last example, it should be `split_root` obviously.
-
04:28 AM Feature #6671 (Assigned): File.split_all and File.split_root
- =begin
Is there a method for this already?
File.split_all('a/b/c') #=> ['a','b','c']
If not I propose it be... -
02:54 AM Feature #6670: str.chars.last should be possible
- Adding presentation slide for the feature request meeting ([ruby-dev:45708])
-
02:52 AM Feature #6670 (Closed): str.chars.last should be possible
- =begin
Since str.chars returns an Enumerator, we need explicit to_a for some operations:
str.chars.to_a.last
... -
02:34 AM Feature #6669: A method like Hash#map but returns hash
- Hi, I just want to mention that Facets has this using name #mash (map hash) with alias #graph, which was the original...
-
02:27 AM Feature #6669: A method like Hash#map but returns hash
- Adding presentation slide for the feature request meeting ([ruby-dev:45708])
-
02:23 AM Feature #6669 (Closed): A method like Hash#map but returns hash
- Given a hash `h`, `h.map` returns an array(alist), but sometimes I hope it returned a hash.
Example:
~~~ruby
c... -
02:13 AM Feature #3346: __DIR__ revisted
- Adding presentation slide for the feature request meeting ([ruby-dev:45708])
-
02:11 AM Feature #6668 (Rejected): Multiple assignment should not return an Array object
- Currently, when doing multiple assignment, the entire expression must return the right-hand side as an array.
syst... -
12:13 AM Feature #6361: Bitwise string operations
- Second feature request. I picked this issue for this feature request because it contains the most recent discussion o...
06/29/2012
-
10:55 PM Bug #6667 (Rejected): Package config does not include a reference to the /usr/include/x86_64-linux
- (this bug description is taken from the Fedora ticket about this issue: https://bugzilla.redhat.com/show_bug.cgi?id=8...
-
09:39 PM Bug #6650: Fixing win32ole test errors
- I had same failure on Win7 with chcp 932(default), 1252 and 65001. I guess it depends on Windows system default encod...
-
06:54 AM Bug #6650 (Feedback): Fixing win32ole test errors
- suke,
Can you tell us a bit more about WIN32OLE.locale and WIN32OLE.codepage prior running the tests? what is the de... -
06:38 AM Bug #6650: Fixing win32ole test errors
- I received the following error.
test_s_codepage_changed(TestWin32OLE) [C:/cygwin/home/svn/ruby/test/win32ole/test_... -
08:30 PM Bug #6644: Weird behavior of defined?(super) check invoked from a metaprogrammatically defined class method
- Hello? Is anyone here? :)
-
05:53 PM Feature #3620: Add Queue, SIzedQueue and ConditionVariable implementations in C in addition to ruby ones
- Hi,
(2012/06/26 16:18), funny_falcon (Yura Sokolov) wrote:
> It seems that there is no need for mutex in a na... -
03:53 PM Feature #6649: Add new set_trace_func events "b-call", "b-return"
- (2012/06/27 21:54), trans (Thomas Sawyer) wrote:
> This should help. I added some YARD docs. See http://rubydoc.in... -
02:47 PM Feature #6590: Dealing with bigdecimal, etc gems in JRuby
- mrkn (Kenta Murata) wrote:
> I'm sorry I don't understand JRuby.
You don't have to understand JRuby. You just nee... -
01:12 PM Revision 22113b1b (git): Use Syck module after it is defined.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36254 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:31 PM Revision e48d99f0 (git): merge revision(s) 36251:
- * eval.c (stack_extend): prevent ALLOCA_N, which reserves a memory
space with for restoring machine stack s... - 12:19 PM Revision 9de0a76a (git): * 2012-06-29
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@36252 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:19 PM Revision bdaaae41 (git): stack_extend
- * eval.c (stack_extend): prevent ALLOCA_N, which reserves a memory
space with for restoring machine stack stored in... -
05:57 AM Bug #6666 (Closed): Documentation Improve - rdoc does not know where rb_obj_methods is (#methods)
- Hi.
It seems there is no simple online documentation available what
#methods is doing in Ruby:
<davidcelis> ca... -
05:46 AM Bug #6665 (Closed): Import RubyGems 1.8.24 into trunk
- Hello,
Current trunk has RubyGems 1.8.23, which out of the box can't install gems from HTTPS sources due missing .... -
05:11 AM Bug #6604 (Closed): trunkでtest-all が完走しない (-j 使用時のみ)
- This issue was solved with changeset r36247.
Motohiro, thank you for reporting this issue.
Your contribution to Ruby ... -
02:26 AM Revision 13bc74fa (git): rb_builtin_type_name
- * error.c (rb_builtin_type_name): extract from rb_check_type() for
debug purpose.
git-svn-id: svn+ssh://ci.ruby-la...
Also available in: Atom