Project

General

Profile

Activity

From 12/23/2013 to 12/29/2013

12/29/2013

11:42 PM Feature #9278: Magic comment "immutable: string" makes "literal".freeze the default for that file
Adding .freeze to the frequently-used strings has the same result for me, and it doesn't also gather up other strings... headius (Charles Nutter)
08:47 AM Feature #9278: Magic comment "immutable: string" makes "literal".freeze the default for that file
With the 'immutable: string' magic comment, this benchmark runs 1.6X faster (that is, in 61% of the time) compared to... colindkelley (Colin Kelley)
12:33 PM Bug #9267: Document configure options
+1. Some notes:
* To add -I/opt/include and -L/opt/lib, use --with-opt-dir=/opt
* Do not override CFLAGS. If CFLA...
tmm1 (Aman Karmani)
11:26 AM Bug #9317 (Closed): --with-opt-dirがLDFLAGS, DLDFLAGSに反映されない
./configureに--with-opt-dirで与えたパスがCPPFLAGSには設定されますが、
LDFLAGSとDLDFLAGSに設定されません。
opt-dirの処理をしている時点で、LIBPATHFLAGやRPAT...
kimuraw (Wataru Kimura)
09:43 AM Revision e8792774 (git): * lib/mkmf.rb (configuration): Make CXXFLAGS customizable.
Patch by Kohei Suzuki (eagletmt). [Fixes GH-492]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44459 b2dd03c8-39...
sorah (Sorah Fukumori)
08:21 AM Bug #9315 (Closed): Segfault when calling super in rspec mocks with and_call_original [linux]
This issue was solved with changeset r44455.
Jan, thank you for reporting this issue.
Your contribution to Ruby is ...
nobu (Nobuyoshi Nakada)
12:38 AM Bug #9315 (Assigned): Segfault when calling super in rspec mocks with and_call_original [linux]
Good catch. Here is a smaller example:
~~~ruby
module A
def foo
super
end
end
class B
include A
...
mame (Yusuke Endoh)
06:06 AM Bug #9314 (Open): String#encode method raises TypeError when called with Encoding::UTF_16
nobu (Nobuyoshi Nakada)
03:11 AM Revision a69f01fa (git): proc.c: fix inherited method owner
* proc.c (mnew_from_me): keep iclass as-is, to make inheritance
chain consistent. [ruby-core:59358] [Bug #9315]
*...
nobu (Nobuyoshi Nakada)
12:58 AM Bug #8591: [BUG] Segmentation fault ruby 2.0.0p195 (2013-05-14) [x64-mingw32]
Let's move the conversation to https://github.com/brianmario/mysql2/issues/469 [email protected] (Aaron Stone)

12/28/2013

11:59 PM Bug #9313: Segmentation fault with active_record
I'm also seeing this on Travis-ci, so it's not just a OSX problem. See: https://travis-ci.org/projecthydra/active_fed... jcoyne (Justin Coyne)
11:56 PM Bug #9313: Segmentation fault with active_record
I'm also seeing this segfault, although in a slightly different place in the code. I've attached a crash log.
/Us...
jcoyne (Justin Coyne)
03:51 PM Bug #9313 (Assigned): Segmentation fault with active_record
Crash Report log file, please. nobu (Nobuyoshi Nakada)
11:59 AM Bug #9313 (Closed): Segmentation fault with active_record
Hi,
I got the same problem with 2 different macbook.
/Users/marciotrindade/.rvm/gems/ruby-2.1.0/gems/activereco...
marciotrindade (Marcio Trindade)
11:47 PM Revision cb08e708 (git): test_sprintf.rb: sprintf with a hash as parameter
* test/ruby/test_sprintf.rb (test_hash): Added tests for sprintf
with a hash as parameter. [Fixes GH-491]
git-svn...
nobu (Nobuyoshi Nakada)
11:47 PM Revision b28e5371 (git): test_sprintf.rb: sprintf with a hash as parameter
* test/ruby/test_sprintf.rb (test_hash): Added tests for sprintf
with a hash as parameter. [Fixes GH-491]
git-svn...
nobu (Nobuyoshi Nakada)
11:21 PM Revision 24c3331b (git): vm_insnhelper.c: missing super in method module
* vm_insnhelper.c (vm_search_super_method): direct superclass of a
module is found when super called in a Method ob...
nobu (Nobuyoshi Nakada)
11:17 PM Bug #9315 (Closed): Segfault when calling super in rspec mocks with and_call_original [linux]
I've tried running my test suite [1] on Ruby 2.1 resulting in segmentation faults. I've created a smaller rspec test ... jgraichen (Jan Graichen)
10:28 PM Revision e521a19a (git): * 2013-12-29
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44454 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
10:28 PM Revision 7e978b10 (git): * compar.c (cmp_eq_recursive): Fix the return value, the value for
failed #<=> should be nil. It was raising a NoMethodError for
the test case TestComparable#test_no_cmp (undefined m...
Eregon (Benoit Daloze)
08:25 PM Bug #9314: String#encode method raises TypeError when called with Encoding::UTF_16
More examples:
~~~ruby
>> "A".encode(Encoding::UTF_16.to_s).bytes
=> [254, 255, 0, 65]
>> "A".encode(Encoding::...
krists.ozols (Krists Ozols)
07:54 PM Bug #9314: String#encode method raises TypeError when called with Encoding::UTF_16
nobu (Nobuyoshi Nakada) wrote:
> There is no real encoding, "UTF-16".
> UTF-{16,32} encodings need endianness.
I...
krists.ozols (Krists Ozols)
07:41 PM Bug #9314 (Rejected): String#encode method raises TypeError when called with Encoding::UTF_16
There is no real encoding, "UTF-16".
UTF-{16,32} encodings need endianness.
nobu (Nobuyoshi Nakada)
04:58 PM Bug #9314 (Closed): String#encode method raises TypeError when called with Encoding::UTF_16
It works with encodings like Encoding::UTF_8..
"test_string".encode(Encoding::UTF_8) # works
"test_string".encode...
krists.ozols (Krists Ozols)
04:50 PM Bug #9312: Build the ruby executable in bin/
Sorry, `runnable`. nobu (Nobuyoshi Nakada)
03:48 PM Bug #9312 (Feedback): Build the ruby executable in bin/
`make ruunable` may help you? nobu (Nobuyoshi Nakada)
11:30 AM Bug #9312 (Rejected): Build the ruby executable in bin/
In order to allow Ruby Switchers to directly use a Ruby that is built but not installed (such as trunk or a branch), ... postmodern (Hal Brodigan)
01:22 PM Revision 58a60b26 (git): * object.c (Kernel#<=>) surround Comparable operators with <code> tags.
The #== method was hidden in ri/rdoc's output and was highlighting
the line instead.
git-svn-id: svn+ssh://ci.ruby...
Eregon (Benoit Daloze)
11:22 AM Bug #9276: "RUBY_FREE_MIN is obsolete. Use RUBY_GC_HEAP_FREE_SLOTS instead" warning should not be issued when both ENV vars are set.
It appears MRI builds the ruby executable in the root of trunk, not in the bin/ directory where chruby expects it to ... postmodern (Hal Brodigan)
08:25 AM Revision 75f4731f (git): * benchmark/bm_so_meteor_contest.rb: [DOC] Fix a few typos
* ext/fiddle/lib/fiddle/import.rb: ditto
* ext/psych/lib/psych.rb: ditto
* ext/psych/lib/psych/nodes/sequence.rb: dit...
Charlie Somerville
03:38 AM Bug #9311 (Rejected): module_function breaks on `singleton_class?`
=begin
When trying to use Sass 3.3.0-rc2 with Rails 3.x, an error similar to the one below is produced:
[6] p...
cheald (Chris Heald)
02:49 AM Bug #9291: array splatting a nil works, but hash splatting a nil does not
this could be used like this: method a: 1, **({b: 1} if condition) rits (First Last)
01:35 AM Bug #9300: YAML Regression Concerning Escaping of Strings
Do we know what changed in psych to cause this? Was this the result of a bug before that was fixed? It is fixed on th... schneems (Richard Schneeman)
01:10 AM Bug #9310 (Closed): inheritance.rb: 27: [BUG] Segmentation fault at 0x00000c
inheritance.rb:27: [BUG] Segmentation fault at 0x00000c
5 failed 24pullrequest.com rspecs after Ruby 2.1 upgrade
...
jasnow (Al Snow)
12:42 AM Bug #9308 (Closed): def's return value causes errors
This issue was solved with changeset r44449.
Benjamin, thank you for reporting this issue.
Your contribution to Ruby ...
nobu (Nobuyoshi Nakada)

12/27/2013

11:00 PM Bug #9309 (Feedback): Crash while running tests
Please attach a Crash Report log file. nobu (Nobuyoshi Nakada)
10:17 PM Bug #9309 (Closed): Crash while running tests
I got the following crash while running a test suite.
/Users/mdemare/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gem...
mdemare (Michiel de Mare)
09:47 PM Bug #9308 (Closed): def's return value causes errors
It seems 2.1 hase some trouble with the "do" keyword in combination with the private/public/protected keywords and th... phortx (Benjamin Kammerl)
04:44 PM Misc #9307 (Closed): Add expression for Zlib.adler32 documentation
In ext/zlib/zlib.c, line 435, there is a line:
* FIXME: expression.
So I replaced it with the expression of Zli...
vajrasky (Vajrasky Kok)
04:01 PM Bug #9304 (Rejected): Invalid XML entity references
duerst (Martin Dürst) wrote:
> > So I now guess this is a bug of Chrome's XML viewer.
>
> Actually, not the XML v...
mame (Yusuke Endoh)
11:40 AM Bug #9304: Invalid XML entity references
mame (Yusuke Endoh) wrote:
> Don't mind, I found the repo of your blog: https://github.com/ploeh/ploeh.github.com
>...
duerst (Martin Dürst)
03:42 PM Revision 8ed9994c (git): * 2013-12-28
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44450 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:42 PM Revision 04bb9d6b (git): parse.y: save cmdarg_stack in local scope
* parse.y (local_push_gen, local_pop_gen): save cmdarg_stack to
isolate command argument state from outer scope.
...
nobu (Nobuyoshi Nakada)
02:20 PM Bug #8997: TestSignal#test_hup_me hangs up the test suite
Also seeing a deadlock on our (CentOS) koji farm which are all on vmware.
Jumping on to the one of the build nodes...
ggiesemann (Geoffrey Giesemann)
11:12 AM Bug #8591: [BUG] Segmentation fault ruby 2.0.0p195 (2013-05-14) [x64-mingw32]
mysql2-0.3.14 gem still fails with version checking with Connect/C 6.1.2.
C:\>irb
DL is deprecated, please use Fi...
phasis68 (Heesob Park)
06:51 AM Bug #8591: [BUG] Segmentation fault ruby 2.0.0p195 (2013-05-14) [x64-mingw32]
This is a great find! I've been wondering what on earth the problem was. (Wish I had seen this bug months ago.)
Th...
[email protected] (Aaron Stone)
06:02 AM Bug #9300: YAML Regression Concerning Escaping of Strings
It seems Richard fixed this in Rails master: https://github.com/rails/rails/commit/d0926d3
Should this be closed t...
zzak (zzak _)
05:46 AM Revision bb4a1ac9 (git): expand-config.rb: expand config values
* tool/expand-config.rb: expand config values, extracted from
win32/Makefile.sub.
* win32/Makefile.sub (ruby_pc): ...
nobu (Nobuyoshi Nakada)
05:46 AM Revision 07dcd43a (git): mkconfig.rb: prefer unexpanded values
* tool/mkconfig.rb: prefer configured values than overriding
values for RUBY_INSTALL_NAME and RUBY_SO_NAME when exp...
nobu (Nobuyoshi Nakada)
05:46 AM Revision fe5554af (git): verconf.h.tmpl: rename
* template/verconf.h.tmpl: rename from .in since this is an erb
template file, but not for config.status.
* common...
nobu (Nobuyoshi Nakada)
04:25 AM Revision c88fc9f8 (git): * 2013-12-27
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44445 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:25 AM Revision cdf80f03 (git): * win32/{setup.mak,Makefile.sub}: update fake.rb like
template/fake.rb.in.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44444 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura

12/26/2013

11:06 PM Bug #9304: Invalid XML entity references
Don't mind, I found the repo of your blog: https://github.com/ploeh/ploeh.github.com
I could reproduce the issue s...
mame (Yusuke Endoh)
10:05 PM Bug #9304: Invalid XML entity references
Interesting, but I cannot reproduce:
$ ruby -v -rcgi -e 'puts CGI.escapeHTML("</p>\n<p>")'
ruby 2.0.0p353 (2013-1...
mame (Yusuke Endoh)
09:29 PM Bug #9304: Invalid XML entity references
Jekyll bug report: https://github.com/jekyll/jekyll/issues/1862 ploeh (Mark Seemann)
09:27 PM Bug #9304 (Rejected): Invalid XML entity references
=begin
It seems that the escapeHTML method occasionally generates the invalid XML entity reference (({&tt;})) when X...
ploeh (Mark Seemann)
07:59 PM Revision d77ee132 (git): * 2013-12-27
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@44443 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:59 PM Revision 526bc8a2 (git): bump version to 2.1.1
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@44442 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
07:36 PM Feature #9303 (Closed): Add unit test for chown method in test_fileutils.rb to test that it does not chmod recursively
I was about to write unit test for FileUtils.chown_R then I realized that I needed to make sure FileUtils.chown does ... vajrasky (Vajrasky Kok)
07:07 PM Bug #9302 (Closed): [PATCH] thread: fix deadlock/freeze on SizedQueue#push
SizedQueue#push needs to check the thread list for threads
waiting on enqueue. Checking the wrong thread list leads...
normalperson (Eric Wong)
06:19 PM Bug #9300: YAML Regression Concerning Escaping of Strings
It should as well round-trip data across versions, which it seems it does in this case.
Yet, I find it worrying qu...
Eregon (Benoit Daloze)
10:49 AM Bug #9300: YAML Regression Concerning Escaping of Strings
It seems legit to me:
>> YAML.load(YAML.dump({"key"=>%{<%= ENV["HOME"] %>}}))
=> {"key"=>"<%= ENV[\"HOME\...
Anonymous
08:40 AM Bug #9300 (Closed): YAML Regression Concerning Escaping of Strings
=begin
When you run this code against Ruby 2.1.0 and previous versions you get different results:
require 'YAM...
schneems (Richard Schneeman)
01:23 PM Bug #9295: `Exception#backtrace_locations` returns `nil`
(2013/12/26 13:15), sawa (Tsuyoshi Sawada) wrote:
> Thank you for the quick action, but the problem still remains ...
ko1 (Koichi Sasada)
01:15 PM Bug #9295: `Exception#backtrace_locations` returns `nil`
Thank you for the quick action, but the problem still remains in ruby 2.1.0p0 (2013-12-25 revision 44422) [x86_64-lin... sawa (Tsuyoshi Sawada)
01:17 PM Revision 791ff286 (git): * lib/time.rb: [DOC] Fix typo
s/formating/formatting/
[ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44441 b2dd03c8-39d4-4d8f-98ff-82...
matsuda (Akira Matsuda)
09:58 AM Bug #9289: Segmentation fault - RailsInstaller, RubyInstaller, Ruby.
The gdb(the GNU debugger included in DevKit-tdm-32-4.5.2-20111229-1559-sfx.exe) trace information would be helpful.
...
phasis68 (Heesob Park)
09:06 AM Bug #9289: Segmentation fault - RailsInstaller, RubyInstaller, Ruby.
You can't ;) I can - what sort of trace would you need to tell exactly what its crapping out on (i.e. debugging the ... bob (bob barker)
07:11 AM Revision c283ebb2 (git): * win32/Makefile.sub (fake.rb): should depend on version.h because
if RUBY_VERSION is updated, fake.rb need to say the new version
to avoid install error in rbconfig.rb.
git-svn-id...
U.Nakamura
05:28 AM Revision 4ce4f43f (git): hash.c: remove dead code
* hash.c (rb_hash_reject): remove dead code for the deprecated
behavior.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru...
nobu (Nobuyoshi Nakada)
05:25 AM Revision 3a247f64 (git): hash.c: no extra states copy
* hash.c (HASH_REJECT_COPY_EXTRA_STATES): turn off the old
behavior, copying extra states by accident.
git-svn-id:...
nobu (Nobuyoshi Nakada)
05:23 AM Feature #8257: Exception#cause to carry originating exception along with new one
I've been digging into this feature now that 2.1 is released, and I'm a
little confused. In the final implementati...
avdi (Avdi Grimm)
03:53 AM Revision 5265e6c0 (git): ruby/version.h: bump API version
* include/ruby/version.h: bump API version too.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44437 b2dd03c8-39d...
nobu (Nobuyoshi Nakada)
03:16 AM Revision ae9bda71 (git): * version.h (RUBY_VERSION): 2.2.0 development has started.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44436 b2dd03c8-39d4-4d8f-98ff-823fe69b080e matz (Yukihiro Matsumoto)
01:29 AM Revision 0928035b (git): * ChangeLog: reformatting for the previous commit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44435 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
01:28 AM Revision 71d3a294 (git): * tool/merger.rb (tag): support 2.1.1 semi-automatic tagging and 2.2.0 explicit tagging.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44434 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
12:00 AM Feature #9121: [PATCH] Remove rbtree implementation of SortedSet due to performance regression
On second thought, if a working version rbtree is available out there (at least for CRuby and hopefully for JRuby) th... knu (Akinori MUSHA)

12/25/2013

10:34 PM Misc #9146 (Closed): Update documentation for lib/abbrev.rb
This issue was solved with changeset r44418.
Giorgos, thank you for reporting this issue.
Your contribution to Ruby i...
zzak (zzak _)
09:36 PM Revision 64f0682d (git): * proc.c: Having any mandatory keyword argument increases min arity [#9299]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44433 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
09:27 PM Revision 43c3f447 (git): * proc.c: Having optional keyword arguments makes maximum arity +1, not unlimited [#8072]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44432 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
06:35 PM Bug #9295 (Closed): `Exception#backtrace_locations` returns `nil`
This issue was solved with changeset r44411.
Tsuyoshi, thank you for reporting this issue.
Your contribution to Ruby ...
ko1 (Koichi Sasada)
04:32 AM Bug #9295 (Closed): `Exception#backtrace_locations` returns `nil`
=begin
If I raise an `ArgumentError` by calling a method with wrong number of arguments, `Exception#backtrace_locati...
sawa (Tsuyoshi Sawada)
06:28 PM Revision ca050a8d (git): merge revision(s) 44411: [Backport #9295]
* vm_insnhelper.c (argument_error): insert dummy frame to make
a backtrace object intead of modify backtrac...
naruse (Yui NARUSE)
06:03 PM Bug #9289: Segmentation fault - RailsInstaller, RubyInstaller, Ruby.
This issue is an unresolved issue with a long history.
https://github.com/oneclick/rubyinstaller/issues/144
htt...
phasis68 (Heesob Park)
03:19 PM Bug #9289: Segmentation fault - RailsInstaller, RubyInstaller, Ruby.
Neither Ansicon or FRAPS is installed. I am using the free edition of ZoneAlarm Firewall+Antivirus. To get the rail... bob (bob barker)
04:24 PM Revision ab936043 (git): * tool/release.sh: fixed small bugs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44430 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
04:19 PM Revision 3da2f01e (git): tool/release.sh: executable
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44429 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:10 PM Revision 52668960 (git): * tool/release.sh: make symbolic links.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44428 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
04:05 PM Revision da8b79b4 (git): old ChangeLog and NEWS move to doc
* doc/NEWS-2.1.0: moved from NEWS
* doc/ChangeLog-2.1.0: moved ChangeLog older than created ruby_2_0_0 branch
* NEWS:...
znz (Kazuhiro NISHIYAMA)
03:46 PM Revision fdd66e58 (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44426 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:46 PM Revision 213d2aa6 (git): * tool/make-snapshot: support new version scheme.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44425 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
03:43 PM Revision 9805cb94 (git): * 2013-12-26
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44424 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:43 PM Revision 934546eb (git): add release script on ftp.r-l.o
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44423 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
02:02 PM Revision 31b4980e (git): compile.c: fix error by clang
* compile.c (iseq_set_arguments): get rid of error by clang,
implicit conversion to shorter integer.
git-svn-id: s...
nobu (Nobuyoshi Nakada)
01:44 PM Revision 27682eef (git): compile.c: unnamed keyword rest check
* compile.c (iseq_set_arguments): set arg_keyword_check from
nd_cflag, which is set by parser. internal ID is used...
nobu (Nobuyoshi Nakada)
01:44 PM Revision 05ae2b73 (git): test_keyword.rb: suppress warnings
* test/ruby/test_keyword.rb (test_block_required_keyword): suppress
shadowing outer variable warning.
* test/ruby/...
nobu (Nobuyoshi Nakada)
01:34 PM Revision d3908b7f (git): * lib/abbrev.rb: [DOC] rdoc format patch by Giorgos Tsiftsis [Bug #9146]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44418 b2dd03c8-39d4-4d8f-98ff-823fe69b080e zzak (zzak _)
01:18 PM Revision 5fd50880 (git): bump version
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@44417 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
01:01 PM Bug #9119 (Closed): TestTime#test_marshal_broken_offset broken under MinGW
This issue was solved with changeset r44406.
Luis, thank you for reporting this issue.
Your contribution to Ruby is g...
nobu (Nobuyoshi Nakada)
12:41 PM Revision 003e226c (git): merge revision(s) 44377: [Backport #9290]
README.EXT.ja: fix probable typo
* README.EXT.ja (Appendix D): fix probable typo. RHASH_PTR() is
not defin...
naruse (Yui NARUSE)
12:11 PM Bug #9294 (Assigned): Documentation for IO#read claims resulting string is always ASCII-8BIT encoding
Thanks, I'll take a look when I get a chance. zzak (zzak _)
03:36 AM Bug #9294 (Closed): Documentation for IO#read claims resulting string is always ASCII-8BIT encoding
Documentation for IO#read claims resulting string is always ASCII-8BIT encoding. This is not true (anymore).(http://w... steenslag (siep korteling)
11:31 AM Revision 6ee55bed (git): merge revision(s) 44381: [Backport #9296]
test_method.rb: fix test
* test/ruby/test_method.rb (test_define_method_in_private_scope):
remove extra *,...
naruse (Yui NARUSE)
11:30 AM Revision 43980937 (git): iseq.c: fix parameter of unnamed rest keywords argument
* iseq.c (rb_iseq_parameters): push argument type symbol only for
unnamed rest keywords argument.
git-svn-id: svn+...
nobu (Nobuyoshi Nakada)
11:28 AM Revision 7fd58845 (git): proc.c: fix arity of rest keywords argument
* proc.c (rb_iseq_min_max_arity): maximum argument is unlimited if
having rest keywords argument. [ruby-core:53298...
nobu (Nobuyoshi Nakada)
11:11 AM Revision c8185b32 (git): test_method.rb, test_proc.rb: suppress warnings
* test/ruby/test_method.rb: suppress warnings in verbose mode.
* test/ruby/test_proc.rb: ditto.
git-svn-id: svn+ssh...
nobu (Nobuyoshi Nakada)
09:35 AM Revision 485e6ebe (git): * vm_insnhelper.c (argument_error): insert dummy frame to make
a backtrace object intead of modify backtrace string array.
[Bug #9295]
* test/ruby/test_backtrace.rb: add a test f...
ko1 (Koichi Sasada)
07:58 AM Revision 18f605a2 (git): merge revision(s) 44380: [Backport #9296]
* proc.c (rb_mod_define_method): consider visibility only if self
in the caller is same as the receiver, ot...
naruse (Yui NARUSE)
07:38 AM Revision 01bdc85e (git): merge revision(s) 44403:
* sample/trick2013/: added the award-winning entries of TRICK 2013.
See https://github.com/tric/trick2013 f...
naruse (Yui NARUSE)
07:28 AM Revision 053b5d0f (git): test_rubyoptions.rb: remove core
* test/ruby/test_rubyoptions.rb (test_segv_loaded_features): run
SEGV test in a temproray directory so that core fi...
nobu (Nobuyoshi Nakada)
05:10 AM Revision 69dbf68b (git): * lib/webrick/ssl.rb: [DOC] Fix typo
s/willbe/will be/
[ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44407 b2dd03c8-39d4-4d8f-98ff-823fe69b...
matsuda (Akira Matsuda)
04:00 AM Revision 58a7cdaa (git): win32/win32.c: mingw jungle
* configure.in: let mingw do something black-magic, and check if
_gmtime64_s() is available actually.
* win32/win32...
nobu (Nobuyoshi Nakada)
03:46 AM Revision cf0540cf (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44405 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:46 AM Revision 70c588a1 (git): * remove trailing spaces, append newline at EOF.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44404 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:45 AM Revision e8052778 (git): * sample/trick2013/: added the award-winning entries of TRICK 2013.
See https://github.com/tric/trick2013 for the contest outline.
(Matz has approved the attachment.)
git-svn-id: svn...
mame (Yusuke Endoh)
01:55 AM Bug #7824 (Closed): [PATCH] Fix FileUtils.rmdir :parents option
fixed at r41283.
nobu (Nobuyoshi Nakada)
01:44 AM Bug #7744 (Closed): Fix signed integer overflows Github #242
This issue was solved with changeset r44395.
Zachary, thank you for reporting this issue.
Your contribution to Ruby i...
nobu (Nobuyoshi Nakada)
01:42 AM Revision 1e7a929c (git): ossl_ssl.c: declare OP_MSIE_SSLV2_RSA_PADDING only if defined
* ext/openssl/ossl_ssl.c (Init_ossl_ssl): Declare a constant
`OP_MSIE_SSLV2_RSA_PADDING` only if the macro is defin...
nobu (Nobuyoshi Nakada)
01:40 AM Revision 64211a0f (git): file.c: to_uid and to_gid
* file.c (to_uid, to_gid): extract from rb_file_s_chown,
rb_file_chown, and rb_file_s_lchown.
git-svn-id: svn+ssh:...
nobu (Nobuyoshi Nakada)
01:30 AM Bug #5515 (Closed): Integer#quo(aFloat) の結果が Rational になる
nobu (Nobuyoshi Nakada)
01:22 AM Bug #9125: Net::SMTP - invalid method raised when attempting to connect using STARTTLS
r43954 was backported to ruby_2_0_0 at r44393. nagachika (Tomoyuki Chikanaga)
01:16 AM Bug #8584 (Closed): Remove curses
nobu (Nobuyoshi Nakada)
01:15 AM Misc #8646 (Closed): Can't compile ruby on AIX using gcc if a function name has $.
nobu (Nobuyoshi Nakada)
01:03 AM Feature #8773 (Closed): Binding#local_variables should work like #local_variable_set and #local_variable_get
This issue was solved with changeset r44392.
Jack, thank you for reporting this issue.
Your contribution to Ruby is g...
nobu (Nobuyoshi Nakada)
12:47 AM Revision 4db0887d (git): file.c: proper types
* file.c (rb_file_chown): use proper configured types, not plain
int.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/...
nobu (Nobuyoshi Nakada)
12:47 AM Revision 15381aa2 (git): test_fileutils.rb: fix for Mac OS X
* test/fileutils/test_fileutils.rb (test_chown_error): fix for Mac
OS X, whose getpwnam("") doesn't err. passwd & ...
nobu (Nobuyoshi Nakada)
12:38 AM Bug #9247: Bugs in socket.rb (exception retrieval)
r44184 was backported to ruby_2_0_0 at r44390. nagachika (Tomoyuki Chikanaga)

12/24/2013

11:20 PM Feature #9292 (Closed): Add unit test for chown method in test_fileutils.rb with root account
This issue was solved with changeset r44387.
Vajrasky, thank you for reporting this issue.
Your contribution to Ruby ...
nobu (Nobuyoshi Nakada)
07:34 PM Feature #9292 (Closed): Add unit test for chown method in test_fileutils.rb with root account
There is no unit test for chown method in test_fileutils.rb with root account. Chown with root account has unique beh... vajrasky (Vajrasky Kok)
10:25 PM Bug #9289 (Feedback): Segmentation fault - RailsInstaller, RubyInstaller, Ruby.
Hello,
This type of crashing sometimes is associated with other tools that is affecting loading of DLLs.
Can yo...
luislavena (Luis Lavena)
12:18 PM Bug #9289 (Closed): Segmentation fault - RailsInstaller, RubyInstaller, Ruby.
Installed RailsInstaller; Ruby crashes it on post-install config (ssh/git). Confirmed by running ruby with no params... bob (bob barker)
07:17 PM Bug #9291 (Rejected): array splatting a nil works, but hash splatting a nil does not
irb(main):001:0> [*nil]
=> []
irb(main):002:0> {**nil}
TypeError: no implicit conversion of nil into Hash
rits (First Last)
06:31 PM Revision ddc1c8f4 (git): * 2013-12-25
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@44398 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:31 PM Revision 14e3eab8 (git): merge revision(s) 44374,44375,44376: [Backport #9290]
* README.EXT: add a document about RGenGC.
Reviewed by havenwood.
[misc #8962]
* README....
naruse (Yui NARUSE)
06:13 PM Bug #7977 (Rejected): rails 4 crashes ruby 2.0 on Solaris
Closing because of lacking of reproduction. ngoto (Naohisa Goto)
04:56 PM Revision a8aefef8 (git): fileutils.rb: rmdir parents option
* lib/fileutils.rb (FileUtils#rmdir): [DOC] add parents option.
[Bug #7824]
git-svn-id: svn+ssh://ci.ruby-lang.org...
nobu (Nobuyoshi Nakada)
04:44 PM Revision 3e37a7f7 (git): ossl.c: integer overflow
* ext/openssl/ossl.c (string2hex): fix signed integer overflow.
[ruby-core:51711] [Bug #7744] [Fixes GH-242]
git-s...
nobu (Nobuyoshi Nakada)
04:44 PM Revision b06f4a93 (git): test_variable.rb: fix test
* test/ruby/test_variable.rb (test_binding_local_variables):
adjust local variables.
git-svn-id: svn+ssh://ci.ruby...
nobu (Nobuyoshi Nakada)
04:28 PM Bug #9005 (Closed): object.send(:define_method, ...){...} creates private method
This issue was solved with changeset r44380.
Jeremy, thank you for reporting this issue.
Your contribution to Ruby is...
nobu (Nobuyoshi Nakada)
04:28 PM Bug #9141 (Closed): define_singleton_method creates private method
This issue was solved with changeset r44380.
Jeremy, thank you for reporting this issue.
Your contribution to Ruby is...
nobu (Nobuyoshi Nakada)
04:21 PM Revision 38bbe374 (git): merge revision(s) 43954: [Backport #9125]
* lib/net/smtp.rb (Net::SMTP#critical): Always return a
Net::SMTP::Response. Patch by Pawel Veselov.
...
nagachika (Tomoyuki Chikanaga)
04:03 PM Revision a11831a9 (git): proc.c: Binding#local_variables
* proc.c (bind_local_variables): allowing binding to list its
local variables. patch by Jack Danger Canty <jackdan...
nobu (Nobuyoshi Nakada)
03:46 PM Revision bcef849d (git): merge revision(s) 40829:
fix typos inspired by r40825
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@44391 b2dd03c8-39d4-4d8...
nagachika (Tomoyuki Chikanaga)
03:37 PM Revision ad575727 (git): merge revision(s) 44184: [Backport #9247]
* ext/socket/lib/socket.rb: Don't test $! in "ensure" clause because
it may be set before the body.
...
nagachika (Tomoyuki Chikanaga)
03:36 PM Revision 2e6ffdf9 (git): * 2013-12-25
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44389 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:36 PM Revision e4d63b4f (git): test_fileutils.rb: fix test
* test/fileutils/test_fileutils.rb (test_chown_error): splat uids.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
nobu (Nobuyoshi Nakada)
02:44 PM Bug #9276: "RUBY_FREE_MIN is obsolete. Use RUBY_GC_HEAP_FREE_SLOTS instead" warning should not be issued when both ENV vars are set.
ko1 (Koichi Sasada) wrote:
> Naruse-san:
> could you decide to introduce this patch or not?
It sounds reasonable...
naruse (Yui NARUSE)
02:32 PM Misc #8962 (Closed): [DOC] add step to enable Generational GC merits in README.EXT*
ko1 (Koichi Sasada)
02:20 PM Revision 7e2269a9 (git): test_fileutils.rb: tests for chown
* test/fileutils/fileasserts.rb (assert_ownership_user): new
assertion for user ownership.
* test/fileutils/test_fi...
nobu (Nobuyoshi Nakada)
02:04 PM Revision 9ef195f8 (git): test_fileutils.rb: enclose helper methods
* test/fileutils/test_fileutils.rb: enclose helper methods in a
module from global functions.
git-svn-id: svn+ssh:...
nobu (Nobuyoshi Nakada)
02:04 PM Revision 20c38381 (git): vm.c: check cbase
* vm.c (rb_vm_cref_in_context): check also cbase, not only self.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4...
nobu (Nobuyoshi Nakada)
12:18 PM Bug #9287 (Assigned): 'rb_obj_write' discards qualifiers from pointer target type
ko1 (Koichi Sasada)
12:13 PM Bug #9287 (Closed): 'rb_obj_write' discards qualifiers from pointer target type
This issue was solved with changeset r44372.
Yui, thank you for reporting this issue.
Your contribution to Ruby is gr...
ko1 (Koichi Sasada)
11:48 AM Bug #9287: 'rb_obj_write' discards qualifiers from pointer target type
下記のようなプログラムで警告が出るか確認してもらうことは出来るでしょうか。
---
#include <stdio.h>

int
main() {
const int foo = 0;
int *...
ko1 (Koichi Sasada)
11:56 AM Revision fb725a20 (git): * benchmark/bm_so_meteor_contest.rb: [DOC] Fix typo
s/accross/across/
[ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44384 b2dd03c8-39d4-4d8f-98ff-823fe69b...
matsuda (Akira Matsuda)
11:15 AM Bug #9247 (Assigned): Bugs in socket.rb (exception retrieval)
ko1 (Koichi Sasada)
10:05 AM Revision 42d491cd (git): assertions.rb: fix return value
* lib/test/unit/assertions.rb (assert_throw): should return the
caught value.
git-svn-id: svn+ssh://ci.ruby-lang.o...
nobu (Nobuyoshi Nakada)
09:36 AM Revision df7fc7ce (git): assertions.rb: improve assert_throw
* lib/test/unit/assertions.rb (assert_throw): revert r44379 and
improve failure message, since assert_throws cannot...
nobu (Nobuyoshi Nakada)
09:19 AM Revision 83651387 (git): test_method.rb: fix test
* test/ruby/test_method.rb (test_define_method_in_private_scope):
remove extra *, to get the argument itself.
git-...
nobu (Nobuyoshi Nakada)
07:28 AM Revision 1fc33199 (git): proc.c: make method by define_method public
* proc.c (rb_mod_define_method): consider visibility only if self
in the caller is same as the receiver, otherwise ...
nobu (Nobuyoshi Nakada)
07:13 AM Revision 3c0cbea8 (git): assertions.rb: assert_throw
* lib/test/unit/assertions.rb (assert_throw): make an alias of
assert_throws.
git-svn-id: svn+ssh://ci.ruby-lang.o...
nobu (Nobuyoshi Nakada)
07:13 AM Revision 305dcade (git): eval.c: unused declaration
* eval.c (rb_vm_get_cref): remove unused declaration.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44378 b2dd03...
nobu (Nobuyoshi Nakada)
07:13 AM Revision 590738aa (git): README.EXT.ja: fix probable typo
* README.EXT.ja (Appendix D): fix probable typo. RHASH_PTR() is
not defined.
git-svn-id: svn+ssh://ci.ruby-lang.or...
nobu (Nobuyoshi Nakada)
05:13 AM Revision 777cd24e (git): * README.EXT: add a refer to URL.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
05:01 AM Revision 474e5bd0 (git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44375 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:00 AM Revision 215c40b8 (git): * README.EXT: add a document about RGenGC.
Reviewed by havenwood.
[misc #8962]
* README.EXT.ja: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44...
ko1 (Koichi Sasada)
03:43 AM Revision f7979abc (git): test_alias.rb: rename duplicate name
* test/ruby/test_alias.rb (test_alias_wb_miss): rename duplicate
name to get rid of redefinition.
git-svn-id: svn+...
nobu (Nobuyoshi Nakada)
03:13 AM Revision def62c32 (git): * include/ruby/ruby.h (RARRAY_ASET): try to avoid compiler warning.
[Bug #9287]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44372 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
ko1 (Koichi Sasada)
01:16 AM Revision a137f4ed (git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44371 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:13 AM Revision af17af1f (git): hash.c: extra states
* hash.c (rb_hash_reject): use words "extra states".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44370 b2dd03...
nobu (Nobuyoshi Nakada)
12:33 AM Bug #9213: mkmf.rb emits invalid destination directory name for mswin32/64
r44019 was backported to ruby_2_0_0 at r44367. nagachika (Tomoyuki Chikanaga)

12/23/2013

11:26 PM Feature #9020: Net::HTTPResponse predicate/query methods
Adding proposed patch, which takes advantage of recent frozen string optimization. timcraft (Tim Craft)
10:58 PM Bug #9236: include + include + alias_method + super behaviour inconsistency between 1.9 and 2.0
r44175 and r44179 were backported to `ruby_2_0_0` at r44345, and additionally r44198 was backported at 44366. nagachika (Tomoyuki Chikanaga)
08:52 PM Bug #9005: object.send(:define_method, ...){...} creates private method
`send` is irrelevant here.
If you make `define_method` public, it isn't needed.
```ruby
c = Class.new {
class...
nobu (Nobuyoshi Nakada)
03:54 PM Bug #9005: object.send(:define_method, ...){...} creates private method
There's only two days until the release of 2.1.0, and this still hasn't been fixed. This is a serious regression tha... jeremyevans0 (Jeremy Evans)
08:28 PM Bug #9262: global_method_cache should be configurable or grow automatically
Add couple of fixes to patch:
1. fix rb_mcache_resize - it didn't copy method_state and class_serial on resize, so t...
funny_falcon (Yura Sokolov)
04:56 PM Bug #9262: global_method_cache should be configurable or grow automatically
Note: for comparison see the results on an unpatched 2.0.0 p353
---
home_page:
50: 35
75: 40
90: 107
...
sam.saffron (Sam Saffron)
04:35 PM Bug #9262: global_method_cache should be configurable or grow automatically
Discourse Bench,
Disabled Method Cache vs Current cache vs 16x larger method cache vs Funny Falcon
Disabled...
sam.saffron (Sam Saffron)
04:11 PM Bug #9262: global_method_cache should be configurable or grow automatically
There was a concern that gettimeofday is expensive and adds too much time to my results
I measured:
static VAL...
sam.saffron (Sam Saffron)
01:56 PM Bug #9262: global_method_cache should be configurable or grow automatically
I ran some benchmarks with funny-falcon's patch. Memory usage is increased by 5-10mb RSS in our app, and response tim... tmm1 (Aman Karmani)
10:27 AM Bug #9262: global_method_cache should be configurable or grow automatically
Before I measure the changes proposed by funny falcon I wanted to present the sad state of affairs.
I applied this...
sam.saffron (Sam Saffron)
08:06 PM Revision 72bc02df (git): * 2013-12-24
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44369 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:06 PM Revision 156d7f5f (git): * test/fileutils/test_fileutils.rb (setup): should not call
Process.groups for Windows. get rid of many errors introduced by
r44364.
git-svn-id: svn+ssh://ci.ruby-lang.org/...
U.Nakamura
06:37 PM Feature #9286 (Closed): Add unit test for test_chown in test_fileutils.rb with non-root account
This issue was solved with changeset r44364.
Vajrasky, thank you for reporting this issue.
Your contribution to Ruby ...
nobu (Nobuyoshi Nakada)
05:40 PM Feature #9286 (Closed): Add unit test for test_chown in test_fileutils.rb with non-root account
Right now, there is no unit tests for test_chown except for checking whether chown is singleton or not. Hereby, I att... vajrasky (Vajrasky Kok)
06:22 PM Bug #9287 (Closed): 'rb_obj_write' discards qualifiers from pointer target type
array.c: In function 'rb_ary_new_from_args':
array.c:506: warning: passing argument 2 of 'rb_obj_write' discards qua...
naruse (Yui NARUSE)
04:26 PM Bug #9285: Exception message of Errno::ENOENT contains strings @ rb_sysopen and @ dir_initialize in Ruby 2.1
At first, I say what it is.
It is the C function name where the exception is raised.
Therefore you can't the name f...
naruse (Yui NARUSE)
03:33 PM Revision b9bfc5b8 (git): merge revision(s) 44019: [Backport #9213]
* lib/mkmf.rb (configuration): strip destdir part from prefix to get
rid of duplication. a patch by arton ...
nagachika (Tomoyuki Chikanaga)
01:57 PM Revision aadf98f1 (git): merge revision(s) 44198: [Backport #9236]
* proc.c (mnew_from_me): method by respond_to_missing? should be
owned by the original class.
git-svn-id:...
nagachika (Tomoyuki Chikanaga)
10:00 AM Revision 92a3083d (git): merge revision(s) 44334: [Backport #9283]
* test/rubygems/test_gem_ext_builder.rb: Fix warning due to ambiguous
expression.
git-svn-id: svn+ssh://...
naruse (Yui NARUSE)
09:37 AM Revision e6847d1c (git): test_fileutils.rb: tests for chown
* test/fileutils/fileasserts.rb (assert_ownership_group): new
assertion for group ownership.
* test/fileutils/test_...
nobu (Nobuyoshi Nakada)
09:01 AM Revision bc159ec5 (git): hash.c: fix infinite loop
* hash.c (has_extra_methods): traverse ancestors, and fix infinite
loop. [Bug #9275]
git-svn-id: svn+ssh://ci.rub...
nobu (Nobuyoshi Nakada)
08:16 AM Bug #9274: A lot of SystemStackError on Windows 8.1 with MSVC 2013
That patch was incomplete.
A value of the recursion keys hashes is an object ID or a hash of paired IDs.
They can't...
nobu (Nobuyoshi Nakada)
07:13 AM Revision 8680f4f8 (git): merge revision(s) 44333: [Backport #9282]
* lib/rubygems/commands/install_command.rb: Restore gem install
--ignore-dependencies for remote gems
...
naruse (Yui NARUSE)
07:12 AM Revision 0f7e52f9 (git): merge revision(s) 44354: [Backport #9270]
* array.c: Have to_h raise on elements that are not key-value pairs
[#9239]
* enum.c: ditto
git-...
naruse (Yui NARUSE)
07:00 AM Revision cb62186b (git): hash.c: fix commit miss
* hash.c (HAS_EXTRA_STATES): remove extra parenthesis.
[Bug #9275]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru...
nobu (Nobuyoshi Nakada)
06:53 AM Revision c25c8477 (git): hash.c: reduce warning
* hash.c (HAS_EXTRA_STATES): warn extra states only when something
differ. [ruby-core:59254] [Bug #9275]
git-svn-...
nobu (Nobuyoshi Nakada)
06:53 AM Revision 21e74f54 (git): hash.c: reword
* hash.c (HAS_EXTRA_STATES, rb_hash_reject): use words
"extra states".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby...
nobu (Nobuyoshi Nakada)
06:52 AM Revision 16863d90 (git): test_hash.rb: suppress warnings
* test/ruby/test_hash.rb (test_rehash2, test_callcc_iter_level):
suppress shadowing outer local variable warnings.
...
nobu (Nobuyoshi Nakada)
06:52 AM Bug #9261 (Closed): HowToReport is broken
I've imported part of ./doc/contributing.rdoc from trunk.
Although it's formatted in RDoc, we should be good now.
zzak (zzak _)
06:52 AM Revision 3a18a62d (git): envutil.rb: use EXEEXT
* test/ruby/envutil.rb (rubybin): use EXEEXT configured value
instead of the hard coded suffix.
git-svn-id: svn+ss...
nobu (Nobuyoshi Nakada)
05:34 AM Revision 1f861a6e (git): * lib/irb.rb: [DOC] Fix typo
s/degits/digits/
[ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44355 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
matsuda (Akira Matsuda)
03:42 AM Revision 9471f418 (git): * array.c: Have to_h raise on elements that are not key-value pairs [#9239]
* enum.c: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44354 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Marc-Andre Lafortune
 

Also available in: Atom