parent
5a943b32c4
commit
93d6807d33
|
@ -4,7 +4,7 @@ USING: benchmark combinators.smart debugger fry io assocs
|
||||||
io.encodings.utf8 io.files io.sockets io.streams.string kernel
|
io.encodings.utf8 io.files io.sockets io.streams.string kernel
|
||||||
locals mason.common mason.config mason.disk mason.platform math
|
locals mason.common mason.config mason.disk mason.platform math
|
||||||
namespaces prettyprint sequences xml.syntax xml.writer
|
namespaces prettyprint sequences xml.syntax xml.writer
|
||||||
combinators.short-circuit literals splitting prettyprint.config ;
|
combinators.short-circuit literals splitting ;
|
||||||
IN: mason.report
|
IN: mason.report
|
||||||
|
|
||||||
: git-link ( id -- link )
|
: git-link ( id -- link )
|
||||||
|
@ -31,12 +31,10 @@ IN: mason.report
|
||||||
: with-report ( quot -- )
|
: with-report ( quot -- )
|
||||||
[ "report" utf8 ] dip
|
[ "report" utf8 ] dip
|
||||||
'[
|
'[
|
||||||
[
|
|
||||||
common-report
|
common-report
|
||||||
_ call( -- xml )
|
_ call( -- xml )
|
||||||
[XML <html><body><-><-></body></html> XML]
|
[XML <html><body><-><-></body></html> XML]
|
||||||
write-xml
|
write-xml
|
||||||
] without-limits
|
|
||||||
] with-file-writer ; inline
|
] with-file-writer ; inline
|
||||||
|
|
||||||
: file-tail ( file encoding lines -- seq )
|
: file-tail ( file encoding lines -- seq )
|
||||||
|
|
Loading…
Reference in New Issue