mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* benchmark/bm_so_meteor_contest.rb: fix a typo.
[fix GH-876][ci skip] Patch by @davydovanton * tool/bisect.sh: ditto. * tool/update-deps: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50350 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
191c8d9e13
commit
c97064c79d
4 changed files with 10 additions and 3 deletions
|
@ -1,3 +1,10 @@
|
|||
Mon Apr 20 12:42:40 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
||||
|
||||
* benchmark/bm_so_meteor_contest.rb: fix a typo.
|
||||
[fix GH-876][ci skip] Patch by @davydovanton
|
||||
* tool/bisect.sh: ditto.
|
||||
* tool/update-deps: ditto.
|
||||
|
||||
Mon Apr 20 11:10:46 2015 Eric Wong <e@80x24.org>
|
||||
|
||||
* ext/socket/socket.c (sock_connect_nonblock): do not raise EISCONN
|
||||
|
|
|
@ -467,7 +467,7 @@ def find_top( rotation_skip)
|
|||
end
|
||||
|
||||
# the normail find routine, iterates through the available pieces, checks all rotations at the current location
|
||||
# and adds any boards found. depth is acheived via recursion. the overall approach is described
|
||||
# and adds any boards found. depth is achieved via recursion. the overall approach is described
|
||||
# here: http://www-128.ibm.com/developerworks/java/library/j-javaopt/
|
||||
# parameters:
|
||||
# start_location -- where to start looking for place for the next piece at
|
||||
|
|
|
@ -36,7 +36,7 @@ case $1 in
|
|||
echo foo bar
|
||||
;;
|
||||
* )
|
||||
echo unkown command "'$cmd'"
|
||||
echo unknown command "'$cmd'"
|
||||
;;
|
||||
esac
|
||||
exit 0
|
||||
|
|
|
@ -571,7 +571,7 @@ def main_actual_fix(problems)
|
|||
end
|
||||
else
|
||||
if pre_dep_post
|
||||
puts "no addtional lines: #{makefile}"
|
||||
puts "no additional lines: #{makefile}"
|
||||
elsif content
|
||||
puts "no dependencies section: #{makefile}"
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue