tools.deploy.shaker: strip out GObject introspection info
parent
d6fe7f4c28
commit
8c14dd65b5
|
@ -93,6 +93,13 @@ IN: tools.deploy.shaker
|
|||
run-file
|
||||
] when ;
|
||||
|
||||
: strip-gobject ( -- )
|
||||
"gobject-introspection.types" vocab [
|
||||
"Stripping GObject type info" show
|
||||
"vocab:tools/deploy/shaker/strip-gobject.factor"
|
||||
run-file
|
||||
] when ;
|
||||
|
||||
: strip-specialized-arrays ( -- )
|
||||
strip-dictionary? "specialized-arrays" vocab and [
|
||||
"Stripping specialized arrays" show
|
||||
|
@ -534,6 +541,7 @@ SYMBOL: deploy-vocab
|
|||
strip-destructors
|
||||
strip-call
|
||||
strip-cocoa
|
||||
strip-gobject
|
||||
strip-debugger
|
||||
strip-ui-error-hook
|
||||
strip-specialized-arrays
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
USING: namespaces assocs gobject-introspection.types ;
|
||||
|
||||
type-infos global delete-at
|
Loading…
Reference in New Issue