Activity
From 01/12/2012 to 01/18/2012
01/18/2012
- 10:54 PM Revision 1d794b93 (git): ext/date/date_strptime.c: moved detector of leftover.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34337 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:13 PM Revision 6bada9cc (git): * 2012-01-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34336 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:13 PM Revision 49d65bc4 (git): ext/date/date_parse.c: [ruby-core:42173].
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34335 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:14 PM Feature #5767: Cache expanded_load_path to reduce startup time
- I removed messing with file.c.
Instead rb_get_load_path returns expanded paths when optimization is enabled.
I ha... -
04:35 PM Bug #5902: Array#join with an unused, infected separator may or may not infect the result
- The tests are included in my previous patch.
-
03:56 PM Bug #5902: Array#join with an unused, infected separator may or may not infect the result
- A potential patch to address this problem is attached. CAUTION: This patch isn't tested yet! (I'm not in a place wher...
-
03:53 PM Bug #5902: Array#join with an unused, infected separator may or may not infect the result
- Hi Matz,
On 2012/01/17 22:57, Yukihiro Matsumoto wrote:
>
> Issue #5902 has been updated by Yukihiro Matsum... -
02:38 PM Revision 0a99ea86 (git): * ChangeLog: fix typos.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34334 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:12 AM Revision 10e85b7f (git): * misc/rdoc-mode.el (rdoc-mode): Add provide so that requiring
- this library succeeds.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34333 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:06 AM Revision d3b540cf (git): * ext/curses/curses.c (cWindow, cMouseEvent): made typed data.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34332 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:02 AM Revision 8c6e0d30 (git): Suppress warnings.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34331 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:52 AM Revision 8cf05741 (git): * ext/psych/lib/psych/visitors/to_ruby.rb: Added support for loading
- subclasses of String with ivars
* ext/psych/lib/psych/visitors/yaml_tree.rb: Added support for dumping
subclasses o... -
03:26 AM Feature #5904 (Rejected): Freezing true, false, nil, ordinals, symbols...
- Elementary objects mentioned in the title can be frozen. This easter egg made me love #freeze method very much. I esp...
- 01:44 AM Revision 99840a64 (git): * 2012-01-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34329 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:44 AM Revision ee3ebc2d (git): * ext/psych/lib/psych/visitors/to_ruby.rb: Added ability to load array
- subclasses with ivars.
* ext/psych/lib/psych/visitors/yaml_tree.rb: Added ability to dump
array subclasses with iva...
01/17/2012
-
11:37 PM Feature #5903 (Closed): Optimize st_table (take 2)
- Given some of preparations to this patches already merged into ruby-trunk,
I suggest patches for improving st_table ... -
10:57 PM Bug #5902: Array#join with an unused, infected separator may or may not infect the result
- In this case, tainted/untrusted string info is never used in the result. Why should it be tainted?
Matz. -
05:34 PM Bug #5902 (Assigned): Array#join with an unused, infected separator may or may not infect the result
- Sounds reasonable.
-
01:13 PM Bug #5902: Array#join with an unused, infected separator may or may not infect the result
- To clarify, I would expect the result of the 1-element case to be untainted and trusted, since the separator was unused.
-
12:24 PM Bug #5902 (Closed): Array#join with an unused, infected separator may or may not infect the result
- =begin
It's infected if the separator is unused because there is only one element, but not if there are zero element... -
02:20 PM Bug #5897 (Feedback): RubyからWinAPIのCreateProcessを使ったときに引数を間違えるとバグがでる
- =begin
再現しません。
$ ruby -v -rWin32API -e "CreateProcess = Win32API.new('kernel32', 'CreateProcess', %w(ipiiiiiipp... -
11:15 AM Bug #5901: OpenBSD "[FATAL] failed to allocate memory"
- You don't have to edit gc.c. Instead, please make a workaround in configure.in. We only need aligned alloc, and don't...
-
09:03 AM Bug #5901 (Closed): OpenBSD "[FATAL] failed to allocate memory"
- =begin
Ruby trunk fails to build with OpenBSD. During the build, miniruby fails with message
[FATAL] failed to all... -
08:18 AM Revision db949b4f (git): * configure.in (SPT_TYPE): enable as SPT_REUSEARGV on Darwin.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:18 AM Revision e58d77bd (git): * configure.in (SPT_TYPE): enable as SPT_REUSEARGV on Darwin.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:13 AM Revision 500e2e53 (git): * missing/setproctitle.c (ruby_init_setproctitle): changed prefix.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34326 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:13 AM Revision b3e2baa3 (git): * missing/setproctitle.c (ruby_init_setproctitle): changed prefix.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34326 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:10 AM Revision 1e4420ae (git): * 2012-01-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34325 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:10 AM Revision eec5d201 (git): * confiugre.in (setproctitle): removed dupcated checks.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34324 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:10 AM Revision 68832e1c (git): * confiugre.in (setproctitle): removed dupcated checks.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34324 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:09 AM Feature #5899: chaining comparsions.
- What is a good way to do chained comparison in Ruby?
My best attempt, so far, is
```ruby
[1, 2, 3, 4].each_con... -
06:54 AM Feature #5873: Adopt FFI over DL
- On Sat, Jan 14, 2012 at 12:30:02PM +0900, KOSAKI Motohiro wrote:
> > To remove original DL completely, we have to b... -
06:30 AM Bug #5900 (Rejected): RegExp – Newline and \Z Anchor
- It is expected behavior.
See doc/re.rdoc:
* <tt>\Z</tt> - Matches end of string. If string ends with a newline,
... -
02:54 AM Bug #5900 (Rejected): RegExp – Newline and \Z Anchor
- /\Aaaa\Z/ =~ "aaa\n"
=> 0 #and should be nil
Same result in MRI 1.9.2. -
03:32 AM Revision e87c0e65 (git): * gc.c (aligned_malloc, aligned_free): covered missing defined
- operators and fixes for cygwin.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34323 b2dd03c8-39d4-4d8f-98ff-823... -
02:40 AM Revision e8590143 (git): * st.c (add_packed_direct): ditto.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34322 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:54 AM Revision 270ac46a (git): * st.c (do_hash): it's the time to remove cast to unsigned int.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34321 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:17 AM Feature #5898: raise and Exception#initialize
- How does adding #super help?
Maybe I've over explained (as I am wont to do) and I should just put it this way: It ...
01/16/2012
-
11:04 PM Bug #5697 (Closed): Wrong flag for enabling PIE executables with clang
- r33928 and r33929.
- 10:38 PM Revision 07b9002d (git): * 2012-01-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34320 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:38 PM Revision 84f20404 (git): * st.c (unpack_entries): Fix r34310: on unpacking, the position of
- a hash must be do_hash-ed value.
* st.c (add_packed_direct): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru... -
10:00 PM Feature #5896: object representation in rb_enc_vsprintf()
- Motohiro KOSAKI wrote:
> 基本的には賛成なのですが、PRIsVALUEはなくちゃダメ?
>
> \StringValue(v);
> rb_raise("%p")
>
> と書くよりもコードが汚... -
03:22 PM Feature #5896: object representation in rb_enc_vsprintf()
- 基本的には賛成なのですが、PRIsVALUEはなくちゃダメ?
\StringValue(v);
rb_raise("%p")
と書くよりもコードが汚くなってしまうのは、せっかくのいい提案を殺してしまうような気がします -
09:59 PM Feature #5899: chaining comparsions.
- Ondrej Bilka wrote in post #1041080:
> Issue #5899 has been reported by Ondrej Bilka.
>
> --------------------... -
09:10 PM Feature #5899 (Rejected): chaining comparsions.
- Migration from python to ruby is problematic because ruby lacks certain features.
Most important python advantage is... -
12:23 PM Feature #5898: raise and Exception#initialize
- Hi,
(12/01/16 11:56), Thomas Sawyer wrote:
>>> class MyError < RuntimeError
>>> >> def initialize(*args)
... -
11:56 AM Feature #5898: raise and Exception#initialize
- Actually, I just did something rather interesting that better illustrates the discrepancy:
trans@logisys:assertion... -
11:45 AM Feature #5898: raise and Exception#initialize
- > One of simplest ways I can think of would be:
>
> raise MyError.new('foo', 'bar')
>
> Wow, this works with your d... -
11:23 AM Feature #5898: raise and Exception#initialize
- Hi,
(12/01/16 11:03), Nobuyoshi Nakada wrote:
> How do you tell if the second argument is a part of messages,... -
11:23 AM Feature #5898: raise and Exception#initialize
- Hi,
(12/01/16 10:03), Thomas Sawyer wrote:
> class MyError < Exception
> def initialize(a,b)
> ... -
10:03 AM Feature #5898 (Rejected): raise and Exception#initialize
- Calling `#raise` with a `message` parameter passes the argument on the Exception class' initialize method. But it doe...
-
10:59 AM Feature #5873: Adopt FFI over DL
- 2012/1/15 Hiroshi Nakamura <[email protected]>:
> (2012/01/14 12:30), KOSAKI Motohiro wrote:
>>> To remove origin... - 07:42 AM Revision 22271afb (git): * 2012-01-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@34318 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:42 AM Revision 47c0124e (git): * 2012-01-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34317 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:42 AM Revision de1e4881 (git): * lib/optparse.rb (Regexp): fix incorrect options when casting to
- a Regexp, and suppress encoding option warnings.
https://github.com/ruby/ruby/pull/82
git-svn-id: svn+ssh://ci.ru... -
07:42 AM Revision 2a1b0f24 (git): * lib/optparse.rb (Regexp): fix incorrect options when casting to
- a Regexp, and suppress encoding option warnings.
https://github.com/ruby/ruby/pull/82
git-svn-id: svn+ssh://ci.ru... -
07:42 AM Revision 1543a9f1 (git): * lib/optparse.rb (Regexp): fix incorrect options when casting to
- a Regexp, and suppress encoding option warnings.
https://github.com/ruby/ruby/pull/82
git-svn-id: svn+ssh://ci.ru... -
02:22 AM Revision 688d00d2 (git): * win32/win32.c (rb_chsize): no need to get the current file size.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34315 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
01/15/2012
-
06:21 PM Bug #5897 (Rejected): RubyからWinAPIのCreateProcessを使ったときに引数を間違えるとバグがでる
- require 'Win32API'
CreateProcess = Win32API.new('kernel32', 'CreateProcess', %w(ipiiiiiipp), 'i')
NULL = 0
FAL... -
04:46 PM Feature #5896 (Closed): object representation in rb_enc_vsprintf()
- =begin
(({rb_enc_vsprintf()}))で(({VALUE}))を受け付けるようにする拡張です。
文字列化したオブジェクトを含むメッセージを組み立てる場合、
(({StringValueCStr()}))... -
04:28 PM Bug #5848 (Closed): Array#inspect having an element with non-ASCII compatible #inspect result
- This issue was solved with changeset r34308.
John, thank you for reporting this issue.
Your contribution to Ruby is g... -
03:46 PM Revision d3f8488b (git): st optimize st_insert
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34314 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:46 PM Revision 9ed8c1f1 (git): st refactor add_packed_direct a bit
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34313 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:46 PM Revision 638f696b (git): st macroses for allocation
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34312 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:46 PM Revision 93829abc (git): * 2012-01-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34311 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:46 PM Revision cada5343 (git): st macroses for packed table
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34310 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:46 PM Revision 978a4ef1 (git): st use function instead of macro
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34309 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:38 PM Feature #5820: Merge Onigmo to Ruby 2.0
- 私としては、せっかく (?au) を入れたので使えないのはもったいないなと思います。Perlの他にはPythonでも /u 相当が使えることですし需要はあるでしょう。
/u がぶつかる問題は、大文字で /A/U にするとか?
... -
01:31 PM Bug #5892 (Rejected): REXML always wraps long tag text regardless the page width setting.
- =begin
It seems that this had been fixed in Ruby 1.9.3. Please update your ruby or request a backport for r31997 and... -
10:38 AM Bug #5892 (Assigned): REXML always wraps long tag text regardless the page width setting.
-
11:38 AM Feature #5895: rb_iter_break_value
- =begin
=end
-
07:28 AM Revision ef18be23 (git): * object.c (rb_inspect): raise the result is not compatible with
- the default external encoding. [ruby-core:42095] [Bug #5848]
If the default external encoding is ASCII compatible, ... - 06:52 AM Revision 4c5171bb (git): * 2012-01-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34307 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:52 AM Revision c358a4cb (git): * ext/json/parser/parser.rl (json_string_unescape): workaround fix
- for over optimization of GCC 4.7. [ruby-core:42085] [Bug #5888]
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51862
...
01/14/2012
-
11:42 PM Feature #5895 (Closed): rb_iter_break_value
- =begin
Rubyレベルではbreakで値を返すことができますが、Cレベルでは今のところ方法がありません。
(({void rb_iter_break_value(VALUE)}))というインターフェースを提案します。
... -
09:56 PM Bug #5894 (Closed): ISeq#compile with line no 0
- This issue was solved with changeset r34303.
Hideki, thank you for reporting this issue.
Your contribution to Ruby is... -
05:31 PM Bug #5894 (Closed): ISeq#compile with line no 0
- 三浦英樹と申します
以下のようにISeq.compile、ISeq#to_aを以下のように呼びだすと、セグメンテーションフォルトが発生します。
行番号(第4引数)を正数にするとこの現象は発生しないようです。
Rubyのバ... -
01:24 PM Revision 67bf0990 (git): * ext/dl/callback/mkcallback.rb (gencallback): suppress unused
- variables.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34305 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:16 PM Revision 45fd8887 (git): * compile.c (iseq_set_sequence): adjust indent.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34304 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:56 PM Revision e72ae8cc (git): * iseq.c (iseq_data_to_ary): check line info table boundary. line
- number 0 means no line number info is needed. [ruby-dev:45130]
[Bug #5894]
git-svn-id: svn+ssh://ci.ruby-lang.or... -
12:53 PM Feature #5873: Adopt FFI over DL
- > To remove original DL completely, we have to bundle libffi itself
> wholly.
Why?
Example, openssl is r... -
11:53 AM Feature #5873: Adopt FFI over DL
- Hi,
(12/01/14 8:48), Aaron Patterson wrote:
> On Tue, Jan 10, 2012 at 10:01:26PM +0900, Heesob Park wrote:
... -
08:59 AM Feature #5873: Adopt FFI over DL
- libffi has bash wrapper script to compile with cl.exe
It should work, however was not part of mswin builds.
... -
08:53 AM Feature #5873: Adopt FFI over DL
- On Tue, Jan 10, 2012 at 10:01:26PM +0900, Heesob Park wrote:
>
> Issue #5873 has been updated by Heesob Park.
> ... -
12:47 PM Revision 3772335a (git): * README.EXT, README.EXT.ja (rb_protect): add a note when ignoring the caught exception.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34302 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:05 PM Bug #5887: The documentation of Module.constants is incorrect
- Oh, ok. Let's wait for Matz to confirm this feature.
-
12:00 PM Bug #5865 (Closed): Exception#== should return false if the classes differ
- This issue was solved with changeset r34299.
Hiro, thank you for reporting this issue.
Your contribution to Ruby is g... -
08:42 AM Bug #5865 (Assigned): Exception#== should return false if the classes differ
-
09:36 AM Revision 15e1ff7f (git): * error.c (exc_equal): clear rb_thread_t::errinfo when ignore
- an exception under rb_protect(). [ruby-core:41979] [Bug #5865]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@343... -
08:46 AM Bug #5871: regexp \W matches some word characters when inside a case-insensitive character class
- Ondrej Bilka wrote:
> So regular expessions dont offer level1:basic unicode support?
> See http://unicode.org/repo... -
05:53 AM Bug #5871: regexp \W matches some word characters when inside a case-insensitive character class
- So regular expessions dont offer level1:basic unicode support?
See http://unicode.org/reports/tr18/
On Tue, J... -
03:02 AM Revision c53470fd (git): * sprintf.c (rb_enc_vsprintf): relaxed the restriction. since the
- implementation deeply depends on plain char, so wchar_t based
encodings are not supported.
git-svn-id: svn+ssh://... -
03:00 AM Revision f2aa0fd5 (git): * error.c (exc_equal): ignore exceptions during implicit
- conversion. [ruby-core:41979] [Bug #5865]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34299 b2dd03c8-39d4-4d8... -
02:59 AM Bug #5891: prelude.rb rdocs are not included on ruby-doc.org
- I concur, it appears that ruby-doc.org is not processing prelude.rb per the .document in ruby. From ruby-trunk:
... -
12:23 AM Feature #5893: named return,next...
- 2012/1/13 Ondřej Bílka <[email protected]>:
> Yukihiro Matsumoto wrote:
>> throw can pass the result to catch.
>
... -
12:23 AM Feature #5893: named return,next...
- On Fri, Jan 13, 2012 at 11:34:17PM +0900, Yukihiro Matsumoto wrote:
> Hi,
>
> In message "Re: [ruby-core:4211...
01/13/2012
-
11:41 PM Revision 1648e944 (git): Revert "* error.c (exc_equal): try implicit conversion for delegator."
- This reverts commit r34291 because it breaks objects whose "exception"
method doesn't allow no argument like XMLRPC::... -
11:29 PM Feature #5893: named return,next...
- On Fri, Jan 13, 2012 at 11:11:28PM +0900, Anurag Priyam wrote:
> On Fri, Jan 13, 2012 at 7:21 PM, Ondrej Bilka <ne... -
11:23 PM Feature #5893: named return,next...
- On Fri, Jan 13, 2012 at 7:21 PM, Ondrej Bilka <[email protected]> wrote:
> Hello. As returning from various blocks ... -
10:51 PM Feature #5893 (Rejected): named return,next...
- Hello. As returning from various blocks is recurring theme at list I propose following.
You can assign label to ea... -
10:42 PM Bug #5892 (Rejected): REXML always wraps long tag text regardless the page width setting.
- When ones prints a REXML document that contains a tag with a long text (with space chars), the REXML::Formatters::Pre...
- 09:59 PM Revision 23506c42 (git): * 2012-01-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:59 PM Revision 90943649 (git): * io.c (rb_io_s_read): Fix formatting of open_args comment. Reported
- by Adam Prescott.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34296 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:37 PM Bug #5891 (Third Party's Issue): prelude.rb rdocs are not included on ruby-doc.org
- http://ruby-doc.org/
>Ruby-doc.org is hosted and maintained by James Britt and Neurogami, an avant garage research &... -
10:28 AM Bug #5891 (Third Party's Issue): prelude.rb rdocs are not included on ruby-doc.org
- The documentation for Mutex#synchronize and Thread.exclusive, the two methods defined by prelude.rb, is missing from ...
-
04:44 PM Bug #5865 (Closed): Exception#== should return false if the classes differ
- This issue was solved with changeset r34291.
Hiro, thank you for reporting this issue.
Your contribution to Ruby is g... -
03:11 PM Bug #5848: Array#inspect having an element with non-ASCII compatible #inspect result
- Here is a patch for this issue.
But I suspect it may cause another issue.
diff --git a/array.c b/array.c.new
ind... -
08:07 AM Bug #5848 (Assigned): Array#inspect having an element with non-ASCII compatible #inspect result
-
07:02 AM Bug #5848: Array#inspect having an element with non-ASCII compatible #inspect result
- =begin
Hmm, not sure that r34218 fully addresses the issue.
o = Object.new
def o.inspect
"abc".en... -
11:23 AM Bug #5887: The documentation of Module.constants is incorrect
- Hi,
2012/1/13 Marc-Andre Lafortune <[email protected]>:
>> OT: I think Module.constants should be renamed ... -
01:36 AM Bug #5887: The documentation of Module.constants is incorrect
- Shugo Maeda wrote:
> OT: I think Module.constants should be renamed in the future, because Module.constants is confu... -
09:41 AM Revision 23b4c10d (git): * sprintf.c (rb_enc_vsprintf): can be used for ASCII compatible
- encodings only.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34295 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:29 AM Revision 6b1bae96 (git): * thread.c (rb_mutex_unlock_th): simplified.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:25 AM Revision 80323714 (git): * thread.c (rb_barrier_waiting): fix potential overflows.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:23 AM Revision db02621b (git): * load.c (load_unlock): update loading table at once.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34292 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:44 AM Revision a5bfe7ca (git): * error.c (exc_equal): try implicit conversion for delegator.
- [ruby-core:41979] [Bug #5865]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34291 b2dd03c8-39d4-4d8f-98ff-823fe... -
06:22 AM Revision abe4ff92 (git): merge revision(s) 33790:
- * time.c (TIME_COPY_GMT): copy vtm.utc_offset and vtm.zone too.
patch by Tomoyuki Chikanaga.
[rub... - 06:10 AM Revision 1c58146e (git): Forgot to commit the test part.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34289 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
01/12/2012
-
09:36 PM Feature #5185: Set#merge acts in place but Hash#merge does not
- +1, I just got bitten by this. Hash#merge returns a new object, so one should expect Set#merge to behave the same way...
-
07:07 PM Revision edfc3526 (git): merge revision(s) 34278:
- * cont.c (cont_restore_0): prevent optimizing out `sp'. sp is used for
reserving a memory space with ALLOCA... -
07:01 PM Feature #5617: Allow install RubyGems into dediceted directory
- Yui NARUSE wrote:
> * Show standalone patch; a patch to previous patch is difficult to inspect
Here is the squash... -
07:47 AM Feature #5617 (Assigned): Allow install RubyGems into dediceted directory
- * Show standalone patch; a patch to previous patch is difficult to inspect
* How will users use gems with this patch... - 06:49 PM Revision d00fe548 (git): * lib/shellwords.rb (Shellwords#shellescape): shellescape() now
- stringifies the given object using to_s.
* lib/shellwords.rb (Shellwords#shelljoin): shelljoin() accepts
non-strin... - 06:49 PM Revision c100aeb8 (git): * lib/shellwords.rb: Fix rdoc markups.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34286 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:44 PM Bug #5879 (Closed): $ignore_error use before set
- This issue was solved with changeset r34279.
Kazuhiro, thank you for reporting this issue.
Your contribution to Ruby ... -
01:19 AM Bug #5879 (Closed): $ignore_error use before set
- lib/mkmf.rb で make_makefile の中で
$ignore_error = $nmake ? '' : ' 2> /dev/null || true'
と ... - 06:42 PM Revision 8c72fc9b (git): * lib/shellwords.rb (Shellwords#shellsplit): Fix a bug where
- consecutive backslashes in double quotes are all removed except
the one at the tail.
git-svn-id: svn+ssh://ci.ruby... -
06:28 PM Revision 44d20d61 (git): Do not define _WIN32_WINNT multiple times
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34284 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:10 PM Bug #5887 (Assigned): The documentation of Module.constants is incorrect
-
04:37 PM Bug #5887 (Closed): The documentation of Module.constants is incorrect
- The documentation of Module.constants says "Returns an array of the names of all constants defined in the system. Thi...
- 04:46 PM Revision 6fe410d4 (git): * 2012-01-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:46 PM Revision 160f31e5 (git): merge revision(s) 34280:
- * eval.c: Improve rdoc for Module.constants [issue #5887]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_... - 04:37 PM Revision 92498834 (git): * 2012-01-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34281 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:37 PM Revision dea6efb5 (git): * eval.c: Improve rdoc for Module.constants [issue #5887]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34280 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:16 PM Bug #5423: readlineの入力待機中に端末のウィンドウサイズ変更すると入力内容が乱れる
- 元報告者と現象が同じかどうかわかりませんが、Ubuntu 10.04.3 で ruby 2.0.0dev (2012-01-10 trunk 34255) [i686-linux] + GNU Readline 6.1 で以下のような...
-
11:27 AM Feature #5785: Readline に pre_input_hook, insert_text, redisplay を追加
- trunk の変更でパッチがあたらなくなっていたので udpate したものを再度添付します。
-
11:27 AM Feature #5784: Readline.special_prefixes の追加
- trunk の変更でパッチがあたらなくなっていたので udpate したものを再度添付します。
-
11:14 AM Bug #5884: Float::NAN and 0.0/0.0 is represented differently when packed with 'g'
- Yui NARUSE wrote:
> Hiro Asari wrote:
> > Besides it being status quo, what is the rationale behind not having Floa... -
10:14 AM Bug #5884: Float::NAN and 0.0/0.0 is represented differently when packed with 'g'
- I am not presenting a real use case. That is not my intent. My intent is to clarify the design of Float::NAN, especia...
-
09:42 AM Bug #5884: Float::NAN and 0.0/0.0 is represented differently when packed with 'g'
- Hiro Asari wrote:
> Besides it being status quo, what is the rationale behind not having Float::NAN and 0.0/0.0 act ... -
09:23 AM Bug #5884: Float::NAN and 0.0/0.0 is represented differently when packed with 'g'
- Hi,
As far as I understand, the concept of "the NaN" itself is against the
definition of NaN in the IEEE 754 ... -
08:24 AM Bug #5884: Float::NAN and 0.0/0.0 is represented differently when packed with 'g'
- Besides it being status quo, what is the rationale behind not having Float::NAN and 0.0/0.0 act identically?
As Bria... -
07:46 AM Bug #5884: Float::NAN and 0.0/0.0 is represented differently when packed with 'g'
- I can't understand why it is nice and least confusing if 0.0/0.0 equals Float::NAN as a binary.
Could you show a use... -
06:54 AM Bug #5884: Float::NAN and 0.0/0.0 is represented differently when packed with 'g'
- While it may make some sense that Float::NAN is the quite NaN (if I understand IEEE 754 correctly), really the only w...
-
06:50 AM Bug #5884 (Rejected): Float::NAN and 0.0/0.0 is represented differently when packed with 'g'
- $ ruby2.0 -e 'p [Float::NAN].pack("g")'
"\x7F\xC0\x00\x00"
$ ruby2.0 -e 'p [0.0/0.0].pack("g")'
"\xFF\xC0\x00\x0... -
09:44 AM Revision 912b6606 (git): * lib/mkmf.rb: fix r33904 and revert r33905. initialize global
- variables with init_mkmf before initializing constants.
[ruby-dev:45124] [Bug #5879]
git-svn-id: svn+ssh://ci.rub... -
09:38 AM Bug #5883: thread bootstrap tests fail with clang 3.0 on Snow Leopard
- Yui NARUSE wrote:
>
> I can't understand this sentence with my poor English skill but kindly speaking,
> Yes, it'... -
09:27 AM Bug #5883: thread bootstrap tests fail with clang 3.0 on Snow Leopard
- Luis Lavena wrote:
> Oh bummer, where is the fun then?
I can't understand this sentence with my poor English skil... -
07:37 AM Bug #5883: thread bootstrap tests fail with clang 3.0 on Snow Leopard
- Oh bummer, where is the fun then?
-
07:30 AM Bug #5883 (Rejected): thread bootstrap tests fail with clang 3.0 on Snow Leopard
- Use gcc, clang can't work for ruby yet.
-
06:46 AM Bug #5883 (Rejected): thread bootstrap tests fail with clang 3.0 on Snow Leopard
- Hello,
Attempted to use clang to build latest trunk (r34277), using clang-3.0 provided by MacPorts:... -
08:51 AM Bug #5886 (Closed): OpenSSL ASN.1 time values may not round-trip their type
- Martin asked me to file this ticket.
asn1time_to_time may not preserve the type of ASN.1 time (GENERALIZED vs UTC)... -
05:12 AM Revision ca227314 (git): * cont.c (cont_restore_0): prevent optimizing out `sp'. sp is used for
- reserving a memory space with ALLOCA_N for restoring machine stack
stored in cont->machine_stack, but clang optimiz... -
04:47 AM Bug #5882 (Rejected): segfault in miniruby in ruby1.9.3 crosscompile for ARM
- Trying to compile ruby 1.9.3p0 for ARM using scratchbox (v1 using arm-linux-cs2010q1-202 for arm, glibc library)
T... -
02:46 AM Feature #5875 (Closed): Couple of tiny changes to string
- Closed by reporter's request.
-
02:19 AM Bug #5880 (Closed): Added examples for Object#instance_of? and Object#is_a?
- This issue was solved with changeset r34277.
Manoj, thank you for reporting this issue.
Your contribution to Ruby is ... -
01:42 AM Bug #5880 (Closed): Added examples for Object#instance_of? and Object#is_a?
- Added examples for Object#is_a? and Object#instance_of?
Also available in: Atom