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... -
10:17 PM Bug #7137: Date.parse overly lenient when attempting to parse Monday?
- -1 is not about parsing. Stop messing.
-
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.
-
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. -
05:56 PM Bug #7152 (Closed): Is the order of Module#instance_methods intended to be preserved?
- No.
-
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...
-
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... - 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.
* ... - 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... -
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.
-
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
-
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
-
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
-
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...
-
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...
-
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... -
09:46 AM Bug #6830 (Closed): test failure test_constants(OpenSSL::TestConfig) [/ruby/test/openssl/test_config.rb:27] on Mac + homebrew
-
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.
-
03:14 AM Feature #7149 (Feedback): Constant magic for everyone.
- What do you expect if the object is assigned to two or more constants?
-
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...
-
12:07 AM Bug #7100: WEBrick::HTTPServer.new で BindAddress を指定しない場合に必ず警告が記録される
- =begin
私のところでも同様の症状が出ています。そういった警告が出る場合、WEBrick サーバーに IPv6 でアクセスできなくなってしまいます。また、環境によっては http://localhost:3000/ のように l...
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... -
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... -
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... -
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 ... -
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.
-- ... -
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... -
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...
-
09:18 PM Feature #6842 (Assigned): Add Optional Arguments to String#strip
-
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 ... -
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-... -
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. -
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...
-
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...
- 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... - 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... - 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... - 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
-
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
-
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"
... -
02:04 PM Feature #7148 (Assigned): Improved Tempfile w/o DelegateClass
- I propose improved `Tempfile` without `DelegateClass()`.
Present `Tempfile` has following problems.
1. confusing... -
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... -
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... -
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
-
11:38 AM Bug #7147 (Assigned): IMAP: emails with message/rfc822 attachments fail to parse
-
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...
-
11:37 AM Bug #7146 (Assigned): IMAP: messages with a mime-attachment of type "message/delivery-notification" fail
-
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.
-
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...
-
11:37 AM Feature #7145 (Assigned): Add string-based range support to IMAP library
-
11:31 AM Feature #7145: Add string-based range support to IMAP library
- Was in "ruby 1.9.3p194" that I noticed the problem.
-
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...
-
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... -
03:53 AM Bug #7097: Thread locals don't work inside Enumerator
- Akira-san, do you have suggestions for method names?
- 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... -
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... - 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... - 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... -
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
-
07:28 AM Bug #7141 (Assigned): ALT_STACK_SIZE is not enough
- あー、では私のミスっぽいのでちょっと預からさせてくださいませ
- 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... - 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
-
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... -
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.
-
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...
-
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... - 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... - 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: ... - 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... -
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.
... -
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
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... -
05:19 PM Bug #7135: GC bug in Ruby 1.9.3-p194?
- Just sent PR. https://github.com/ruby/ruby/pull/191
-
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... -
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 ... -
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... -
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... -
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... -
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? -
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 ... -
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... -
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... -
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...
-
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...
-
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 ...
-
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... -
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
... -
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.... -
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 ... -
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... -
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...
-
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_... -
09:56 PM Bug #7141 (Closed): ALT_STACK_SIZE is not enough
- nariです。
以下で教えていただいたバックトレースが出ない件をもう少し追いかけてみた
ところ、どうもシグナルハンドラ内でスタックオーバーフローしているような
気がしています。
http://bugs.ruby-lan... -
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... - 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
-
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... -
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`. -
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... -
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... -
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... -
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... -
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... - 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
-
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... -
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 ... -
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... -
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
10/10/2012
-
11:39 PM Bug #7135 (Feedback): GC bug in Ruby 1.9.3-p194?
- I can't reproduce it.
-
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...
-
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.
-
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" -
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... -
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... -
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
-
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... - 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
-
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 -
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... -
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... -
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... -
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...
-
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... - 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
- 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...
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... -
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... -
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... -
03:36 PM Feature #7114: New classes: `HumanTime::LocalTime`, `HumanTime::Duration`
- Sounds like that AR can provide AR-specific `parse` method.
-
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... -
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...
-
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... -
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... -
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... -
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
-
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... -
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... -
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...
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... - 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
-
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... -
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... -
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... -
12:26 PM Bug #7066: test_segv_test(TestRubyOptions) が F になる
- r37080 までは出ていましたが r37089 では出なくなっていました。
(途中ビルド環境の不調があったため、変化したリビジョンが特定できていません) -
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...
-
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...
-
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... -
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...
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 ...
-
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 :).
-
12:15 AM Feature #7113: New classes: `HumanTime::LocalTime`, `HumanTime::LocalDate`, `HumanTime::LocalDateTime` to represent "timetable time"
- I forgot one more: `HumanTime::Duration`.
-
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... -
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
- 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
-
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
-
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... -
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 ... -
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...
Also available in: Atom