Load fixes
parent
5b5aaa344a
commit
41e5226df6
|
@ -5,8 +5,9 @@ sequences sequences.lib assocs system sorting math.parser ;
|
||||||
IN: contributors
|
IN: contributors
|
||||||
|
|
||||||
: changelog ( -- authors )
|
: changelog ( -- authors )
|
||||||
image parent-directory cd
|
image parent-directory [
|
||||||
"git-log --pretty=format:%an" <process-stream> lines ;
|
"git-log --pretty=format:%an" <process-stream> lines
|
||||||
|
] with-directory ;
|
||||||
|
|
||||||
: patch-counts ( authors -- assoc )
|
: patch-counts ( authors -- assoc )
|
||||||
dup prune
|
dup prune
|
||||||
|
|
|
@ -21,5 +21,5 @@ PROTOCOL: stream-protocol
|
||||||
make-cell-stream stream-write-table ;
|
make-cell-stream stream-write-table ;
|
||||||
|
|
||||||
PROTOCOL: definition-protocol
|
PROTOCOL: definition-protocol
|
||||||
where set-where forget uses redefined*
|
where set-where forget uses
|
||||||
synopsis* definer definition ;
|
synopsis* definer definition ;
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
USING: alien alien.c-types arrays assocs byte-arrays inference
|
USING: alien alien.c-types arrays assocs byte-arrays inference
|
||||||
inference.transforms io io.binary io.streams.string kernel
|
inference.transforms io io.binary io.streams.string kernel math
|
||||||
math math.parser namespaces parser prettyprint
|
math.parser namespaces parser prettyprint quotations sequences
|
||||||
quotations sequences strings vectors
|
strings vectors words macros math.functions math.bitfields.lib ;
|
||||||
words macros math.functions ;
|
|
||||||
IN: pack
|
IN: pack
|
||||||
|
|
||||||
SYMBOL: big-endian
|
SYMBOL: big-endian
|
||||||
|
|
Loading…
Reference in New Issue