Simplify
parent
7096d7ea13
commit
720c01b1af
|
@ -1,7 +1,7 @@
|
||||||
! Copyright (C) 2007 Slava Pestov.
|
! Copyright (C) 2007, 2008 Slava Pestov.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: io.files io.launcher io.styles io.encodings.ascii io
|
USING: io.files io.launcher io.styles io.encodings.ascii
|
||||||
hashtables kernel sequences sequences.lib assocs system sorting
|
prettyprint io hashtables kernel sequences assocs system sorting
|
||||||
math.parser sets ;
|
math.parser sets ;
|
||||||
IN: contributors
|
IN: contributors
|
||||||
|
|
||||||
|
@ -16,15 +16,8 @@ IN: contributors
|
||||||
{ } map>assoc ;
|
{ } map>assoc ;
|
||||||
|
|
||||||
: contributors ( -- )
|
: contributors ( -- )
|
||||||
changelog patch-counts sort-values <reversed>
|
changelog patch-counts
|
||||||
standard-table-style [
|
sort-values <reversed>
|
||||||
[
|
simple-table. ;
|
||||||
[
|
|
||||||
first2 swap
|
|
||||||
[ write ] with-cell
|
|
||||||
[ number>string write ] with-cell
|
|
||||||
] with-row
|
|
||||||
] each
|
|
||||||
] tabular-output ;
|
|
||||||
|
|
||||||
MAIN: contributors
|
MAIN: contributors
|
||||||
|
|
Loading…
Reference in New Issue