Activity
From 02/15/2012 to 02/21/2012
02/21/2012
-
11:16 PM Feature #6056 (Closed): Enhancements to OpenStruct
- This patch fixes one issue, protecting #new_ostruct_member method, and possibly another by dup'ing marshal_dump, but ...
-
11:02 PM Revision 9dc0d6fe (git): * file.c (rb_f_test): Fix formatting of Kernel#test rdoc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:23 PM Bug #5671 (Closed): windows でのマルチバイト文字列を含むファイルへの File.chmod
- r33873 で修正されていました。ありがとうございます。
チケットを放置してしまいすみませんでした。 -
09:35 PM Feature #3944: Add Fiber#root? method
- Any progress on this?
-
09:13 PM Revision 8963f50f (git): * ext/dbm/extconf.rb: check DBM_SUFFIX for Mac OS X.
- Its ndbm.h doesn't include db.h.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34726 b2dd03c8-39d4-4d8f-98ff-82... - 09:04 PM Revision 80a6b147 (git): * 2012-02-22
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:04 PM Revision eac1d9cf (git): * ext/dbm/dbm.c (fdbm_initialize): disable Berkeley DB error messages.
- * ext/dbm/extconf.rb: check DBC type for above.
[ruby-dev:45269]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun... -
06:49 PM Bug #5931: Random SEGV during execution on YARD specs
- It crashed on 8th retry with ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-linux]. Going to try with trunk ...
-
05:12 PM Bug #6011 (Open): ruby-1.9.3-p0/lib/webrick/utils.rb:184: [BUG] Segmentation fault
- I don't have ARM knowledge.
If someone has an idea, contribution is welcome. -
04:44 PM Bug #6011: ruby-1.9.3-p0/lib/webrick/utils.rb:184: [BUG] Segmentation fault
- Yui NARUSE wrote:
> Vit Ondruch wrote:
> > Unfortunately, it still fails: http://arm.koji.fedoraproject.org/koji/ge... -
09:55 AM Bug #6011: ruby-1.9.3-p0/lib/webrick/utils.rb:184: [BUG] Segmentation fault
- Vit Ondruch wrote:
> Unfortunately, it still fails: http://arm.koji.fedoraproject.org/koji/getfile?taskID=451175&nam... -
01:12 AM Bug #6011: ruby-1.9.3-p0/lib/webrick/utils.rb:184: [BUG] Segmentation fault
- Unfortunately, it still fails: http://arm.koji.fedoraproject.org/koji/getfile?taskID=451175&name=build.log
-
04:08 PM Bug #6048 (Closed): {Unbound}Method#hash doesn't always return the right value
- This issue was solved with changeset r34717.
Marc-Andre, thank you for reporting this issue.
Your contribution to Rub... -
04:07 PM Bug #6048 (Open): {Unbound}Method#hash doesn't always return the right value
-
09:13 AM Bug #6048 (Closed): {Unbound}Method#hash doesn't always return the right value
- This issue was solved with changeset r34715.
Marc-Andre, thank you for reporting this issue.
Your contribution to Rub... -
12:23 AM Bug #6048: {Unbound}Method#hash doesn't always return the right value
- Hi,
On Mon, Feb 20, 2012 at 3:24 AM, Nobuyoshi Nakada <[email protected]> wrote:
>
> Issue #6048 has been ... -
01:47 PM Feature #5995: calling io_advise_internal() in read_all()
- Some file systems(e.g. ext3, ext4) use do_sync_read() for general read.
http://lxr.linux.no/#linux+v3.2.6/fs/ext3/fi... -
11:23 AM Revision ca9b0f56 (git): * hash.c (rb_any_hash): treat Qundef like as other special constants.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34723 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:22 AM Revision bc3b4ddd (git): * hash.c (hash_foreach_iter): fix signature.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34722 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:40 AM Revision 25df75e1 (git): * ext/curses/curses.c (Init_curses): use curses_version() for
- Curses::VERSION.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34721 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:41 AM Revision c98fd7da (git): revert a file which is committed wrong.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34720 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:35 AM Revision 0d44bf83 (git): * gc.c : remove gc_clear_mark_on_sweep_slots() and use
- rest_sweep() instead of it, because some dead objects might be
marked in next the mark phase by false pointers.
[... -
09:27 AM Revision 4103e718 (git): merge revision(s) 33326:
- warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34718 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:08 AM Revision 2e733be0 (git): * proc.c (rb_hash_proc): get wrapped pointer properly. [Bug #6048]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34717 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:41 AM Revision a5e49f99 (git): * template/ruby.pc.in: added rubylibprefix, {rubylib,vendor,site}dir
- and {ruby,vendor,site}archdir. [ruby-core:42766][Feature #6052]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@... -
02:59 AM Bug #6053 (Closed): Enumerator#rewind goes to beginning instead of decrementing one step.
- This issue was solved with changeset r34712.
Chris, thank you for reporting this issue.
Your contribution to Ruby is ... -
02:29 AM Bug #6053: Enumerator#rewind goes to beginning instead of decrementing one step.
- It is a bug in documentation. #rewind method rewinds the sequence to the beginning.
-
01:31 AM Bug #6053 (Closed): Enumerator#rewind goes to beginning instead of decrementing one step.
- From the ruby docs:
rewind → e
Rewinds the enumeration sequence by one step.
In practice, however, it fu... - 12:13 AM Revision f12c14d3 (git): * proc.c (method_hash, proc_hash): Fix {Unbound}Method#hash
- [Bug #6048]. Isolate hash computation for proc
* internal.h: Declaration for above
* vm_method.c (rb_method_definit...
02/20/2012
- 11:55 PM Revision 80ca7d23 (git): * 2012-02-21
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34714 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:55 PM Revision a81a8172 (git): merge revision(s) 34712:
- * enumerator.c (enumerator_rewind): update the documentation.
fixed: #6053
git-svn-id: svn+ssh://ci.ruby-l... -
11:40 PM Bug #6049 (Closed): Build failure on enc/mktable.so with VC 2010Build failure on enc/mktable.so with VC 2010
- This issue was solved with changeset r34708.
Heesob, thank you for reporting this issue.
Your contribution to Ruby is... -
06:02 PM Bug #6049 (Closed): Build failure on enc/mktable.so with VC 2010Build failure on enc/mktable.so with VC 2010
- I got the following failure on Windows XP with VC 2010 while building trunk.
C:\work\snapshot>nmake
Microsoft (... -
10:27 PM Bug #6036: Test failures in Fedora Rawhide/17
- The test_pathname appears to hang somewhere. The TestPathname#test_pathsubext_510 is the last output which appears in...
-
10:02 PM Bug #6036: Test failures in Fedora Rawhide/17
- Tests passes with following command: "make check TESTS="-v -x test_pathname.rb -x test_drbssl.rb -x test_parse.rb -x ...
-
04:39 PM Bug #6036 (Assigned): Test failures in Fedora Rawhide/17
- Bohuslav Kabrda wrote:
> Well, thanks for fixing the gdbm support, but the other 16 failures and 20 errors are the m... -
04:12 PM Bug #6036: Test failures in Fedora Rawhide/17
- Well, thanks for fixing the gdbm support, but the other 16 failures and 20 errors are the main reason why I reported ...
-
09:30 PM Feature #4970 (Closed): FileUtils refactored
- This issue was solved with changeset r34706.
Thomas, thank you for reporting this issue.
Your contribution to Ruby is... -
07:37 PM Bug #6035 (Third Party's Issue): 2F in TestReadline
- Yui NARUSE wrote:
> これ、libedit 側のバグですね。
> rl_outstream セットしてるのに、file_complete.c で el->el_outfile を見てる。
http://gn... -
05:59 PM Revision 3052f75d (git): * enumerator.c (enumerator_rewind): update the documentation.
- fixed: #6053
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34712 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:24 PM Bug #6048: {Unbound}Method#hash doesn't always return the right value
- One thing.
rb_method_definition_t* hasn't been used as function interface, rb_method_entry_t* might be preferable. -
05:21 PM Bug #6048: {Unbound}Method#hash doesn't always return the right value
- Seems fine.
-
03:19 PM Bug #6048 (Closed): {Unbound}Method#hash doesn't always return the right value
- {Unbound}Method#hash doesn't always return the right value.
map, collect = Array.instance_method(:map), Array.... -
03:59 PM Revision 8e6dfeec (git): * tool/rubytest.rb: separate errors from dots.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34711 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:00 PM Revision e5cb1bb9 (git): * 2012-02-21
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34710 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:00 PM Revision a1292c72 (git): update comment.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34709 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:40 PM Revision 07d8dffe (git): * enc/depend: ignore mktable.c because it's not encoding library.
- [ruby-core:42760] [Bug #6049]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34708 b2dd03c8-39d4-4d8f-98ff-823fe... -
01:48 PM Bug #5961 (Closed): regular expression positive look-behind
- Fixed by mergin Onigmo 5.13.1 in Ruby 2.0.
-
01:48 PM Bug #5208 (Closed): \b and \B don't match properly
- Fixed by merging Onigmo 5.13.1.
-
12:43 PM Bug #5676 (Closed): miniruby linking error: undefined reference to ___stack_chk_guard
- Jon Forums wrote:
> I think you're right on runtime library mismatch, but shouldn't it fail when miniruby is used lat... -
04:29 AM Bug #5676: miniruby linking error: undefined reference to ___stack_chk_guard
- Thanks for checking. Trunk builds fine using the old default gcc 4.2.1 and configure adds `-fstack-protector` to Make...
-
12:41 PM Revision b17bc954 (git): * ext/curses/extconf.rb: fold too long lines.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34707 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:30 PM Revision 5cfba33a (git): * lib/fileutils.rb: revert a line modified accidentally at r34669.
- This fixes mingw test errors in TestDir_M17N.
[ruby-core:42728] [Feature #4970]
git-svn-id: svn+ssh://ci.ruby-lang... -
12:10 PM Revision 83f742f8 (git): * ext/curses/curses.c (Init_curses): define Curses::VERSION.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34705 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:09 PM Revision 9f6f0788 (git): * ext/curses/extconf.rb: restore $libs and $defs for each
- header/library choice.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34704 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:05 AM Revision faf4c9db (git): * ext/dbm/extconf.rb: weaken header/library consistency check if db is
- "ndbm". It seems several (possibly historical) distributions
provide libndbm. However the content of libndbm vary... -
10:16 AM Revision f8015c23 (git): * ext/dbm/extconf.rb: refine variable names.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34702 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:53 AM Feature #6023: Add "a ?= 2" support for meaning "a = a.nil? ? 2 : a"
- Magnus Holm <[email protected]> writes:
> If we want something like this, we should provide a non-assignment
... -
05:53 AM Feature #6023: Add "a ?= 2" support for meaning "a = a.nil? ? 2 : a"
- > I've just proposed this idea to Groovy and I thought the same semantics would be interesting to have in Ruby too:
... - 06:50 AM Revision aa27e42f (git): * 2012-02-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34701 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:50 AM Revision 032d0a4c (git): * configure.in: check if -fstack-protector is really available.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:52 AM Feature #5995: calling io_advise_internal() in read_all()
- Yusuke Endoh wrote:
> Hello, Martin
>
> I guess that your point is off topic from this ticket.
> As I and Masaki... -
05:47 AM Feature #6047 (Closed): read_all: Grow buffer exponentially in generic case
- In the general case, read_all grows its buffer linearly by just the amount that is currently read from the underlying...
-
05:22 AM Feature #2740: Extend const_missing to pass in the nesting
- Bump
-
05:19 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
- Worth pointing out that the cost of allocating an exception every time could be blunted by always raising the *same* ...
-
04:41 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
- I never got to weigh in on this thread back in the day, and I'm working on IO stuff more recently, so a few thoughts....
02/19/2012
-
04:15 PM Bug #6035 (Open): 2F in TestReadline
- これ、libedit 側のバグですね。
rl_outstream セットしてるのに、file_complete.c で el->el_outfile を見てる。 -
02:44 PM Revision 05a2cd70 (git): add a test.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34699 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:44 PM Revision d7bf156a (git): * ext/dbm/extconf.rb: show header and library found.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34698 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:25 PM Bug #5676: miniruby linking error: undefined reference to ___stack_chk_guard
- FYI, I could build ruby on FreeBSD 9.0 amd64 with gcc 4.6 in ports.
-
10:57 AM Bug #5676 (Feedback): miniruby linking error: undefined reference to ___stack_chk_guard
- The symbol in question differs, so sounds like a runtime library mismatch.
Does it fail with the default package?
... -
03:23 AM Bug #5676: miniruby linking error: undefined reference to ___stack_chk_guard
- I've recently adopted FreeBSD 9.0 (in my "A New Year, A New OS" resolution) and have apparently run into this problem...
-
02:14 PM Revision 0e8cd8ae (git): fix typos
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34697 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:02 PM Revision 95f3f982 (git): * ext/dbm/dbm.c (Init_dbm): refine DBM::VERSION definition.
- * ext/dbm/extconf.rb: provide RUBYDBM_GDBM_HEADER macro.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34696 b... -
12:27 PM Bug #6046 (Third Party's Issue): Berkeley DB dbm_open in libc is called even if --with-dbm-type=gdbm_compat is specified on FreeBSD
- FreeBSD 8.2 で、--with-dbm-type=gdbm_compat として ext/dbm に GDBM を
使わせようとしたときに、(libc 中の) Berkeley DB の dbm_open を呼んで
しま... -
11:25 AM Feature #5995: calling io_advise_internal() in read_all()
- Hello, Martin
I guess that your point is off topic from this ticket.
As I and Masaki showed, in normal cases, Fil... -
10:18 AM Revision 87a15a69 (git): revert r34691 and r34689
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34695 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:33 AM Revision 1efa1416 (git): add assertions.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34694 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:08 AM Revision 460bb8a8 (git): * test/dbm/test_dbm.rb (test_dbmfile_suffix): check pag and dir is
- empty for 4.3BSD ndbm.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34693 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:36 AM Revision 310c2adf (git): * enc/mktable.c (ENC_INFO): constify to suppress warnings.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:11 AM Revision f0e9fa3c (git): * gc.c (gc_clear_mark_on_sweep_slots): remove a unused variable.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34691 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:29 AM Revision 95c3026f (git): merge revision(s) 33327:
- * configure.in: ignore all warnings from an arbitrary
header in /usr/local/include.
git-svn-id: svn+ssh:/... -
03:07 AM Revision 55e6e9e3 (git): * gc.c (gc_clear_mark_on_sweep_slots): uses slot_sweep() for
- unsweeped slots, because some dead objects might be marked in
next the mark phase by false pointers. [ruby-core:42... -
01:53 AM Feature #4970: FileUtils refactored
- (12/02/18 14:56), Thomas Sawyer wrote:
> Looks like someone had simply misspelled "mignw". I am guessing that's ac... -
01:51 AM Revision 541e1aff (git): * regparse.c: fix warnings.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34688 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
02/18/2012
-
06:05 PM Revision c509bec7 (git): cosmetic change.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34687 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:01 PM Revision 62debc95 (git): * test/dbm/test_dbm.rb (test_dbmfile_suffix): check magic numbers.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34686 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:06 PM Revision 0187905a (git): * ext/dbm/extconf.rb: detect GDBM's ndbm.h by testing dbm_clearerr is
- an empty macro.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34685 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:41 PM Revision 0ffc74de (git): * regcomp.c, regexec.c: fix-up warnings.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34684 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:31 PM Revision ca5a0db6 (git): * 2012-02-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:31 PM Revision fcd8f78e (git): * ext/dbm/extconf.rb: don't choose 'dbm' if _GDB_H_ is defined which
- is available since GDBM 1.9 because 'gdbm_compat' is appropriate
choise since GDBM 1.8.1.
git-svn-id: svn+ssh://... -
02:56 PM Feature #4970: FileUtils refactored
- Looks like someone had simply misspelled "mignw". I am guessing that's actually the older code, and `fu_windows?` is ...
-
10:43 AM Feature #4970: FileUtils refactored
- r34669 (trunk): * lib/fileutils.rb: refactored FileUtil methods
seems to cause test errors with mingw32.
TestDir_... - 02:28 PM Revision 923bff74 (git): * random.c: remove a duplicated comment.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34681 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:06 AM Revision 90cc1164 (git): simplify a test.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34680 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:47 AM Revision fc0111cc (git): * ext/dbm/extconf.rb (dblib): prefer recent GDBM over older GDBM.
- (have_declared_libvar): new function to check a declared variable
exists in a library.
(have_undeclared_libvar): ... - 09:00 AM Revision b570f60d (git): * 2012-02-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@34677 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:00 AM Revision cfdd154b (git): merges r28134 from trunk into ruby_1_9_2.
- --
Allow bin/* install from dot-dirs. Fixes rvm and multiruby installations.
git-svn-id: svn+ssh://ci.ruby-lang.org/... -
08:59 AM Revision 80e35fa2 (git): merges r33532 from trunk into ruby_1_9_2.
- --
* include/ruby/ruby.h (SIZE_MAX): define SIZE_MAX if not defined.
patched by The Written Word Inc. [ruby-core:40... -
08:23 AM Bug #6040: Transcoding test failure: Big5 to UTF8 not defined (MinGW)
- If you could do that will be really appreciated.
Thank you.
Sorry for top posting. Sent from mobile.
On ... -
08:23 AM Bug #6040: Transcoding test failure: Big5 to UTF8 not defined (MinGW)
- (2012/02/18 7:54), Luis Lavena wrote:
> On Fri, Feb 17, 2012 at 7:47 PM, Yui NARUSE <[email protected]> wrote:
>... -
07:59 AM Bug #6040: Transcoding test failure: Big5 to UTF8 not defined (MinGW)
- On Fri, Feb 17, 2012 at 7:47 PM, Yui NARUSE <[email protected]> wrote:
>
> Issue #6040 has been updated by Yui NAR... -
07:47 AM Bug #6040: Transcoding test failure: Big5 to UTF8 not defined (MinGW)
- Luis Lavena wrote:
> On Thu, Feb 16, 2012 at 9:55 PM, Yui NARUSE <[email protected]> wrote:
> >
> > Issue #6040 ... -
07:23 AM Bug #6040: Transcoding test failure: Big5 to UTF8 not defined (MinGW)
- On Thu, Feb 16, 2012 at 9:55 PM, Yui NARUSE <[email protected]> wrote:
>
> Issue #6040 has been updated by Yui NAR... -
04:54 AM Revision 4c1ea85d (git): * test/dbm/test_dbm.rb (test_dbmfile_suffix): DBM::VERSION should
- be Berkeley DB if foo.db is created by DBM.open.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34674 b2dd03c8-3... -
04:42 AM Feature #5221: LoadEerror#path
- I've updated the patch to include a test:
https://gist.github.com/1855072 -
04:41 AM Revision 48a97f2c (git): * test/dbm/test_dbm.rb (test_dbmfile_suffix): test dbm file suffix.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34673 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:51 AM Revision e7a1d4a3 (git): * ext/dbm/dbm.c (DBM::VERSION): define it by detecting _GDBM_H_ or
- _DBM_IOERR.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34672 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:09 AM Feature #5964: Make Symbols an Alternate Syntax for Strings
On 16/02/2012, at 12:28 PM, Charles Oliver Nutter wrote:
> ... someone might rely on the same symbol having
> the...-
02:54 AM Feature #5995: calling io_advise_internal() in read_all()
- Motohiro KOSAKI wrote:
> Because of, when we read whole file contents, we only need _one_ read syscall if the file... -
02:47 AM Revision 62276906 (git): * tool/enc-unicode.rb: don't use 1.9 feature on tools.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34671 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:27 AM Feature #5654: Introduce global lock to avoid concurrent require
- Finally looping back to this to add some thoughts. Sorry for the delay.
The biggest problem with concurrent code i...
02/17/2012
-
06:47 PM Feature #5959 (Rejected): Addrinfo#inspectname
- 並列動作を考えると libcurl 使ったほうが賢い気がしてきたので reject します
-
06:44 PM Bug #6035 (Assigned): 2F in TestReadline
- I succeeded to reproduce this issue.
This is libedit dependent issue. -
12:25 PM Bug #6035 (Closed): 2F in TestReadline
- This issue was solved with changeset r34657.
Kouhei, thank you for reporting this issue.
Your contribution to Ruby is... - 05:59 PM Revision e0f059a1 (git): * 2012-02-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34670 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:59 PM Revision ace46301 (git): * lib/fileutils.rb: refactored FileUtil methods to use the
- `define_command` API. Patch from 7rans <[email protected]>
* test/fileutils/test_dryrun.rb: corresponding test ref... -
04:42 PM Feature #5820 (Closed): Merge Onigmo to Ruby 2.0
- This issue was solved with changeset r34663.
Yui, thank you for reporting this issue.
Your contribution to Ruby is gr... -
02:31 PM Feature #5221: LoadEerror#path
- Bump. Any news on this?
-
01:24 PM Bug #5801 (Closed): Enumerable#take_while の proc を外に出して使うと Segv
- This issue was solved with changeset r34661.
satoshi, thank you for reporting this issue.
Your contribution to Ruby i... -
01:16 PM Bug #6042 (Rejected): DateTime::jd off by 12 hours(?)
- As rdoc of DateTime.jd says, its argument is Chronological Julian Day number.
-
01:05 PM Bug #6042 (Rejected): DateTime::jd off by 12 hours(?)
- I am deeply reluctant to file a bug against something so fundamental as DateTime, and wonder whether I might have mis...
-
12:41 PM Revision 92e7c2d3 (git): * ext/dbm/extconf.rb: remove dbm.
- forgotten in r34666.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34668 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:35 PM Bug #6011 (Feedback): ruby-1.9.3-p0/lib/webrick/utils.rb:184: [BUG] Segmentation fault
-
12:29 PM Revision 6d1f7512 (git): * ext/dbm/extconf.rb: refine header/libraty mismatch detection.
- check only for ndbm.h except libc. check _GDBM_H_ for gdbm.
check _DBM_IOERR for the original ndbm.
git-svn-id: ... -
12:10 PM Revision fbca1d0d (git): * ext/dbm/extconf.rb: don't check libdbm. It is not a ndbm
- implementation. (libdbm in Version 7 Unix is database library
for single database per process.)
git-svn-id: svn+... -
10:46 AM Bug #6034 (Closed): Error in test_Big5(TestTranscode)
- パッケージ (tar.gz とか zip とかのファイル) を ruby 1.8 で作るとダメだったようです。
コードとしては r34650 / 1.9.3-p127 で修正しました。
パッケージ自体は修正して最アップロードします。 -
09:55 AM Bug #6040 (Closed): Transcoding test failure: Big5 to UTF8 not defined (MinGW)
- This should be fixed r34650 in trunk / 1.9.3-p127.
Could you check and reopen this if not fixed? -
09:29 AM Bug #6040: Transcoding test failure: Big5 to UTF8 not defined (MinGW)
- Thank you Nobu and Jeremy, I've used 1.9.3-p0 as base ruby so shouldn't be
that.
I'll try build 1.9.3 branch aga... -
09:11 AM Bug #6040: Transcoding test failure: Big5 to UTF8 not defined (MinGW)
- I've seen this failure when I made enc/trans/*.c with ruby 1.8, but nothing wrong when made with ruby 1.9 or later.
... -
06:13 AM Bug #6040: Transcoding test failure: Big5 to UTF8 not defined (MinGW)
- I can confirm that this error occurs on both OpenBSD amd64 and i386. This happens both when the whole test suite is ...
-
06:03 AM Bug #6040 (Closed): Transcoding test failure: Big5 to UTF8 not defined (MinGW)
- Hello,
While testing 1.9.3-p125 (released), discovered this bug which was not present in previous builds:... -
08:18 AM Revision 242994f3 (git): * ChangeLog: removed duplicated entry.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34665 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:17 AM Revision 39d69386 (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34664 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:42 AM Revision 0424e152 (git): * Merge Onigmo-5.13.1. [ruby-dev:45057] [Feature #5820]
- https://github.com/k-takata/Onigmo
cp reg{comp,enc,error,exec,parse,syntax}.c reg{enc,int,parse}.h
cp oniguruma.h... -
06:20 AM Revision 5362e7fc (git): * enum.c (enum_each_slice): arrays to be yielded can be newly
- created in the block.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:55 AM Bug #6033: Digest issue in 1.9.3
- Weird. It's happening on both of my laptops, but not a fresh one. I guess something is screwed up from when Lion firs...
-
04:31 AM Bug #6037 (Rejected): #freeze bug
- Rejecting, as this is per spec. Behavior can not be changed without breaking a lot of code.
Note that I also would... -
03:56 AM Bug #6037 (Rejected): #freeze bug
- freeze should deep freeze, to avoid inconsistent behavior:
array = ['a', 'b'].freeze
array[0] = 'b'
array[0].gsu... -
04:26 AM Bug #6038: #instance_eval bug
- Might be a good idea to keep things simple:
do_stuff = lambda do |&block|
puts "Object id is #{block.ob... -
03:57 AM Bug #6038 (Closed): #instance_eval bug
- instance_eval seems to change the object_id in some cases:
begin
stack = []
do_stuff = lambda do |&chain|
... -
04:24 AM Revision 41e331cc (git): * enum.c: move work variables to objects not to let called blocks
- access stack area out of scope. [Bug #5801]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34661 b2dd03c8-39d4-4... -
04:24 AM Revision d8168ded (git): merge revision(s) 34652:
- * lib/mkmf.rb (create_header): log the content of header.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby... -
04:17 AM Bug #6039: lambda vs proc; #to_ary w/ splat bug
- Possibly related: http://bugs.ruby-lang.org/issues/5694
-
04:09 AM Bug #6039: lambda vs proc; #to_ary w/ splat bug
- Possibly related:
http://bugs.ruby-lang.org/issues/5759 -
03:59 AM Bug #6039 (Rejected): lambda vs proc; #to_ary w/ splat bug
- to_ary apparently gets called in edge cases when a proc has a splat argument:
good = Class.new do
def to_ary
... -
04:17 AM Bug #5694: Proc#arity doesn't take optional arguments into account.
- Possibly related: http://bugs.ruby-lang.org/issues/6039
-
04:09 AM Bug #5759: flatten calls to_ary on everything
- Possibly related:
http://bugs.ruby-lang.org/issues/6039 -
03:37 AM Revision 3b243514 (git): * tool/merger.rb: remove borders from the commit message which is used
- when the commit doesn't change ChangeLog.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34659 b2dd03c8-39d4-4d8f... -
03:27 AM Revision 95433b2b (git): merge revision(s) 34268:
- * test/readline/test_readline.rb (test_completion_proc_empty_result):
ensure clearance of Readline's line_b... -
03:25 AM Revision c1303fbe (git): merge revision(s) 34255: [Backport #6035]
- * test/readline/test_readline.rb (test_completion_proc_empty_result): rescue NoMemoryError.
git-svn-id: svn+ssh://c... -
02:50 AM Revision 68262a20 (git): * common.mk (btest, btest-ruby, test-sample test-knownbugs)
- (test-all, test-ruby): depend on prog.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34656 b2dd03c8-39d4-4d8f-9... -
02:47 AM Revision 54209dd1 (git): merge revision(s) 34115:
- * test/readline/test_readline.rb (test_line_buffer__point): use
lambda not to exit entire method by "return... -
01:16 AM Revision c3230878 (git): merge revision(s) 34644:
- * ext/dbm/extconf.rb: check _DB_H_ macro unavailable except
Berkeley DB library.
git-svn-id: svn+ssh://ci... -
01:14 AM Revision 35586754 (git): merge revision(s) 34646:
- * test/dbm/test_dbm.rb: fix skip condition for libgdbm 1.8.0 or prior.
reported by Bohuslav Kabrda.
... -
12:56 AM Revision 7d0066c5 (git): * lib/mkmf.rb (create_header): log the content of header.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34652 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:54 AM Revision bae9e4a0 (git): merge revision(s) 34650:
- * tool/transcode-tblgen.rb (import_ucm): don't use \h because the
script should work with ruby 1.8.
... -
12:53 AM Revision 375fd315 (git): * tool/transcode-tblgen.rb (import_ucm): don't use \h because the
- script should work with ruby 1.8.
* tool/enc-unicode.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3... -
12:38 AM Revision a81c7663 (git): Fix debug line of ext/dbm/extconf.rb in r34641. [Backport #6021]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34649 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:25 AM Bug #6036 (Closed): Test failures in Fedora Rawhide/17
- This issue was solved with changeset r34646.
Bohuslav, thank you for reporting this issue.
Your contribution to Ruby ...
02/16/2012
-
11:33 PM Bug #6036 (Closed): Test failures in Fedora Rawhide/17
- Hi, I'm getting these test failures [1] on both Fedora 17 and Rawhide. The tests unfortunately don't run all, because...
-
10:33 PM Revision f5d724ab (git): * enum.c (id_lshift): use constant ID.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34648 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:32 PM Revision 2f92a267 (git): * ext/dbm/extconf.rb: refactored to split too long conditions.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34647 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:27 PM Feature #5995: calling io_advise_internal() in read_all()
- I ran Endoh-san's code.
average time of 10 times:
F: 0.2892
T(use posix_fadvise()): 0.2226
I think posix_fadv... -
09:55 PM Feature #5995 (Rejected): calling io_advise_internal() in read_all()
- Hello,
There is indeed something wrong, but anyway, I agree with
kosaki's point; we cannot import the patch until... -
09:12 PM Feature #5995 (Assigned): calling io_advise_internal() in read_all()
- Hi,
Yusuke Endoh wrote at [ruby-core:42663]:
> I think there is something wrong.
Agreed. Reopening this ticket. -
03:23 AM Feature #5995: calling io_advise_internal() in read_all()
- Hello,
2012/2/15 Motohiro KOSAKI <[email protected]>:
> It doesn't. Because of, when we read whole file ... -
08:18 PM Bug #6035 (Third Party's Issue): 2F in TestReadline
- Mac OS X 10.6.8 で以下のような Failure が発生します。
% make test-all TESTS="readline/test_readline.rb"
./miniruby -I./lib -I. ... -
07:58 PM Bug #6034 (Closed): Error in test_Big5(TestTranscode)
- Mac OS X 10.6.8 で test_Big5(TestTranscode) が Error になります。
ruby 1.9.3p105 の時点では問題が発生していないことは確認しています。
% make test... -
05:52 PM Bug #6033 (Feedback): Digest issue in 1.9.3
- I can't reproduce this.
Anyone can do? -
05:18 PM Bug #6033 (Third Party's Issue): Digest issue in 1.9.3
- This only happens to me on Ruby 1.9.3, in Mac OS X Lion (10.7.3). 1.9.2/1.8.7 are not affected by this issue.
Afte... -
03:25 PM Revision d698ea89 (git): * test/dbm/test_dbm.rb: fix skip condition for libgdbm 1.8.0 or prior.
- reported by Bohuslav Kabrda.
[ruby-core:42685] [Bug #6036]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3464... - 03:05 PM Revision 2e544c33 (git): * 2012-02-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34645 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:05 PM Revision 078b3cf9 (git): * ext/dbm/extconf.rb: check _DB_H_ macro unavailable except
- Berkeley DB library.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34644 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:59 AM Feature #5964: Make Symbols an Alternate Syntax for Strings
- On 16/02/2012, at 12:28 PM, Charles Oliver Nutter wrote:
> On Sun, Feb 5, 2012 at 12:25 AM, Kurt Stephens <redmi... -
10:29 AM Feature #5964: Make Symbols an Alternate Syntax for Strings
- On Sun, Feb 5, 2012 at 12:25 AM, Kurt Stephens <[email protected]> wrote:
> True, CRuby Symbols are not collec... -
09:47 AM Feature #5964: Make Symbols an Alternate Syntax for Strings
- No, there's quite a lot of such code. Though, if they're explicitly checking for the class type, as I'd imagine most ...
-
09:08 AM Feature #5964: Make Symbols an Alternate Syntax for Strings
- =begin
This may break RubyGems which depends on the difference between Symbol and String keys in ((%~/.gemrc%)).
... -
08:34 AM Feature #5964: Make Symbols an Alternate Syntax for Strings
- @Matz, the === proposal was more for example. Indeed at the moment, #eql? would be the method for type-sensitive stri...
-
08:56 AM Revision de889a30 (git): * ext/dbm/extconf.rb: merge trunk's ext/dbm/extconf.rb and
- related functions of lib/mkmf.rb. [Backport #6021]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3... -
08:22 AM Feature #6019: Revision r34582 significantly slows down rails app
- Rails already include fix against this issue into its trunk: https://github.com/rails/rails/pull/5039
Any way, cou... -
08:10 AM Bug #6030: Thread-local "leak" in rb_exec_recursive*
- It would be possible to bloat up memory use by calling many method names that all hit this logic; saving a hash per n...
-
05:54 AM Bug #6030: Thread-local "leak" in rb_exec_recursive*
- Hi.
I'm not sure I see where there is a problem.
If `Array#==`, say, is called in a given thread, it's quite li... -
03:49 AM Bug #6030: Thread-local "leak" in rb_exec_recursive*
- I forgot to point out a couple things...
* By "leak" I mean this will hold references to data longer than it shoul... -
03:41 AM Bug #6030 (Closed): Thread-local "leak" in rb_exec_recursive*
- I believe there may be a "leak" in the rb_exec_recursive* functions in thread.c.
We have ported these methods for ... -
05:41 AM Feature #1125 (Closed): [*x] (array consisting only of a splat) does not necessarily return a new array
- This issue was solved with changeset r34633.
Daniel, thank you for reporting this issue.
Your contribution to Ruby is... -
03:53 AM Feature #4970: FileUtils refactored
- Hello,
2012/2/16 Aaron Patterson <[email protected]>:
> Ya, I think it's basically fine.
Agreed. ... -
03:23 AM Feature #4970: FileUtils refactored
- On Thu, Feb 16, 2012 at 02:26:10AM +0900, Thomas Sawyer wrote:
>
> Issue #4970 has been updated by Thomas Sawyer.... -
02:26 AM Feature #4970: FileUtils refactored
- Aaron Patterson looked at it, his only remarks were that I forgot to remove a spurious comment and that I changed the...
-
12:26 AM Revision 4ec9395b (git): merge revision(s) 32730:
- * configure.in (enable_pthread): use -pthread on OpenBSD without
explicit option. patched by Jeremy Evans. ... -
12:25 AM Revision 4f05bf85 (git): merge revision(s) 32731,32734,32738:
- ------------------------------------------------------------------------
r32731 | naruse | 2011-07-29 16:17:35 +0900 ...
02/15/2012
-
10:50 PM Revision d23a588b (git): merge revision(s) r32583:
- * ChangeLog: fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34638 b2dd03c8-39d4-4d8f-98ff... -
10:34 PM Revision 8cdf5c41 (git): merge revision(s) 34629,34630:
- * cont.c (rb_fiber_reset_root_local_storage): add a new function to
restore rb_thread_t::local_storage.
... -
09:31 PM Revision a4debd6a (git): merge revision(s) 34626,34627:
- * ext/fiddle/closure.c (callback): same as r34506.
* ext/fiddle/closure.c (callback): deal with unsinged int... - 09:05 PM Revision 4dc3d30a (git): * 2012-02-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:05 PM Revision 95dd735a (git): merge revision(s) 34619:
- * lib/ostruct.rb: Simplify and fix rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34634 b2dd0... -
09:04 PM Bug #5949: Add documentation introduction for the Encoding class
- Thanks for your feedback and Eric for improving my submission! I've just seen your tweet Eric, sorry I had missed all...
-
08:32 AM Bug #5949: Add documentation introduction for the Encoding class
- Florent, I altered your original submission to recommend against Encoding.default_external= and Encoding.default_inte...
-
07:59 AM Bug #5949 (Closed): Add documentation introduction for the Encoding class
- This issue was solved with changeset r34608.
Florent, thank you for reporting this issue.
Your contribution to Ruby i... -
08:41 PM Revision fde3c421 (git): * insns.def (splatarray): make new array if flag is set.
- * compile.c (iseq_compile_each): make new array with
splat. [ruby-core:21901][Feature #1125]
git-svn-id: svn+ssh:... -
07:57 PM Bug #5991 (Closed): fiddle/conversion.c ignores unsigned qualifier
- This issue was solved with changeset r34627.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby... -
07:53 PM Feature #1400: Please add a method to enumerate fields in OpenStruct
- On Wed, Feb 15, 2012 at 4:56 AM, Marc-Andre Lafortune <
[email protected]> wrote:
>
> Issue #1400 has... -
12:56 PM Feature #1400: Please add a method to enumerate fields in OpenStruct
- After reviewing the library, I'm thinking it could be more useful to implement instead `each_pair` that would yield k...
-
06:31 PM Bug #6008: {a: 1}.hash not consistent over VM restarts
- Alright. Make sense.
-
06:05 PM Feature #4043: グローバル関数current_classの提案
- Makoto Kishimoto wrote:
> 採用を妨げるものとしては何がありますでしょうか?
やっぱ名前じゃないですかねえ。機能に反対している人は少ないように思われます。 -
05:43 PM Feature #4043: グローバル関数current_classの提案
- きしもとです
この件、現状としては、現在のカレントクラス(cref)を返す、Module の
特異メソッド Module.current の提案、となっているつもりですが、
採用を妨げるものとしては何がありますでしょうか? - 03:16 PM Revision e315f847 (git): * 2012-02-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34632 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:16 PM Revision f2c84d2d (git): lib/abbrev.rb (Array#abbrev): add missing '"' in documentation.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34631 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:02 PM Revision 0328ab1d (git): * ChangeLog: add ticket ref of r34629.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34630 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:00 PM Revision 2910f673 (git): * cont.c (rb_fiber_reset_root_local_storage): add a new function to
- restore rb_thread_t::local_storage.
* cont.c (rb_obj_is_fiber): add a new function to tell finalizer to
prevent fi... -
01:15 PM Feature #5607: Inconsistent reaction in Range of String
- Martin Dürst wrote:
> This makes a lot of sense so far. But the example uses #to_a, which *is* inherited from Enumer... -
12:20 PM Feature #5607 (Open): Inconsistent reaction in Range of String
- Yukihiro Matsumoto wrote:
> Ruby classes often play several roles, for example, Array can be array, stack or queue, ... -
12:33 PM Bug #6029 (Closed): Should OpenStruct implement #eql? and #hash?
- Currently, OpenStruct have no specialized #eql? and #hash, so:
require 'ostruct'
x = OpenStruct.new(foo: ... -
12:31 PM Bug #6028 (Closed): OpenStruct.dup doesn't have all its methods
- This issue was solved with changeset r34620.
Marc-Andre, thank you for reporting this issue.
Your contribution to Rub... -
11:44 AM Bug #6028 (Closed): OpenStruct.dup doesn't have all its methods
- Dupped OpenStructs don't have the same methods.
x = OpenStuct.new(foo: 42)
x.dup.methods == x.methods # =... -
12:24 PM Revision ac43a903 (git): fix a typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34628 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:03 PM Feature #5995: calling io_advise_internal() in read_all()
- =begin
>In other words, current read_all() suck. It read a few kilo bytes and append them to a string.
I modifie... -
02:55 AM Feature #5995 (Rejected): calling io_advise_internal() in read_all()
- > The patch calls posix_fadvise *before* the main part of read_all.
> Doesn't it make sense?
It doesn't. Because ... -
11:09 AM Bug #6006 (Closed): Fix calculation of HEAP_OBJ_LIMIT and HEAP_BITMAP_LIMIT
- This issue was solved with changeset r34618.
Yura, thank you for reporting this issue.
Your contribution to Ruby is g... -
04:29 AM Bug #6006 (Assigned): Fix calculation of HEAP_OBJ_LIMIT and HEAP_BITMAP_LIMIT
- It still happens: http://c5664.rubyci.org/~chkbuild/ruby-trunk/log/20120214T170302Z.diff.html.gz
I note that I local... -
10:57 AM Revision 34be46a3 (git): * ext/fiddle/closure.c (callback): deal with unsinged integers.
- [ruby-core:42458][Bug #5991][Bug #6022]
* ext/fiddle/conversions.c (value_to_generic, generic_to_value):
ditto.
g... -
10:52 AM Revision fa65df0d (git): * ext/fiddle/closure.c (callback): same as r34506.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34626 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:17 AM Feature #6019 (Assigned): Revision r34582 significantly slows down rails app
-
10:12 AM Bug #5948 (Closed): Adding ZLib documentation
- This issue was solved with changeset r34612.
Rafael, thank you for reporting this issue.
Your contribution to Ruby is... -
09:47 AM Revision df5867a2 (git): Add test for r34624.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:08 AM Bug #6020 (Rejected): Unexpected is_a/kind_of behaviour
- Rejected as `is_a?` conforms to its description and what many expect.
Alex: Maybe the behavior you are looking for... -
08:45 AM Revision 7eed0ca6 (git): * io.c (io_strsetbuf): call rb_str_modify to make str independent
- before calling rb_str_set_len for r34580.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34624 b2dd03c8-39d4-4d8f... -
06:52 AM Revision ff4c1368 (git): Add more description about Shift_JIS and CP50220.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:13 AM Bug #6027 (Closed): Failure: test_modify_expand_memory_leak(Test_StringModifyExpand)
- This issue was solved with changeset r34605.
Naohisa, thank you for reporting this issue.
Your contribution to Ruby i... -
01:31 AM Bug #6027 (Closed): Failure: test_modify_expand_memory_leak(Test_StringModifyExpand)
- Solaris 10 にて、r34493以降、以下のFailureが出ます。
48) Failure:
test_modify_expand_memory_leak(Test_StringModifyExpand) [/XX... -
04:44 AM Bug #5986: Segmentation Fault
- Luis Matta wrote:
> Please notice that the login screen works, is the screen just after the login.
> Standard User ... -
01:52 AM Bug #5986: Segmentation Fault
- I have the same problem on Ubuntu 11.10 64bits.
I tested the AATest project and got the same error. -
04:30 AM Revision b6c604d7 (git): * ext/zlib/zlib.c (Init_zlib): Added Zlib::TEXT and note that
- Zlib::ASCII is deprecated in zlib 1.2.3 and newer.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34622 b2dd03c8... -
04:25 AM Revision 72282ab1 (git): * ext/zlib/zlib.c: Move constant descriptions to constants. Remove
- extra comment block at the top of Init_zlib().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34621 b2dd03c8-39d... - 03:31 AM Revision 2d952c6d (git): * lib/ostruct.rb: Create getters and setters after dup.
- [Bug #6028] [rubyspecs:0380bcc]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34620 b2dd03c8-39d4-4d8f-98ff-823f... - 03:31 AM Revision 3281b90e (git): * lib/ostruct.rb: Simplify and fix rdoc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:34 AM Bug #6026 (Closed): GC test parameters failures under MinGW
- already fixed at r34593.
-
12:47 AM Bug #6026 (Closed): GC test parameters failures under MinGW
- Hello,
While preparing for 1.9.3-p105 release, the following test raised a failure:... -
02:33 AM Bug #6025 (Closed): IRB test: failure caused by non-guarded completion test
- already fixed at r34591.
-
12:40 AM Bug #6025 (Closed): IRB test: failure caused by non-guarded completion test
- Hello,
While testing for 1.9.3-p105 release, found the following test fail:... -
02:09 AM Revision 8b4b4032 (git): * gc.c (HEAP_BITMAP_LIMIT): HEAP_BITMAP_LIMIT is computed on the
- basis of HEAP_SIZE because it must covers a whole heap block.
[ruby-trunk - Bug #6006]
git-svn-id: svn+ssh://ci.ru... -
01:36 AM Revision 7b7aa9f5 (git): merge revision(s) 34261,34351:
- ------------------------------------------------------------------------
r34261 | nobu | 2012-01-10 15:52:24 +0900 (T... -
01:33 AM Revision e56eea5e (git): merge revision(s) r34564:
- * vm_eval.c (check_funcall): Call respond_to? with matching arity for
legacy single-argument implementatio... -
01:29 AM Revision afcd5562 (git): merge revision(s) r32855,r32857,r33493,r34554:
- * vm_eval.c (check_funcall): try respond_to? first if redefined.
[Bug #5158]
* test/ruby/test_obje... -
01:28 AM Revision 623169a5 (git): * ext/zlib/zlib.c (Init_zlib): Added Zlib::FIXED and Zlib::RLE
- strategies.
* NEWS: Add note about the new Zlib constants.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34614... -
01:23 AM Revision a1aeb842 (git): Correct documentation of r34608.
- * correct explanation of ASCII-8BIT.
* "Locale encoding" is the name of the encoding derived from
Encoding.locale_... -
01:12 AM Revision b52693b5 (git): * ext/zlib/zlib.c: Improve documentation. [ruby-trunk - Bug #5948]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:10 AM Revision 50a470b8 (git): merge revision(s) 33866,33867:
- ------------------------------------------------------------------------
r33866 | nobu | 2011-11-27 17:24:29 +0900 (S... -
12:59 AM Feature #1122: request for: Object#try
- > I, personally, objected the API design of this proposal in
> [ruby-core:21907] (and I still hate send-like API),... -
12:53 AM Revision 776197f8 (git): Temporary fix not to use non ASCII.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34610 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:37 AM Bug #6024 (Closed): Failure to execute test_modify_expand_memory_leak under Windows (MinGW)
- Hello,
While testing for 1.9.3-p105 release, found this new issue:... -
12:31 AM Feature #6023 (Rejected): Add "a ?= 2" support for meaning "a = a.nil? ? 2 : a"
- I've just proposed this idea to Groovy and I thought the same semantics would be interesting to have in Ruby too:
...
Also available in: Atom