⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby master
All Projects
Ruby
»
Ruby master
Overview
Activity
Roadmap
Issues
Repository
Like
Download (468 Bytes)
Bug #13412
» bug_stat.sh
wanabe (_ wanabe)
, 04/16/2017 05:34 AM
#!/bin/sh
./miniruby
-v
ls
bug.
*
.txt|sed
-e
's/[0-9]\+/*/'
|sort|uniq
-c
|
while
read
l
;
do
echo
"
$l
"
files
=
$(
echo
"
$l
"
|sed
-e
's/.* \([^ ]*\)$/\1/'
)
grep
-h
-A
2
"^#.*<signal handler called>"
$files
|
./miniruby
-e
'loop do begin; STDIN.gets; print STDIN.gets.chomp, ", ", STDIN.gets; STDIN.gets; rescue IOError, NoMethodError; break; end end'
|
sed
-e
"s/([^()]*)/()/g"
-e
's/\(#[0-9]\+ *\)0x[^ ]*/\1/g'
|
sort
|
uniq
-c
|
sort
-n
|
tac
done
« Previous
1
…
6
7
8
9
10
…
13
Next »
(8-8/13)
Loading...