mason.common: Don't put a limit on prettyprinter output. Fixes #607.
parent
f52195b0c8
commit
16de2794de
|
@ -5,7 +5,7 @@ math.functions make io io.files io.pathnames io.directories
|
||||||
io.directories.hierarchy io.launcher io.encodings.utf8 prettyprint
|
io.directories.hierarchy io.launcher io.encodings.utf8 prettyprint
|
||||||
combinators.short-circuit parser combinators math calendar
|
combinators.short-circuit parser combinators math calendar
|
||||||
calendar.format arrays mason.config locals debugger fry
|
calendar.format arrays mason.config locals debugger fry
|
||||||
continuations strings io.sockets ;
|
continuations strings io.sockets prettyprint.config ;
|
||||||
IN: mason.common
|
IN: mason.common
|
||||||
|
|
||||||
: print-timestamp ( string -- )
|
: print-timestamp ( string -- )
|
||||||
|
@ -50,7 +50,7 @@ SYMBOL: current-git-id
|
||||||
dup utf8 file-lines parse-fresh
|
dup utf8 file-lines parse-fresh
|
||||||
[ "Empty file: " swap append throw ] [ nip first ] if-empty ;
|
[ "Empty file: " swap append throw ] [ nip first ] if-empty ;
|
||||||
|
|
||||||
: to-file ( object file -- ) utf8 [ . ] with-file-writer ;
|
: to-file ( object file -- ) utf8 [ [ . ] without-limits ] with-file-writer ;
|
||||||
|
|
||||||
: datestamp ( timestamp -- string )
|
: datestamp ( timestamp -- string )
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue