Project

General

Profile

Activity

From 10/07/2012 to 10/13/2012

10/13/2012

10:37 PM Bug #7137: Date.parse overly lenient when attempting to parse Monday?
also the following examples should raise error:
Mon Mon Mon
Mon OR Fri?
Good Friday
Friday Sept 11 2001
Sept 1...
tadf (tadayoshi funaba)
10:17 PM Bug #7137: Date.parse overly lenient when attempting to parse Monday?
-1 is not about parsing. Stop messing. shyouhei (Shyouhei Urabe)
09:33 PM Bug #7137: Date.parse overly lenient when attempting to parse Monday?
IMO this is a bug. For example, Math::sqrt(-1) raises an error and does not assume that -1 is 1. alexeymuranov (Alexey Muranov)
02:16 PM Bug #7137 (Rejected): Date.parse overly lenient when attempting to parse Monday?
it does not function as a validator.
it believes the given date is valid.
tadf (tadayoshi funaba)
05:56 PM Bug #7152 (Closed): Is the order of Module#instance_methods intended to be preserved?
No. nobu (Nobuyoshi Nakada)
02:01 PM Bug #7152: Is the order of Module#instance_methods intended to be preserved?
I vote no! Imposing order upon the method table requires all implementations to use an ordered data structure here wh... headius (Charles Nutter)
11:58 AM Bug #7152 (Closed): Is the order of Module#instance_methods intended to be preserved?
https://github.com/jruby/jruby/issues/277 asks this question:
results = 10000.times.map do
chars = ('A'..'Z').m...
hasari (Hiro Asari)
04:23 PM Revision c3e874d7 (git): merge revision(s) 37175:
* regparse.c (parse_char_class): should match with a hyphen after a
range in a character class.
* ...
U.Nakamura
02:23 PM Revision be3a6b8c (git): * regparse.c (parse_char_class): should match with a hyphen after a
range in a character class.
* test/ruby/test_regexp.rb (TestRegexp#test_char_class): fixed wrong
test.
* test/rub...
U.Nakamura
01:25 PM Feature #7145: Add string-based range support to IMAP library
I broke the pull request. https://github.com/ruby/ruby/pull/196 is the fixed one. tonyarkles (Tony Arkles)
01:25 PM Bug #7146: IMAP: messages with a mime-attachment of type "message/delivery-notification" fail
I accidentally broke the pull request. Fixed one at https://github.com/ruby/ruby/pull/196 tonyarkles (Tony Arkles)
01:24 PM Bug #7147: IMAP: emails with message/rfc822 attachments fail to parse
I broke the one pull request. Fixed at https://github.com/ruby/ruby/pull/196 tonyarkles (Tony Arkles)
01:23 PM Bug #7153: IMAP: emails with (BODY ("MIXED")) returned from fetch fail to parse
Pull request: https://github.com/ruby/ruby/pull/196 tonyarkles (Tony Arkles)
12:48 PM Bug #7153: IMAP: emails with (BODY ("MIXED")) returned from fetch fail to parse
OK, the patch for this will have conflicts with the patches for #7145, #7146, and #7147 because it also adds unit tes... tonyarkles (Tony Arkles)
12:35 PM Bug #7153 (Closed): IMAP: emails with (BODY ("MIXED")) returned from fetch fail to parse
I'm not sure if this is even valid IMAP (I couldn't find a reference to it in the RFC), but Google's IMAP server seem... tonyarkles (Tony Arkles)
10:03 AM Feature #7068 (Feedback): ability to deactivate Hash#compare_by_identity()
=begin
h = {}
h.compare_by_identity = true
h['a'] = 1
h['a'] = 2
h.compare_by_identity = false
Wh...
drbrain (Eric Hodel)
09:46 AM Bug #6830 (Closed): test failure test_constants(OpenSSL::TestConfig) [/ruby/test/openssl/test_config.rb:27] on Mac + homebrew
nobu (Nobuyoshi Nakada)
09:45 AM Bug #6830: test failure test_constants(OpenSSL::TestConfig) [/ruby/test/openssl/test_config.rb:27] on Mac + homebrew
Now tests it if the file exists. nobu (Nobuyoshi Nakada)
03:14 AM Feature #7149 (Feedback): Constant magic for everyone.
What do you expect if the object is assigned to two or more constants? nobu (Nobuyoshi Nakada)
02:46 AM Feature #7149 (Assigned): Constant magic for everyone.
I noticed that certain objects have constant magic: When they are first assigned to a constant, they acquire a name p... Anonymous
12:07 AM Bug #7100: WEBrick::HTTPServer.new で BindAddress を指定しない場合に必ず警告が記録される
=begin
私のところでも同様の症状が出ています。そういった警告が出る場合、WEBrick サーバーに IPv6 でアクセスできなくなってしまいます。また、環境によっては http://localhost:3000/ のように l...
ChultOch5 (Sho Morita)

10/12/2012

10:30 PM Bug #7142 (Closed): mingw TestFloat#test_round_with_precision failure
This issue was solved with changeset r37168.
Hiroshi, thank you for reporting this issue.
Your contribution to Ruby i...
Anonymous
10:30 PM Bug #7140 (Closed): TestWEBrickCGI#test_cgi fails on Windows with chcp 437
This issue was solved with changeset r37167.
Hiroshi, thank you for reporting this issue.
Your contribution to Ruby i...
Anonymous
05:36 PM Bug #7140: TestWEBrickCGI#test_cgi fails on Windows with chcp 437
usa (Usaku NAKAMURA) wrote:
> I can't make the decision to change the encoding of ENV now.
> In future version -- 3...
h.shirosaki (Hiroshi Shirosaki)
04:56 PM Bug #7140 (Assigned): TestWEBrickCGI#test_cgi fails on Windows with chcp 437
I can't make the decision to change the encoding of ENV now.
In future version -- 3.0? -- we will be able to change ...
usa (Usaku NAKAMURA)
10:14 PM Bug #6653: 1.9.2/1.9.3 exhibit SEGV with many threads+tcp connections
Please write a complete reproducing procedure. It requires memcached, right?
I cannot repro on Ubuntu 12.04.
-- ...
mame (Yusuke Endoh)
09:41 PM Bug #6374 (Rejected): Acces to initialized class variable from included module
shugo (Shugo Maeda) wrote:
> mame (Yusuke Endoh) wrote:
> > I guess this is where "the Standard" comes in.
> > Any...
mame (Yusuke Endoh)
09:40 PM Feature #7114: New classes: `HumanTime::LocalTime`, `HumanTime::Duration`
In my opinion, the most important method of `HumanTime::LocalTime` would be `initialize` ;). It would need to be abl... alexeymuranov (Alexey Muranov)
09:18 PM Feature #6842 (Assigned): Add Optional Arguments to String#strip
mame (Yusuke Endoh)
08:52 PM Bug #7085: Subversion → GitHub gateway stops.
FYI, to follow up latest security fixes, I triggered the script manually. github.com/ruby/ruby
is now synchronized ...
shyouhei (Shyouhei Urabe)
06:01 PM Revision 872a47c1 (git): file.c: GC guard
* file.c (realpath_rec): prevent link from GC while link_names refers
the content.
git-svn-id: svn+ssh://ci.ruby-...
nobu (Nobuyoshi Nakada)
04:48 PM Bug #7144 (Closed): [mingw] 1.9.3 backport r37138 breaks build
Already committed shirosaki-san's patch.
Thank you for your report.
usa (Usaku NAKAMURA)
12:42 PM Bug #7144: [mingw] 1.9.3 backport r37138 breaks build
Hiroshi's patch from http://bugs.ruby-lang.org/issues/6127#note-10 enables successful builds on my Win7 32bit using m... jonforums (Jon Forums)
10:42 AM Bug #7144 (Closed): [mingw] 1.9.3 backport r37138 breaks build
On ruby_1_9_3@r37144 (but not trunk@37146) the following error occurs with both GCC 4.6.2 (mingw) and GCC 4.7.2 (ming... jonforums (Jon Forums)
04:47 PM Revision 88e264d2 (git): * regparse.c (parse_char_class): also need to check the type of token
after raw hyphen in regexp class, because the charcter code area
is union'ed with the property of TK_CHAR_TYPE.
r...
U.Nakamura
04:41 PM Revision cc251c2f (git): merge revision(s) 37171:
* test/ruby/test_regexp.rb
(TestRegexp#test_raw_hyphen_and_type_char_after_range): added new
test...
U.Nakamura
04:38 PM Revision 5ea65366 (git): * test/ruby/test_regexp.rb
(TestRegexp#test_raw_hyphen_and_type_char_after_range): added new
test. ref [ruby-core:47115] [Backport #6853]
gi...
U.Nakamura
04:03 PM Revision 5eb3f9cb (git): * 2012-10-13
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37170 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:03 PM Revision 78e3185a (git): use tty(1) to check if /dev/tty is usable or not
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37169 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
02:23 PM Feature #7148: Improved Tempfile w/o DelegateClass
Hi,
In message "Re: [ruby-core:47930] [ruby-trunk - Feature #7148][Open] Improved Tempfile w/o DelegateClass"
...
Anonymous
02:04 PM Feature #7148 (Assigned): Improved Tempfile w/o DelegateClass
I propose improved `Tempfile` without `DelegateClass()`.
Present `Tempfile` has following problems.
1. confusing...
Glass_saga (Masaki Matsushita)
01:30 PM Revision 8d236bc0 (git): win32.h: set floating point precision for pow()
* include/ruby/win32.h (rb_w32_pow): set floating point precision
for mingw-w64 x86 pow(). This improves the precis...
h.shirosaki (Hiroshi Shirosaki)
01:30 PM Revision 25a79e9f (git): test_cgi.rb: skip a test on Windows
* test/webrick/test_cgi.rb (TestWEBrickCGI#test_cgi): skip a test
depending on locale on Windows. ENV[] doesn't wor...
h.shirosaki (Hiroshi Shirosaki)
11:41 AM Revision 7206f9bc (git): * process.c (posix_sh_cmds): the command name of colon is ":".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37166 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:38 AM Bug #7147 (Assigned): IMAP: emails with message/rfc822 attachments fail to parse
shugo (Shugo Maeda)
11:31 AM Bug #7147 (Closed): IMAP: emails with message/rfc822 attachments fail to parse
Doing im.fetch("1:*", "FULL") on my inbox resulted in a few email messages with attached emssage/rfc822 emails (these... tonyarkles (Tony Arkles)
11:37 AM Bug #7146 (Assigned): IMAP: messages with a mime-attachment of type "message/delivery-notification" fail
shugo (Shugo Maeda)
11:31 AM Bug #7146: IMAP: messages with a mime-attachment of type "message/delivery-notification" fail
Was in version "ruby 1.9.3p194" that I noticed the problem. tonyarkles (Tony Arkles)
11:29 AM Bug #7146 (Closed): IMAP: messages with a mime-attachment of type "message/delivery-notification" fail
When doing im.fetch("1:*", "FULL") on my inbox, I discovered an email message that had a delivery notification attach... tonyarkles (Tony Arkles)
11:37 AM Feature #7145 (Assigned): Add string-based range support to IMAP library
shugo (Shugo Maeda)
11:31 AM Feature #7145: Add string-based range support to IMAP library
Was in "ruby 1.9.3p194" that I noticed the problem. tonyarkles (Tony Arkles)
11:26 AM Feature #7145 (Rejected): Add string-based range support to IMAP library
The imap protocol supports fetching ranges of messages using notation like "1:*" (to fetch all messages). I'd like to... tonyarkles (Tony Arkles)
10:23 AM Bug #7097: Thread locals don't work inside Enumerator
2012/10/12 tenderlovemaking (Aaron Patterson) <[email protected]>:
>
> Akira-san, do you have suggestio...
akr (Akira Tanaka)
03:53 AM Bug #7097: Thread locals don't work inside Enumerator
Akira-san, do you have suggestions for method names? tenderlovemaking (Aaron Patterson)
09:22 AM Revision b12a9cfb (git): merge revision(s) 37163:
* file.c (rb_get_path_check): path name must not contain NUL bytes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/bra...
U.Nakamura
09:18 AM Revision 7085db45 (git): file.c: poisoned NUL
* file.c (rb_get_path_check): path name must not contain NUL bytes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru...
nobu (Nobuyoshi Nakada)
08:55 AM Revision 57008f89 (git): merge revision(s) 37068:
* error.c (exc_to_s, name_err_to_s, name_err_mesg_to_str): do not
taint messages.
git-svn-id: svn+ssh://c...
U.Nakamura
08:37 AM Revision 6ae7a4fc (git): merge revision(s) 33857,37157:
Run the test only if /dev/tty exists.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@37158 b2dd03c8...
U.Nakamura
08:19 AM Revision 84fa14aa (git): Fix wrong condition of skipping test_ioctl_linux
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37157 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
07:28 AM Bug #7141 (Assigned): ALT_STACK_SIZE is not enough
あー、では私のミスっぽいのでちょっと預からさせてくださいませ kosaki (Motohiro KOSAKI)
07:24 AM Revision 2efac157 (git): merge revision(s) 36847,36873: [Backport #7115]
* configure.in (LIBDIR_BASENAME): use configured libdir value to fix
--enable-load-relative on systems wher...
U.Nakamura
07:07 AM Revision 727c8cdf (git): * tool/merger.rb: now can merge revision(s) without --ticket again.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37154 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
05:26 AM Bug #7088 (Closed): Documentation of Timeout::timeout is wrong about which thread executes the block
This issue was solved with changeset r37145.
Robert, thank you for reporting this issue.
Your contribution to Ruby is...
zzak (zzak _)
05:04 AM Bug #7088: Documentation of Timeout::timeout is wrong about which thread executes the block
I think deleting the paragraph would be sufficient. We don't need to reveal the implementation details of timeout. drbrain (Eric Hodel)
03:29 AM Bug #7088: Documentation of Timeout::timeout is wrong about which thread executes the block
How about we change that to: "The block will be executed on the current thread and will be given one argument: sec. W... zzak (zzak _)
05:10 AM Revision 1b4c99c0 (git): mkmf.rb: use configured libdir value
* lib/mkmf.rb (dir_config, init_mkmf): use configured libdir value as
default library path. [ruby-core:43726] [Bug...
nobu (Nobuyoshi Nakada)
04:56 AM Revision c171c834 (git): merge revision(s) 33215:
* test/rexml/test_encoding.rb:
Add require 'require 'rexml/document'
git-svn-id: svn+ssh://ci.ruby-lang.o...
U.Nakamura
04:38 AM Revision 58fef622 (git): merge revision(s) 35015:
* numeric.c (flodivmod): must through the same pass if HAVE_FMOD or not.
this is a bugfix of r35013.
git-svn-id: ...
U.Nakamura
04:31 AM Revision 30fbe3a9 (git): * io.c (rb_cloexec_fcntl_dupfd): get rid of compile error on windows.
reported by Donovan Lampa at [ruby-core:43152] [Backport #6127],
based on a patch by Hiroshi Shirosaki at [ruby-cor...
U.Nakamura
04:05 AM Revision 2ac236dc (git): * error.c (name_err_to_s): we need not infect msg.
* test/ruby/test_exception.rb (TestException#test_exception_to_s_should_not_propagate_untrustedness): test for it.
...
shyouhei (Shyouhei Urabe)
12:33 AM Revision 226689a2 (git): Remove wrong tests of r37144
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@37147 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)

10/11/2012

11:09 PM Bug #7135 (Closed): GC bug in Ruby 1.9.3-p194?
This issue was solved with changeset r37143.
Alex, thank you for reporting this issue.
Your contribution to Ruby is g...
nobu (Nobuyoshi Nakada)
05:19 PM Bug #7135: GC bug in Ruby 1.9.3-p194?
Just sent PR. https://github.com/ruby/ruby/pull/191 alexdowad (Alex Dowad)
04:20 PM Bug #7135: GC bug in Ruby 1.9.3-p194?
> I see. In which timezone 4AM?
That's 4AM Zambian time... right now I'm serving as a volunteer in Zambia (and d...
alexdowad (Alex Dowad)
11:29 AM Bug #7135: GC bug in Ruby 1.9.3-p194?
Hi,

At Thu, 11 Oct 2012 11:03:31 +0900,
alexdowad (Alex Dowad) wrote in [ruby-core:47905]:
> I'd prefer to ...
nobu (Nobuyoshi Nakada)
11:02 AM Bug #7135: GC bug in Ruby 1.9.3-p194?
> Not yet. I'll apply it if it fixes the bug.
I'd prefer to submit my own PR, if it's OK with you. It would someh...
alexdowad (Alex Dowad)
10:53 AM Bug #7135: GC bug in Ruby 1.9.3-p194?
> + RB_GC_GUARD(str);
This also fixes the problem. I looked on GitHub, and it looks like this patch hasn't been...
alexdowad (Alex Dowad)
10:53 AM Bug #7135: GC bug in Ruby 1.9.3-p194?
Hi,

At Thu, 11 Oct 2012 10:33:16 +0900,
alexdowad (Alex Dowad) wrote in [ruby-core:47902]:
> I just saw you...
nobu (Nobuyoshi Nakada)
10:33 AM Bug #7135: GC bug in Ruby 1.9.3-p194?
Hi Nobuさん,
I just saw your messages after posting. Has the patch you showed already been applied to edge Ruby?
alexdowad (Alex Dowad)
10:30 AM Bug #7135: GC bug in Ruby 1.9.3-p194?
YEE-HA!!! I think I may have nailed it!!!
I believe that my compiler was storing the pointer to the frozen string ...
alexdowad (Alex Dowad)
10:29 AM Bug #7135: GC bug in Ruby 1.9.3-p194?
Hi,

At Thu, 11 Oct 2012 10:08:51 +0900,
alexdowad (Alex Dowad) wrote in [ruby-core:47898]:
> Question: does...
nobu (Nobuyoshi Nakada)
10:23 AM Bug #7135: GC bug in Ruby 1.9.3-p194?
Hi,

At Thu, 11 Oct 2012 08:32:23 +0900,
alexdowad (Alex Dowad) wrote in [ruby-core:47897]:
> OK, I overcame...
nobu (Nobuyoshi Nakada)
10:08 AM Bug #7135: GC bug in Ruby 1.9.3-p194?
OK, I have established beyond all doubt that the contents of the String *are* being overwritten -- *not* the original... alexdowad (Alex Dowad)
08:32 AM Bug #7135: GC bug in Ruby 1.9.3-p194?
OK, I overcame the problem with compiling and testing a patched Ruby binary. When I comment out line 6229 of string.c... alexdowad (Alex Dowad)
08:05 AM Bug #7135: GC bug in Ruby 1.9.3-p194?
I patched the Ruby interpreter source and recompiled, but I'm having trouble using the resulting binary. The problem ... alexdowad (Alex Dowad)
07:53 AM Bug #7135: GC bug in Ruby 1.9.3-p194?
"alexdowad (Alex Dowad)" <[email protected]> wrote:
> Eric Wong <[email protected]> wrote:
> > I'm not...
normalperson (Eric Wong)
07:03 AM Bug #7135: GC bug in Ruby 1.9.3-p194?
More information:
When I restructure the code to avoid using an Enumerator, like this:
s = 0
...
alexdowad (Alex Dowad)
07:00 AM Bug #7135: GC bug in Ruby 1.9.3-p194?
OK, I found a couple more significant things:
1. I can reproduce the problem on Ruby 1.9.2 and 1.9.3, but never 1....
alexdowad (Alex Dowad)
06:50 AM Bug #7135: GC bug in Ruby 1.9.3-p194?
> Does this happen with unmodified Prawn at all?

Good question. I haven't spent a lot of time repeatedly running ...
alexdowad (Alex Dowad)
06:23 AM Bug #7135: GC bug in Ruby 1.9.3-p194?
"alexdowad (Alex Dowad)" <[email protected]> wrote:
> Nobuさん, I don't expect that you (or anyone else) would...
normalperson (Eric Wong)
05:12 AM Bug #7135: GC bug in Ruby 1.9.3-p194?
Nobuさん, I don't expect that you (or anyone else) would be able to reproduce this bug. As I said, it doesn't happen wh... alexdowad (Alex Dowad)
10:13 PM Bug #7142 (Closed): mingw TestFloat#test_round_with_precision failure
=begin
Trunk ruby on Windows XP x86 with mingw-w64 gcc 4.7.2 has the following test failure.
1) Failure:
test_...
h.shirosaki (Hiroshi Shirosaki)
09:56 PM Bug #7141 (Closed): ALT_STACK_SIZE is not enough
nariです。
以下で教えていただいたバックトレースが出ない件をもう少し追いかけてみた
ところ、どうもシグナルハンドラ内でスタックオーバーフローしているような
気がしています。
http://bugs.ruby-lan...
authorNari (Narihiro Nakamura)
09:51 PM Bug #7140 (Closed): TestWEBrickCGI#test_cgi fails on Windows with chcp 437
=begin
Webrick test fails with chcp 437 on Windows mingw reported by Jon.
https://gist.github.com/3859711#gistcom...
h.shirosaki (Hiroshi Shirosaki)
08:26 PM Revision 1968892c (git): * 2012-10-12
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37146 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:26 PM Revision 17821595 (git): * lib/timeout.rb (timeout):
Remove paragraph on wrong implementation detail.
[ruby-core:47739] [Bug #7088]
git-svn-id: svn+ssh://ci.ruby-lang...
zzak (zzak _)
06:12 PM Feature #6602: Tail call optimization: enable by default?
+1 for `goto foo()`
Tail call optimization looks to me like a tamed form of `goto`.
alexeymuranov (Alexey Muranov)
03:34 PM Revision 3036104a (git): merge revision(s) 33819,33839:
* io.c (ioctl_narg_len): don't use _IOC_SIZE macro on Linux.
On Linux some constants for ioctl(2) doesn't i...
naruse (Yui NARUSE)
02:09 PM Revision e808b2b1 (git): string.c: GC guard
* string.c (rb_str_sub{seq,pos,str}, rb_str_each_{line,codepoint}):
prevent String copies from GC. [ruby-core:4788...
nobu (Nobuyoshi Nakada)
06:50 AM Revision 104d1737 (git): test_string.rb: missing test
* test/ruby/test_string.rb (test_each_codepoint): missing test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37...
nobu (Nobuyoshi Nakada)
06:50 AM Revision 88e326ed (git): test_string.rb: suppress warnings
* test/ruby/test_string.rb (test_match_method): use unique objects in
TestString and TestString2.
* test/ruby/test...
nobu (Nobuyoshi Nakada)
06:50 AM Revision eddfa31b (git): test_string.rb: highlighting
* test/ruby/test_string.rb (test_LSHIFT, test_succ): get rid of
ruby-mode.el confusion.
git-svn-id: svn+ssh://ci.r...
nobu (Nobuyoshi Nakada)
06:47 AM Revision a9f1e5da (git): * 2012-10-11
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@37139 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:47 AM Revision cf7a5afa (git): merge revision(s) 33711,33713,33714,33715,33716,33717,33718,33719,33720,33721,33724,33727,33728,33752,33753: [Backport #6127]
* io.c (ioctl_req_t): Type of req argument of ioctl() depend on platform.
Moreover almost all linux ioctl c...
naruse (Yui NARUSE)
02:33 AM Feature #7106: FileUtils.touch should allow touching the symlink itself rather than the file the link points to
Hey,
Definitely a nice to have feature in the standard library :)
And so... few thoughts / ideas ...
On Linux, it ...
kwilczynski (Krzysztof Wilczynski)
01:58 AM Bug #7137 (Rejected): Date.parse overly lenient when attempting to parse Monday?
irb(main):001:0> require 'date'
=> true
irb(main):002:0> Date.parse('Monitoring')
=> #<Date: 2012-10-08 ((2456209j...
garysweaver (Gary Weaver)
12:50 AM Revision 34996e23 (git): Suppress warning: 'iseqval' may be used uninitialized in this function
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37137 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)

10/10/2012

11:39 PM Bug #7135 (Feedback): GC bug in Ruby 1.9.3-p194?
I can't reproduce it.
nobu (Nobuyoshi Nakada)
10:28 PM Bug #7135 (Closed): GC bug in Ruby 1.9.3-p194?
I'm just doing some refactoring/performance work on a popular Ruby gem called Prawn (it's used for PDF generation). I... alexdowad (Alex Dowad)
11:38 PM Bug #7136 (Third Party's Issue): 1.9.3-p194 segfault with c-extension
auto variables are disposed when the function exits. nobu (Nobuyoshi Nakada)
10:52 PM Bug #7136: 1.9.3-p194 segfault with c-extension
there are commented code in ext.rb
ext.rb:15 - this is "puts $ext_var_num"
puchuu (Andrew Aladjev)
10:45 PM Bug #7136 (Third Party's Issue): 1.9.3-p194 segfault with c-extension
file extconf.rb:
require "mkmf"
create_makefile("variables")
file variables.c:
#include "ruby.h"
void In...
puchuu (Andrew Aladjev)
10:43 PM Revision b5ff6f11 (git): * iseq.c (insn_operand_intern): cast op to rb_call_info_t* before
compare with iseq->callinfo_entries whose type is rb_call_info_t*.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
naruse (Yui NARUSE)
06:38 PM Revision fb9034e7 (git): * bootstraptest/test_block.rb: add tests for block with super.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37135 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
05:55 PM Revision a52af292 (git): * vm_dump.c: fix debug prints to catch up recent changes
such as VM data structures.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37134 b2dd03c8-39d4-4d8f-98ff-823fe6...
ko1 (Koichi Sasada)
05:52 PM Revision dddb92fd (git): * 2012-10-11
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37133 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:52 PM Revision 6990c7f9 (git): * iseq.c (insn_operand_intern): add support disasm TS_CALLINFO
operands.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37132 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
ko1 (Koichi Sasada)
03:14 PM Bug #7133 (Closed): [mingw] bogus TestProcess#test_execopts_gid test failure
This issue was solved with changeset r37128.
Jon, thank you for reporting this issue.
Your contribution to Ruby is gr...
usa (Usaku NAKAMURA)
08:02 AM Bug #7133 (Closed): [mingw] bogus TestProcess#test_execopts_gid test failure
On mingw windows builds, HAVE_GETGROUPS is not defined so `Process.groups` is not implemented
https://github.com...
jonforums (Jon Forums)
12:38 PM Revision 187ae6d5 (git): Rename variabls
* uid always stores uid
* user stores username or nil
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37131 b2dd03...
naruse (Yui NARUSE)
12:36 PM Feature #6602: Tail call optimization: enable by default?
FWIW, JRuby will not be able to support TCO until the JVM supports TCO, so it won't work across implementations. I do... headius (Charles Nutter)
08:08 AM Revision ba7c9b1c (git): Test both username and uid
* system(, uid: ) takes username or uid
* ENV["USER"] may be nil (sudo or jail)
git-svn-id: svn+ssh://ci.ruby-lang.o...
naruse (Yui NARUSE)
06:14 AM Revision f784e14f (git): * 2012-10-10
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37129 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:14 AM Revision 7eb1fee9 (git): * test/ruby/test_process.rb (TestProcess#test_execopts_gid): skip on
windows because the platform does not have Process.group method.
patched by Jon Forums in [ruby-core:47878] [Bug #7...
U.Nakamura

10/09/2012

09:17 PM Feature #7132 (Assigned): Alternation between named / ordered method arguments and aliases for method arguments.
=begin
Hi everyone. I am using Ruby for >1 year and I would like to share with you my dreams regarding the named met...
Anonymous
05:13 PM Feature #6975 (Closed): Changing UID/GID when calling spawn/popen
This issue was solved with changeset r37124.
Daniele, thank you for reporting this issue.
Your contribution to Ruby i...
nobu (Nobuyoshi Nakada)
03:50 PM Feature #7114 (Feedback): New classes: `HumanTime::LocalTime`, `HumanTime::Duration`
Once Ruby had `Date::Delta` but removed because it is undocumented experimental feature #4391.
If you trouble with...
naruse (Yui NARUSE)
03:36 PM Feature #7114: New classes: `HumanTime::LocalTime`, `HumanTime::Duration`
Sounds like that AR can provide AR-specific `parse` method.
nobu (Nobuyoshi Nakada)
02:18 PM Revision 428ec4ec (git): envutil.rb: assert_file and assert_file_not
* test/ruby/envutil.rb (assert_file, assert_file_not): more
descriptive assertions for File predicates.
git-svn-i...
nobu (Nobuyoshi Nakada)
10:09 AM Feature #7121 (Assigned): Extending the use of `require'
I was playing with Ruby tonight and thought up an interesting idea to make (({require})) a bit better, so you can loa... mjones (Morgan Jones)
09:01 AM Revision e3efce6d (git): array.c: use rb_random_ulong_limited
* array.c (rb_ary_sample): use rb_random_ulong_limited, since
precision of long may be larger than double.
git-sv...
nobu (Nobuyoshi Nakada)
08:59 AM Revision 7f8e5584 (git): random.c: rb_random_ulong_limited
* random.c (rb_random_ulong_limited): new function to return a random
value from 0 upto limit as unsigned long, sim...
nobu (Nobuyoshi Nakada)
08:13 AM Revision dd83dd6b (git): process.c: uid gid exec options
* process.c (rb_execarg_addopt, rb_execarg_run_options): add :uid and
:gid options. [ruby-core:47414] [Feature #69...
nobu (Nobuyoshi Nakada)
08:05 AM Revision 0bf06ff4 (git): * ChangeLog: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37123 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:37 AM Revision 62ad069c (git): * iseq.c (iseq_free): fix memory leak.
rb_iseq_t::callinfo_entries should be freed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37122 b2dd03c8-39d4...
ko1 (Koichi Sasada)
05:33 AM Revision 7ea3edc4 (git): * vm_core.h (rb_call_info_t): add new type `rb_call_inf_t'.
This data structure contains information including inline method
cache. After that, `struct iseq_inline_cache_entry...
ko1 (Koichi Sasada)
01:40 AM Bug #7040 (Closed): gem install で特定の gem がインストールできない
This issue was solved with changeset r37119.
Hiroshi, thank you for reporting this issue.
Your contribution to Ruby i...
nagachika (Tomoyuki Chikanaga)

10/08/2012

07:15 PM Bug #7119 (Third Party's Issue): Running wisp causes a segmentation fault
=begin
Running Wisp causes a segmentation fault.
Wisp is only version 0.1.0, but its code is too simple for it it...
agrimm (Andrew Grimm)
04:40 PM Revision 4be0c562 (git): * 2012-10-09
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37120 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:40 PM Revision f21ac99e (git): * ext/zlib/zlib.c (zstream_run_func): don't call inflate() when
z->stream.avail_in == 0. it return Z_BUF_ERROR.
but deflate() could be called with z->stream->avail_in == 0 because...
nagachika (Tomoyuki Chikanaga)
02:56 PM Revision 1bb89a6d (git): * eval.c (rb_mod_refinements): new method Module#refinements.
* test/ruby/test_refinement.rb: add new tests for the above changes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru...
shugo (Shugo Maeda)
02:02 PM Revision e028d3d9 (git): * eval.c, gc.c, iseq.c, node.h, vm_insnhelper.c, vm_insnhelper.h,
vm_method.c: rename omod and overlaid modules to refinements.
* eval.c (hidden_identity_hash_new): renamed from iden...
shugo (Shugo Maeda)
12:26 PM Bug #7066: test_segv_test(TestRubyOptions) が F になる
r37080 までは出ていましたが r37089 では出なくなっていました。
(途中ビルド環境の不調があったため、変化したリビジョンが特定できていません)
metanest (Makoto Kishimoto)
02:11 AM Feature #7113: New classes: `HumanTime::LocalTime`, `HumanTime::LocalDate`, `HumanTime::LocalDateTime` to represent "timetable time"
Eric, i meant that measuring the time in seconds ("the duration of 9 192 631 770 periods of the radiation correspondi... alexeymuranov (Alexey Muranov)
01:38 AM Feature #7114: New classes: `HumanTime::LocalTime`, `HumanTime::Duration`
Maybe `TimeOfDay` instead of `LocalTime`. But i am not entirely convinced that nobody would want to have a `LocalDat... alexeymuranov (Alexey Muranov)
12:47 AM Feature #7114 (Feedback): New classes: `HumanTime::LocalTime`, `HumanTime::Duration`
=begin
As suggested by *drbrain* in #7113 , here is a separate request for classes to hold the time of day and dura...
alexeymuranov (Alexey Muranov)
12:29 AM Bug #7040: gem install で特定の gem がインストールできない
Hello,
I've investigated this little more deeper.
If inflate() (aka z->func->run()) return under condition whic...
nagachika (Tomoyuki Chikanaga)

10/07/2012

05:28 PM Feature #7113 (Rejected): New classes: `HumanTime::LocalTime`, `HumanTime::LocalDate`, `HumanTime::LocalDateTime` to represent "timetable time"
I don't see the need for thr inclusion of a HumanTime class as you describe in ruby. Typically a time with time zone ... drbrain (Eric Hodel)
04:43 PM Feature #7113: New classes: `HumanTime::LocalTime`, `HumanTime::LocalDate`, `HumanTime::LocalDateTime` to represent "timetable time"
Sorry, there was a typo: *Moon*, of course :). alexeymuranov (Alexey Muranov)
12:15 AM Feature #7113: New classes: `HumanTime::LocalTime`, `HumanTime::LocalDate`, `HumanTime::LocalDateTime` to represent "timetable time"
I forgot one more: `HumanTime::Duration`. alexeymuranov (Alexey Muranov)
12:05 AM Feature #7113 (Rejected): New classes: `HumanTime::LocalTime`, `HumanTime::LocalDate`, `HumanTime::LocalDateTime` to represent "timetable time"
=begin
I think it would be nice if the following new classes were added to the standard library: (({HumanTime::Local...
alexeymuranov (Alexey Muranov)
05:14 PM Revision 7b6e6ede (git): fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37116 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
05:10 PM Revision aaa8880d (git): * 2012-10-08
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37115 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:10 PM Revision 98f14a91 (git): fix ML ref
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37114 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
05:03 AM Bug #6985 (Closed): Documentation Examples for Abbrev
This issue was solved with changeset r37113.
Zachary, thank you for reporting this issue.
Your contribution to Ruby i...
zzak (zzak _)
04:51 AM Bug #7099 (Closed): Fixing some grammar in thread.c docs
This issue was solved with changeset r37112.
Steve, thank you for reporting this issue.
Your contribution to Ruby is ...
zzak (zzak _)
04:38 AM Bug #7062 (Closed): Rdoc for String#=~
This issue was solved with changeset r37109.
Marcus, thank you for reporting this issue.
Your contribution to Ruby is...
zzak (zzak _)
 

Also available in: Atom