ruby-changes:42593
From: hsbt <ko1@a...>
Date: Fri, 22 Apr 2016 09:05:27 +0900 (JST)
Subject: [ruby-changes:42593] hsbt:r54667 (trunk): * benchmark/bm_so_meteor_contest.rb: fix a typo.
hsbt 2016-04-22 10:02:01 +0900 (Fri, 22 Apr 2016) New Revision: 54667 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=54667 Log: * benchmark/bm_so_meteor_contest.rb: fix a typo. [fix GH-1330][ci skip] Patch by @sachin21 Modified files: trunk/ChangeLog trunk/benchmark/bm_so_meteor_contest.rb Index: benchmark/bm_so_meteor_contest.rb =================================================================== --- benchmark/bm_so_meteor_contest.rb (revision 54666) +++ benchmark/bm_so_meteor_contest.rb (revision 54667) @@ -260,7 +260,7 @@ end https://github.com/ruby/ruby/blob/trunk/benchmark/bm_so_meteor_contest.rb#L260 # support function that create three utility maps: # $converter -- for each row an array that maps a five bit row (via array mapping) -# to the a a five bit representation of the bits below it +# to the a five bit representation of the bits below it # $bit_count -- maps a five bit row (via array mapping) to the number of 1s in the row # @@new_regions -- maps a five bit row (via array mapping) to an array of "region" arrays # a region array has three values the first is a mask of bits in the region, @@ -561,4 +561,3 @@ create_collector_support https://github.com/ruby/ruby/blob/trunk/benchmark/bm_so_meteor_contest.rb#L561 @boards_found = 0 find_all ######## DO IT!!! - Index: ChangeLog =================================================================== --- ChangeLog (revision 54666) +++ ChangeLog (revision 54667) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Fri Apr 22 10:01:48 2016 SHIBATA Hiroshi <hsbt@r...> + + * benchmark/bm_so_meteor_contest.rb: fix a typo. + [fix GH-1330][ci skip] Patch by @sachin21 + Fri Apr 22 04:57:01 2016 NARUSE, Yui <naruse@r...> * gc.c (rb_alloc_tmp_buffer_with_count): added like xmalloc2 to -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/