Fix tools.deploy.shaker's call( and execute( stripping
parent
e2fdb0783c
commit
d60e586f48
|
@ -54,11 +54,8 @@ IN: tools.deploy.shaker
|
||||||
] when ;
|
] when ;
|
||||||
|
|
||||||
: strip-call ( -- )
|
: strip-call ( -- )
|
||||||
"call" vocab [
|
"Stripping stack effect checking from call( and execute(" show
|
||||||
"Stripping stack effect checking from call( and execute(" show
|
"vocab:tools/deploy/shaker/strip-call.factor" run-file ;
|
||||||
"vocab:tools/deploy/shaker/strip-call.factor"
|
|
||||||
run-file
|
|
||||||
] when ;
|
|
||||||
|
|
||||||
: strip-cocoa ( -- )
|
: strip-cocoa ( -- )
|
||||||
"cocoa" vocab [
|
"cocoa" vocab [
|
||||||
|
|
Loading…
Reference in New Issue